Home
last modified time | relevance | path

Searched refs:getSubInfoUsingSlotIndexWithCheck (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java142 .getSubInfoUsingSlotIndexWithCheck(eq(FAKE_SUB_ID_1), anyBoolean(), anyString()); in testSimAbsent()
221 .getSubInfoUsingSlotIndexWithCheck(eq(FAKE_SUB_ID_1), anyBoolean(), anyString()); in testSimLoaded()
288 .getSubInfoUsingSlotIndexWithCheck(eq(FAKE_SUB_ID_1), anyBoolean(), anyString()); in testSimLoadedEmptyOperatorNumeric()
329 .getSubInfoUsingSlotIndexWithCheck(eq(FAKE_SUB_ID_1), anyBoolean(), anyString()); in testSimLockedWithOutIccId()
377 .getSubInfoUsingSlotIndexWithCheck(anyInt(), anyBoolean(), anyString()); in testDualSimLoaded()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DSubscriptionControllerMock.java246 public List<SubscriptionInfo> getSubInfoUsingSlotIndexWithCheck(int slotId, boolean needCheck, in getSubInfoUsingSlotIndexWithCheck() method in SubscriptionControllerMock
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java552 SubscriptionController.getInstance().getSubInfoUsingSlotIndexWithCheck(i, false, in updateSubscriptionInfoByIccId()
DSubscriptionController.java1569 public List<SubscriptionInfo> getSubInfoUsingSlotIndexWithCheck(int slotIndex, in getSubInfoUsingSlotIndexWithCheck() method in SubscriptionController