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.java88 private SubscriptionInfo mSubInfo; field in SubscriptionInfoUpdaterTest
183 doReturn(Arrays.asList(mSubInfo)).when(mSubscriptionController) in testSimAbsent()
204 doReturn(Arrays.asList(mSubInfo)).when(mSubscriptionController) in testSimAbsentAndInactive()
279 doReturn(FAKE_SUB_ID_1).when(mSubInfo).getSubscriptionId(); in testSimLoaded()
280 doReturn(Arrays.asList(mSubInfo)).when(mSubscriptionController) in testSimLoaded()
348 doReturn(FAKE_SUB_ID_1).when(mSubInfo).getSubscriptionId(); in testSimLoadedEmptyOperatorNumeric()
349 doReturn(Arrays.asList(mSubInfo)).when(mSubscriptionController) in testSimLoadedEmptyOperatorNumeric()
376 doReturn(Arrays.asList(mSubInfo)).when(mSubscriptionController) in testSimLockedWithOutIccId()
425 doReturn(Arrays.asList(mSubInfo)).when(mSubscriptionController) in testDualSimLoaded()
438 doReturn(Arrays.asList(mSubInfo)).when(mSubscriptionController) in testDualSimLoaded()
[all …]
DServiceStateTrackerTest.java132 private SubscriptionInfo mSubInfo; field in ServiceStateTrackerTest
1390 doReturn(subId).when(mSubInfo).getSubscriptionId(); in testSetPsNotifications()
1392 doReturn(mSubInfo).when(mSubscriptionController).getActiveSubscriptionInfo( in testSetPsNotifications()
1423 doReturn(subId).when(mSubInfo).getSubscriptionId(); in testSetCsNotifications()
1424 doReturn(mSubInfo).when(mSubscriptionController) in testSetCsNotifications()
1456 doReturn(subId).when(mSubInfo).getSubscriptionId(); in testSetCsNormalNotifications()
1457 doReturn(mSubInfo).when(mSubscriptionController) in testSetCsNormalNotifications()
1488 doReturn(subId).when(mSubInfo).getSubscriptionId(); in testSetCsEmergencyNotifications()
1489 doReturn(mSubInfo).when(mSubscriptionController) in testSetCsEmergencyNotifications()
1524 doReturn(subId).when(mSubInfo).getSubscriptionId(); in testSetNotificationsForGroupedSubs()