Home
last modified time | relevance | path

Searched refs:ICC_ID (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java118 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()
754 SUBSCRIPTION_ID, ICC_ID, true /* complete */, EuiccService.RESULT_OK, PACKAGE_NAME); in testDeleteSubscription_carrierPrivileges_success()
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()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java307 eq(SubscriptionManager.ICC_ID + "=\'" + iccId + "\'"), eq(null)); in testSimNotReadyDisabledUiccApps()
325 eq(SubscriptionManager.ICC_ID + "=\'" + FAKE_ICCID_1 + "\'"), eq(null)); in testSimRemovedWhileDisablingUiccApps()
626 eq(SubscriptionManager.ICC_ID + "=\"1\""), isNull()); in testUpdateEmbeddedSubscriptions_listSuccess()
631 eq(SubscriptionManager.ICC_ID + "=\"3\""), isNull()); in testUpdateEmbeddedSubscriptions_listSuccess()
639 eq(SubscriptionManager.ICC_ID + " IN (\"2\")"), isNull()); in testUpdateEmbeddedSubscriptions_listSuccess()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java345 SubscriptionManager.ICC_ID)); in getSubInfoRecord()
450 SubscriptionManager.ICC_ID + "=\'" + iccId + "\'", null); in getSubInfoForIccId()
1023 whereClause.append(") OR ").append(SubscriptionManager.ICC_ID).append(" IN ("); in getSubscriptionInfoListForEmbeddedSubscriptionUpdate()
1123 String selection = SubscriptionManager.ICC_ID + "=?"; in addSubInfo()
1129 selection += " OR " + SubscriptionManager.ICC_ID + "=?"; in addSubInfo()
1135 SubscriptionManager.ICC_ID, SubscriptionManager.CARD_ID}, in addSubInfo()
1170 value.put(SubscriptionManager.ICC_ID, uniqueId); in addSubInfo()
1198 selection = SubscriptionManager.ICC_ID + "=? AND " in addSubInfo()
1480 value.put(SubscriptionManager.ICC_ID, uniqueId); in insertEmptySubInfoRecord()
3432 selection.append(SubscriptionManager.ICC_ID); in getSelectionForIccIdList()
DSubscriptionInfoUpdater.java686 SubscriptionManager.ICC_ID + "=\'" + iccId + "\'", null); in cleanSubscriptionInPhone()
989 SubscriptionManager.ICC_ID + "=\"" + embeddedProfile.getIccid() + "\"", null); in updateEmbeddedSubscriptionsCache()
1012 String whereClause = SubscriptionManager.ICC_ID + " IN (" in updateEmbeddedSubscriptionsCache()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java277 public static final String ICC_ID = SimInfo.COLUMN_ICC_ID; field in SubscriptionManager
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt69425 Landroid/telephony/SubscriptionManager;->ICC_ID:Ljava/lang/String;