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.java112 private static final String ICC_ID = "54321"; field in EuiccControllerTest
547 SUBSCRIPTION_ID, ICC_ID, false /* complete */, in testDeleteSubscription_noSuchSubscription()
559 SUBSCRIPTION_ID, ICC_ID, false /* complete */, in testDeleteSubscription_serviceUnavailable()
570 SUBSCRIPTION_ID, ICC_ID, true /* complete */, in testDeleteSubscription_error()
581 SUBSCRIPTION_ID, ICC_ID, true /* complete */, in testDeleteSubscription_success()
592 SUBSCRIPTION_ID, ICC_ID, false /* complete */, in testDeleteSubscription_noPrivileges()
604 SUBSCRIPTION_ID, ICC_ID, true /* complete */, EuiccService.RESULT_OK, PACKAGE_NAME); in testDeleteSubscription_carrierPrivileges_success()
613 12345, ICC_ID, false /* complete */, 0 /* result */, in testSwitchToSubscription_noSuchSubscription()
636 SUBSCRIPTION_ID, ICC_ID, false /* complete */, 0 /* result */, in testSwitchToSubscription_serviceUnavailable()
648 SUBSCRIPTION_ID, ICC_ID, true /* complete */, 42 /* result */, in testSwitchToSubscription_error()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java477 eq(SubscriptionManager.ICC_ID + "=\"1\""), isNull()); in testUpdateEmbeddedSubscriptions_listSuccess()
482 eq(SubscriptionManager.ICC_ID + "=\"3\""), isNull()); in testUpdateEmbeddedSubscriptions_listSuccess()
490 eq(SubscriptionManager.ICC_ID + " IN (\"2\")"), isNull()); in testUpdateEmbeddedSubscriptions_listSuccess()
524 eq(SubscriptionManager.ICC_ID + "=\"1\""), isNull()); in testUpdateEmbeddedSubscriptions_listFailure()
526 eq(SubscriptionManager.ICC_ID + "IN (\"1\")"), isNull()); in testUpdateEmbeddedSubscriptions_listFailure()
532 eq(SubscriptionManager.ICC_ID + " IN (\"2\")"), isNull()); in testUpdateEmbeddedSubscriptions_listFailure()
DSubscriptionControllerTest.java63 SubscriptionManager.ICC_ID, SubscriptionManager.SIM_SLOT_INDEX,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java275 SubscriptionManager.ICC_ID)); in getSubInfoRecord()
849 whereClause.append(") OR ").append(SubscriptionManager.ICC_ID).append(" IN (");
915 SubscriptionManager.ICC_ID, SubscriptionManager.CARD_ID},
916 SubscriptionManager.ICC_ID + "=?" + " OR " + SubscriptionManager.ICC_ID + "=?",
943 value.put(SubscriptionManager.ICC_ID, iccId);
1083 value.put(SubscriptionManager.ICC_ID, iccId);
DSubscriptionInfoUpdater.java751 SubscriptionManager.ICC_ID + "=\"" + embeddedProfile.getIccid() + "\"", null); in updateEmbeddedSubscriptions()
769 String whereClause = SubscriptionManager.ICC_ID + " IN (" in updateEmbeddedSubscriptions()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java123 public static final String ICC_ID = "icc_id"; field in SubscriptionManager