Home
last modified time | relevance | path

Searched refs:ICC_ID (Results 1 – 5 of 5) 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.java309 eq(SubscriptionManager.ICC_ID + "=\'" + iccId + "\'"), eq(null)); in testSimNotReadyDisabledUiccApps()
601 eq(SubscriptionManager.ICC_ID + "=\"1\""), isNull()); in testUpdateEmbeddedSubscriptions_listSuccess()
606 eq(SubscriptionManager.ICC_ID + "=\"3\""), isNull()); in testUpdateEmbeddedSubscriptions_listSuccess()
614 eq(SubscriptionManager.ICC_ID + " IN (\"2\")"), isNull()); in testUpdateEmbeddedSubscriptions_listSuccess()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java506 SubscriptionManager.ICC_ID)); in getSubInfoRecord()
611 SubscriptionManager.ICC_ID + "=\'" + iccId + "\'", null); in getSubInfoForIccId()
1187 whereClause.append(") OR ").append(SubscriptionManager.ICC_ID).append(" IN ("); in getSubscriptionInfoListForEmbeddedSubscriptionUpdate()
1287 String selection = SubscriptionManager.ICC_ID + "=?"; in addSubInfo()
1293 selection += " OR " + SubscriptionManager.ICC_ID + "=?"; in addSubInfo()
1299 SubscriptionManager.ICC_ID, SubscriptionManager.CARD_ID}, in addSubInfo()
1334 value.put(SubscriptionManager.ICC_ID, uniqueId); in addSubInfo()
1362 selection = SubscriptionManager.ICC_ID + "=? AND " in addSubInfo()
1633 value.put(SubscriptionManager.ICC_ID, uniqueId); in insertEmptySubInfoRecord()
3570 selection.append(SubscriptionManager.ICC_ID); in getSelectionForIccIdList()
DSubscriptionInfoUpdater.java645 SubscriptionManager.ICC_ID + "=\'" + sInactiveIccIds[phoneId] + "\'", null); in cleanSubscriptionInPhone()
947 SubscriptionManager.ICC_ID + "=\"" + embeddedProfile.getIccid() + "\"", null); in updateEmbeddedSubscriptionsCache()
970 String whereClause = SubscriptionManager.ICC_ID + " IN (" in updateEmbeddedSubscriptionsCache()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java398 public static final String ICC_ID = SimInfo.COLUMN_ICC_ID; field in SubscriptionManager