History log of /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/SubscriptionInfoUpdaterTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7e9240253edb59e0aa657de434faa1ccdf17a742 29-Aug-2016 Amit Mahajan <amitmahajan@google.com> Fixed failing tests.

Also marked some of them @Postsubmit.

Bug: 31041734
Change-Id: I9a93bbb6d7f9c28fa90bab260d837761bc07eb77
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/SubscriptionInfoUpdaterTest.java
7d9297a8415f4515508c0bf9abbd650e5ce6aa1b 03-Jun-2016 Amit Mahajan <amitmahajan@google.com> Revert to sticky broadcast for SIM_STATE_CHANGED.

Should be changed only when an API is added that allows query for
LOADED state, otherwise this causes issues for some OEM apps.

Bug: 29061608
Change-Id: I52b2139cb1807f8c39329a08762fb98e24a75adb
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/SubscriptionInfoUpdaterTest.java
716f4e1a5cac924603c59661ef2eb90f4d34d0d8 20-May-2016 Amit Mahajan <amitmahajan@google.com> Merge "Changes to not use getFullIccId in SubscriptionInfo." into nyc-dev
2416ed9dea025ad22c37d333ac1cbf4fae75c3ab 17-May-2016 Amit Mahajan <amitmahajan@google.com> Rebroadcast SIM_STATE_CHANGED after USER_UNLOCKED.

There may be apps that rely on SIM_STATE_CHANGED but may not receive
the intent if they are not direct-boot aware. This change is to
rebroadcast the last SIM_STATE_CHANGED intents for each phone
after user unlock.

Bug: 28763595
Change-Id: Ib81e73a946d731987576357ec7c2da19fa310341
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/SubscriptionInfoUpdaterTest.java
525130aaed5ad8bfa22f64353d298b927b7ed3d0 17-May-2016 Amit Mahajan <amitmahajan@google.com> Changes to not use getFullIccId in SubscriptionInfo.

getFullIccId includes hex chars in the ICCID, making it appear
as if its a new ICCID and thus SubscriptionInfo generates new subId
even for SIMs already known to the device (on first upgrading to N).

Bug: 28773363
Change-Id: I4d262d69c3042bef9e711935e02942ec3667171f
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/SubscriptionInfoUpdaterTest.java
7f14ab6328559e4456d969b735ab8f383a05d0e5 06-May-2016 Amit Mahajan <amitmahajan@google.com> Add check for empty operatorNumeric to avoid crash.

Bug: 28600710
Change-Id: I7816457abbe2431c543274715f33220ff9f0cb29
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/SubscriptionInfoUpdaterTest.java
862286222955ea0b67764b0fcae5eeb65000d6fa 21-Apr-2016 Amit Mahajan <amitmahajan@google.com> Use getFullIccId() in SubscriptionInfoUpdater.

It already uses bchToString() to parse ICCID. It should also use
getFullIccId() when querying ICCID directly from IccRecords.

Bug: 25410213
Change-Id: I26fe470810821b7bd9cdd014ba4e1b8c63464a48
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/SubscriptionInfoUpdaterTest.java
af59a35e945d60fc9ffb305c494a695b35b8a942 16-Mar-2016 fionaxu <fionaxu@google.com> TelephonyManager unit test cleanup

Bug: 25691379
Change-Id: I129c8b4f04ad7e6d777857e8c7853de7a86348cc
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/SubscriptionInfoUpdaterTest.java
1573c17cbeab5a41936d369cb05cb7c0b0299ca1 14-Mar-2016 Jack Yu <jackyu@google.com> Fixed that setup wizard sometimes report en-GB as default language.

The incorrect language was caused by the incorrect MCC/MNC reported
by CSIM application. Fixed by retrieving the correct MCC/MNC from the
telephony manager public API, which internall pulls out the correct
MCC/MNC from the USIM application.

bug: 26963170
Change-Id: I7a2f9fc7761364f52c2caa1668d4086ede9d210d
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/SubscriptionInfoUpdaterTest.java
17a3c8b39f73dac470b53934191679899450d97a 26-Feb-2016 Amit Mahajan <amitmahajan@google.com> Get rid of telephony/IccUtils since it has been moved to uicc folder.

Bug: 27380348
Change-Id: I5846f092c8825fbdec71b8c46346d3eb8217c3f7
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/SubscriptionInfoUpdaterTest.java
217d4d9562a9476cf579dfc409b1278a02b18b87 17-Feb-2016 Amit Mahajan <amitmahajan@google.com> Fix failing sms tests.

Bug: 25691379
Change-Id: I2eb8b0510905066058179ea5d93a2719d6dac74f
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/SubscriptionInfoUpdaterTest.java
655bae990bdd7e4584491def4d30692e6173779c 11-Feb-2016 fionaxu <fionaxu@google.com> Subscription related Unit test with code cleanup

bug: 25691379

Change-Id: Ib31b34b3d1116cf714717f5742095de7aa4c0a13
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/SubscriptionInfoUpdaterTest.java