Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java117 private static final String ICC_ID = "54321"; field in EuiccControllerTest
696 SUBSCRIPTION_ID, ICC_ID, false /* complete */, in testDeleteSubscription_noSuchSubscription()
708 SUBSCRIPTION_ID, ICC_ID, false /* complete */, in testDeleteSubscription_serviceUnavailable()
719 SUBSCRIPTION_ID, ICC_ID, true /* complete */, in testDeleteSubscription_error()
730 SUBSCRIPTION_ID, ICC_ID, true /* complete */, in testDeleteSubscription_success()
741 SUBSCRIPTION_ID, ICC_ID, false /* complete */, in testDeleteSubscription_noPrivileges()
753 SUBSCRIPTION_ID, ICC_ID, true /* complete */, EuiccService.RESULT_OK, PACKAGE_NAME); in testDeleteSubscription_carrierPrivileges_success()
762 12345, ICC_ID, false /* complete */, 0 /* result */, in testSwitchToSubscription_noSuchSubscription()
787 SUBSCRIPTION_ID, ICC_ID, false /* complete */, 0 /* result */, in testSwitchToSubscription_serviceUnavailable()
799 SUBSCRIPTION_ID, ICC_ID, true /* complete */, 42 /* result */, in testSwitchToSubscription_error()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DFakeTelephonyProvider.java57 + SubscriptionManager.ICC_ID + " TEXT NOT NULL," in getStringForSimInfoTableCreation()
DSubscriptionInfoUpdaterTest.java527 eq(SubscriptionManager.ICC_ID + "=\"1\""), isNull()); in testUpdateEmbeddedSubscriptions_listSuccess()
532 eq(SubscriptionManager.ICC_ID + "=\"3\""), isNull()); in testUpdateEmbeddedSubscriptions_listSuccess()
540 eq(SubscriptionManager.ICC_ID + " IN (\"2\")"), isNull()); in testUpdateEmbeddedSubscriptions_listSuccess()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java319 SubscriptionManager.ICC_ID)); in getSubInfoRecord()
921 whereClause.append(") OR ").append(SubscriptionManager.ICC_ID).append(" IN ("); in getSubscriptionInfoListForEmbeddedSubscriptionUpdate()
1021 String selection = SubscriptionManager.ICC_ID + "=?"; in addSubInfo()
1027 selection += " OR " + SubscriptionManager.ICC_ID + "=?"; in addSubInfo()
1033 SubscriptionManager.ICC_ID, SubscriptionManager.CARD_ID}, in addSubInfo()
1068 value.put(SubscriptionManager.ICC_ID, uniqueId); in addSubInfo()
1096 selection = SubscriptionManager.ICC_ID + "=? AND " in addSubInfo()
1384 value.put(SubscriptionManager.ICC_ID, uniqueId); in insertEmptySubInfoRecord()
DSubscriptionInfoUpdater.java857 SubscriptionManager.ICC_ID + "=\"" + embeddedProfile.getIccid() + "\"", null); in updateEmbeddedSubscriptionsCache()
880 String whereClause = SubscriptionManager.ICC_ID + " IN (" in updateEmbeddedSubscriptionsCache()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java268 public static final String ICC_ID = "icc_id"; field in SubscriptionManager
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt74412 Landroid/telephony/SubscriptionManager;->ICC_ID:Ljava/lang/String;