History log of /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/AdnRecord.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
82a9196e01f71ebff6ee3b3d878ce24fd0ca8b3b 03-Aug-2016 fionaxu <fionaxu@google.com> scrub PII for voiceMail am: 30c45c4b31
am: f3d9e4fdd3

Change-Id: If6fd355702506092396a31df74227d64b82eb3d5
30c45c4b31efb140679e4d945199f5c4296d21cd 03-Aug-2016 fionaxu <fionaxu@google.com> scrub PII for voiceMail

Bug: 30073833
Change-Id: If56a2caac9d51861f5494874f786a4d12689a0a5
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/AdnRecord.java
9b50e7a6c040523e99ca5d997bd1fd3d95b40d0f 09-Feb-2016 Robert Greenwalt <rgreenwalt@google.com> Merge "Fix check of the size of the alpha identifier"
am: 52d980e681

* commit '52d980e681ae3a2e01545f78f8a3d328d256abd7':
Fix check of the size of the alpha identifier
83d54a44ffbd19bb35599fb6483233e1e3751852 19-Jan-2016 Yuta Ui <yuta.x.ui@sonymobile.com> Fix check of the size of the alpha identifier

This change fixes an issue that FDN number is unexpectedly overwritten
by wrongly encoded FDN name. The issue can happen if user enter FDN name
which contains multibyte character.

That is because AdnRecord does not check the length of the alpha
identifier correctly. mAlphaTag.length() does not return the size of the
alpha identifier but returns the number of characters.

Change-Id: I109a01eea6519a6a09a8bf7a143eaafd8c04025e
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/AdnRecord.java
35bd762108c6d3e07b487b05717bc55bd6b6ed24 02-Oct-2015 Jack Yu <jackyu@google.com> Merge "Fixed that bad ADN record loading caused all other good records dropped."
41dbb357027b08952c7d839e798c1e161ce3a49d 21-Sep-2015 Jack Yu <jackyu@google.com> Fixed that bad ADN record loading caused all other good records dropped.

Fixed the issue that while loading all ADN records from EF_ADN, if
one of the record is bad, for example, it points to an EF_EXT1 for the
rest of the phone number, but EF_EXT1 does not exist, we will skip that
bad record but still keep the rest of the good records from EF_ADN.

bug: 23163512
Change-Id: I4828f346769640f1fbc95d49849c61b52d043846
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/AdnRecord.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/uicc/AdnRecord.java
22d85a8e3a575a6d01d2c788587971657dfe20c6 23-Feb-2013 Wink Saville <wink@google.com> Clean up member variables.

Change-Id: Ib60f350131ade626aca682407ea0b4377b16f6c6
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/AdnRecord.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/uicc/AdnRecord.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/uicc/AdnRecord.java