Home
last modified time | relevance | path

Searched refs:mSubInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java96 private SubscriptionInfo mSubInfo; field in SubscriptionInfoUpdaterTest
177 doReturn(Arrays.asList(mSubInfo)).when(mSubscriptionController) in testSimAbsent()
198 doReturn(Arrays.asList(mSubInfo)).when(mSubscriptionController) in testSimAbsentAndInactive()
282 doReturn(mSubInfo).when(mSubscriptionController).getSubInfoForIccId(iccId); in testSimNotReadyDisabledUiccApps()
283 doReturn(false).when(mSubInfo).areUiccApplicationsEnabled(); in testSimNotReadyDisabledUiccApps()
366 doReturn(FAKE_SUB_ID_1).when(mSubInfo).getSubscriptionId(); in loadSim()
367 doReturn(Arrays.asList(mSubInfo)).when(mSubscriptionController) in loadSim()
448 doReturn(FAKE_SUB_ID_1).when(mSubInfo).getSubscriptionId(); in testSimLoadedEmptyOperatorNumeric()
449 doReturn(Arrays.asList(mSubInfo)).when(mSubscriptionController) in testSimLoadedEmptyOperatorNumeric()
476 doReturn(Arrays.asList(mSubInfo)).when(mSubscriptionController) in testSimLockedWithOutIccId()
[all …]
DServiceStateTrackerTest.java133 private SubscriptionInfo mSubInfo; field in ServiceStateTrackerTest
1578 doReturn(subId).when(mSubInfo).getSubscriptionId(); in testSetPsNotifications()
1580 doReturn(mSubInfo).when(mSubscriptionController).getActiveSubscriptionInfo( in testSetPsNotifications()
1611 doReturn(subId).when(mSubInfo).getSubscriptionId(); in testSetCsNotifications()
1612 doReturn(mSubInfo).when(mSubscriptionController) in testSetCsNotifications()
1644 doReturn(subId).when(mSubInfo).getSubscriptionId(); in testSetCsNormalNotifications()
1645 doReturn(mSubInfo).when(mSubscriptionController) in testSetCsNormalNotifications()
1676 doReturn(subId).when(mSubInfo).getSubscriptionId(); in testSetCsEmergencyNotifications()
1677 doReturn(mSubInfo).when(mSubscriptionController) in testSetCsEmergencyNotifications()
1712 doReturn(subId).when(mSubInfo).getSubscriptionId(); in testSetNotificationsForGroupedSubs()