Searched refs:getSubInfoUsingSlotIndexWithCheck (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SubscriptionInfoUpdaterTest.java | 142 .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/ |
D | SubscriptionControllerMock.java | 246 public List<SubscriptionInfo> getSubInfoUsingSlotIndexWithCheck(int slotId, boolean needCheck, in getSubInfoUsingSlotIndexWithCheck() method in SubscriptionControllerMock
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SubscriptionInfoUpdater.java | 552 SubscriptionController.getInstance().getSubInfoUsingSlotIndexWithCheck(i, false, in updateSubscriptionInfoByIccId()
|
D | SubscriptionController.java | 1569 public List<SubscriptionInfo> getSubInfoUsingSlotIndexWithCheck(int slotIndex, in getSubInfoUsingSlotIndexWithCheck() method in SubscriptionController
|