History log of /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/UsimPhoneBookManager.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
96cf37fcb4f67cbf52df84ca307c76ff9f463791 03-Dec-2015 Jack Yu <jackyu@google.com> Fixed the crash occured when importing contacts from SIM.

Added invalid PBR record check before adding it into the PBR
records. Also added EF_ADN tag check before we build the SFI
table because theoratically it is possible that EF_ADN tag
does not exist in EF_PBR.

bug: 25942553
Change-Id: I446f5d081902f5e0ab6d6fe406c6ebd5d3edc03e
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/UsimPhoneBookManager.java
a62d723815dad650884714e801421b6d7cb34f91 31-Aug-2015 Jack Yu <jackyu@google.com> Fixed that email import did not work

Email import did not work if thre contacts stored in the
same record number of two different EF_ADN. In this case
the UE needs to identify the correct EF_ADN to apply based
on the SFI specified in EF_EMAIL.

Also fixed few unreported bugs including importing emails
will fail if there are more than 254 contacts and emails.

bug: 23089733
Change-Id: I309f7cdd711103c8c10ace9ead7d515428bc063b
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/UsimPhoneBookManager.java
cbaa45bbf2cab852b6c9c3a887e9f803d4e857ea 23-Feb-2013 Wink Saville <wink@google.com> Clean up

- Add @Overrides where needed.
- Update javadoc comments
- Remove extra semi-colons
- Rename DataConnection.java to DataConnectionBase.java
- Rename GsmDataConnection.java to DataConnection.java
- Add defaults to switch statements
- Remove/fix most "if (false)" statements. Fixed by using a CONSTANT
- Fix hidden variables by hoisting to base class or renaming
- Tweak some debug output

Change-Id: If38de2fdeaacafbf40cdfd7f84dc5c52030ba2a3
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/UsimPhoneBookManager.java
d720945f2be5ea5fe0faf67e67d9ea0e184eba67 01-Aug-2012 Alex Yakavenka <ayakav@codeaurora.org> Telephony: Move uicc classes into uicc package

Reduce constructor visibility to package where
possible

Dependent Changes:
I3b718b9aea1f21c7906c8243b4ca0db6af495a08
I80204a2f3dc57cac875abeab390bb9db7a636ff7
Ib9c19e8b157dc7ec74eb14baca5bd3b5caf08c47

Change-Id: Ib4f43374c041cb5eaf2e3883e5ea28b2eb2c9a69
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/UsimPhoneBookManager.java
ded9c0af7fa49504c047275ed34c2d3b22bf0c3a 07-Dec-2012 Wink Saville <wink@google.com> Use Rlog

Change-Id: Ie013f51215de8380b8de74161b6056b010711cfd
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/UsimPhoneBookManager.java
0825495a331bb44df395a0cdb79fab85e68db5d5 12-Jul-2012 Wink Saville <wink@google.com> Create telephony-common

telephony-common was created by moving some of
frameworks/base/telephony
to:
frameworks/opt/telephony

Change-Id: I32cbb5eec1fa239c1587e055c8f7ef4fc48fb62c
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/UsimPhoneBookManager.java