Home
last modified time | relevance | path

Searched refs:getSubInfoUsingSlotIndexPrivileged (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java179 .getSubInfoUsingSlotIndexPrivileged(eq(FAKE_SUB_ID_1)); in testSimAbsent()
200 .getSubInfoUsingSlotIndexPrivileged(eq(FAKE_SUB_ID_1)); in testSimAbsentAndInactive()
369 .getSubInfoUsingSlotIndexPrivileged(eq(FAKE_SUB_ID_1)); in loadSim()
451 .getSubInfoUsingSlotIndexPrivileged(eq(FAKE_SUB_ID_1)); in testSimLoadedEmptyOperatorNumeric()
478 .getSubInfoUsingSlotIndexPrivileged(eq(FAKE_SUB_ID_1)); in testSimLockedWithOutIccId()
528 .getSubInfoUsingSlotIndexPrivileged(eq(FAKE_SUB_ID_1)); in testDualSimLoaded()
540 .getSubInfoUsingSlotIndexPrivileged(eq(FAKE_SUB_ID_2)); in testDualSimLoaded()
712 .getSubInfoUsingSlotIndexPrivileged(anyInt()); in testHexIccIdSuffix()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java510 mSubscriptionController.getSubInfoUsingSlotIndexPrivileged(phoneId); in handleSimLoaded()
725 mSubscriptionController.getSubInfoUsingSlotIndexPrivileged(phoneId); in updateSubscriptionInfoByIccId()
DSubscriptionController.java2973 public List<SubscriptionInfo> getSubInfoUsingSlotIndexPrivileged(int slotIndex) { in getSubInfoUsingSlotIndexPrivileged() method in SubscriptionController