/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/ |
H A D | EuiccControllerTest.java | 118 private static final String ICC_ID = "54321"; field in EuiccControllerTest 697 SUBSCRIPTION_ID, ICC_ID, false /* complete */, in testDeleteSubscription_noSuchSubscription() 709 SUBSCRIPTION_ID, ICC_ID, false /* complete */, in testDeleteSubscription_serviceUnavailable() 720 SUBSCRIPTION_ID, ICC_ID, true /* complete */, in testDeleteSubscription_error() 731 SUBSCRIPTION_ID, ICC_ID, true /* complete */, in testDeleteSubscription_success() 742 SUBSCRIPTION_ID, ICC_ID, false /* complete */, in testDeleteSubscription_noPrivileges() 763 12345, ICC_ID, false /* complete */, 0 /* result */, in testSwitchToSubscription_noSuchSubscription() 788 SUBSCRIPTION_ID, ICC_ID, false /* complete */, 0 /* result */, in testSwitchToSubscription_serviceUnavailable() 800 SUBSCRIPTION_ID, ICC_ID, true /* complete */, 42 /* result */, in testSwitchToSubscription_error() 830 SUBSCRIPTION_ID, ICC_ID, false /* complete */, 0 /* result */, in testSwitchToSubscription_noPrivileges() [all …]
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | SubscriptionInfoUpdaterTest.java | 308 eq(SubscriptionManager.ICC_ID + "=\'" + iccId + "\'"), eq(null)); in testSimNotReadyDisabledUiccApps() 326 eq(SubscriptionManager.ICC_ID + "=\'" + FAKE_ICCID_1 + "\'"), eq(null)); in testSimRemovedWhileDisablingUiccApps() 627 eq(SubscriptionManager.ICC_ID + "=\"1\""), isNull()); in testUpdateEmbeddedSubscriptions_listSuccess() 632 eq(SubscriptionManager.ICC_ID + "=\"3\""), isNull()); in testUpdateEmbeddedSubscriptions_listSuccess() 640 eq(SubscriptionManager.ICC_ID + " IN (\"2\")"), isNull()); in testUpdateEmbeddedSubscriptions_listSuccess()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/ |
H A D | RcsConfigTest.java | 299 contentValues.put(SubscriptionManager.ICC_ID, fakeIccId); in createFakeSimInfo()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | SubscriptionController.java | 536 SubscriptionManager.ICC_ID)); in getSubInfoRecord() 641 SubscriptionManager.ICC_ID + "=\'" + iccId + "\'", null); in getSubInfoForIccId() 1248 whereClause.append(") OR ").append(SubscriptionManager.ICC_ID).append(" IN ("); in getSubscriptionInfoListForEmbeddedSubscriptionUpdate() 1348 String selection = SubscriptionManager.ICC_ID + "=?"; in addSubInfo() 1360 selection += " OR " + SubscriptionManager.ICC_ID + "=?"; in addSubInfo() 1366 SubscriptionManager.ICC_ID, SubscriptionManager.CARD_ID}, in addSubInfo() 1401 value.put(SubscriptionManager.ICC_ID, uniqueId); in addSubInfo() 1429 selection = SubscriptionManager.ICC_ID + "=? AND " in addSubInfo() 1710 value.put(SubscriptionManager.ICC_ID, uniqueId); in insertEmptySubInfoRecord() 3882 selection.append(SubscriptionManager.ICC_ID); in getSelectionForIccIdList()
|
H A D | SubscriptionInfoUpdater.java | 665 SubscriptionManager.ICC_ID + "=\'" + iccId + "\'", null); in cleanSubscriptionInPhone() 969 SubscriptionManager.ICC_ID + "=\"" + embeddedProfile.getIccid() + "\"", null); in updateEmbeddedSubscriptionsCache() 992 String whereClause = SubscriptionManager.ICC_ID + " IN (" in updateEmbeddedSubscriptionsCache()
|
/aosp12/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
H A D | TelephonyProviderTest.java | 480 cv.put(SubscriptionManager.ICC_ID, String.valueOf(idx)); in testMccMncMigration() 706 contentValues.put(SubscriptionManager.ICC_ID, insertIccId); in testSimTable() 1867 contentValues.put(SubscriptionManager.ICC_ID, insertIccId); in testUpdateWfcEnabled()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | SubscriptionManager.java | 455 public static final String ICC_ID = SimInfo.COLUMN_ICC_ID; field in SubscriptionManager
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 58725 Landroid/telephony/SubscriptionManager;->ICC_ID:Ljava/lang/String;
|