diff options
author | Stuart Scott <stuartscott@google.com> | 2014-10-28 09:29:01 -0700 |
---|---|---|
committer | Stuart Scott <stuartscott@google.com> | 2014-11-07 23:53:39 +0000 |
commit | ab45ec177a787fee046f6a9c4d1098d529aff7bb (patch) | |
tree | 82751bfeebb2f9eaabcf02806c72fc3b5c1908a6 /telephony/java/com/android | |
parent | 3eed90f39301089a1c16d6e2c0d027b187567cf0 (diff) | |
download | frameworks_base-ab45ec177a787fee046f6a9c4d1098d529aff7bb.zip frameworks_base-ab45ec177a787fee046f6a9c4d1098d529aff7bb.tar.gz frameworks_base-ab45ec177a787fee046f6a9c4d1098d529aff7bb.tar.bz2 |
SubInfoRecord provides a tinted icon with the initial embossed.
bug: 17575308
Change-Id: I895975dfe8d1c4db8381ef9322bd72c8fcb3e22c
Diffstat (limited to 'telephony/java/com/android')
-rwxr-xr-x | telephony/java/com/android/internal/telephony/ISub.aidl | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/telephony/java/com/android/internal/telephony/ISub.aidl b/telephony/java/com/android/internal/telephony/ISub.aidl index daf850e..829620a 100755 --- a/telephony/java/com/android/internal/telephony/ISub.aidl +++ b/telephony/java/com/android/internal/telephony/ISub.aidl @@ -74,12 +74,12 @@ interface ISub { int addSubInfoRecord(String iccId, int slotId); /** - * Set SIM color by simInfo index - * @param color the color of the SIM + * Set SIM icon tint color by simInfo index + * @param tint the icon tint color of the SIM * @param subId the unique SubInfoRecord index in database * @return the number of records updated */ - int setColor(int color, int subId); + int setIconTint(int tint, int subId); /** * Set display name by simInfo index @@ -107,14 +107,6 @@ interface ISub { int setDisplayNumber(String number, int subId); /** - * Set number display format. 0: none, 1: the first four digits, 2: the last four digits - * @param format the display format of phone number - * @param subId the unique SubInfoRecord index in database - * @return the number of records updated - */ - int setDisplayNumberFormat(int format, int subId); - - /** * Set data roaming by simInfo index * @param roaming 0:Don't allow data when roaming, 1:Allow data when roaming * @param subId the unique SubInfoRecord index in database |