Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DFakeTelephonyProvider.java59 + " INTEGER DEFAULT " + SubscriptionManager.SIM_NOT_INSERTED + "," in getStringForSimInfoTableCreation()
DSubscriptionInfoUpdaterTest.java519 "3", SubscriptionManager.SIM_NOT_INSERTED); in testUpdateEmbeddedSubscriptions_listSuccess()
DSubscriptionControllerTest.java230 assertEquals(SubscriptionManager.SIM_NOT_INSERTED, in testCleanUpSIM()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java807 embeddedProfile.getIccid(), SubscriptionManager.SIM_NOT_INSERTED); in updateEmbeddedSubscriptionsCache()
DSubscriptionController.java1912 return SubscriptionManager.SIM_NOT_INSERTED; in getSlotIndex()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java279 public static final int SIM_NOT_INSERTED = -1; field in SubscriptionManager