Home
last modified time | relevance | path

Searched refs:getFilteredSubscriptionInfo (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DCarrierTextManagerTest.java208 when(mKeyguardUpdateMonitor.getFilteredSubscriptionInfo()).thenReturn(list); in testAirplaneMode()
255 when(mKeyguardUpdateMonitor.getFilteredSubscriptionInfo()).thenReturn(list); in testAirplaneMode_noSim_nullPlmn_nullSpn_doesNotCrash()
271 when(mKeyguardUpdateMonitor.getFilteredSubscriptionInfo()).thenReturn(list); in testCardIOError()
304 when(mKeyguardUpdateMonitor.getFilteredSubscriptionInfo()).thenReturn( in testWrongSlots()
318 when(mKeyguardUpdateMonitor.getFilteredSubscriptionInfo()).thenReturn( in testMoreSlotsThanSubs()
369 when(mKeyguardUpdateMonitor.getFilteredSubscriptionInfo()).thenReturn(list); in testCreateInfo_OneValidSubscription()
394 when(mKeyguardUpdateMonitor.getFilteredSubscriptionInfo()).thenReturn(list); in testCreateInfo_OneValidSubscriptionWithRoaming()
419 when(mKeyguardUpdateMonitor.getFilteredSubscriptionInfo()).thenReturn(list); in testCarrierText_noTextOnReadySimWhenNull()
444 when(mKeyguardUpdateMonitor.getFilteredSubscriptionInfo()).thenReturn(list); in testCarrierText_noTextOnReadySimWhenNull_airplaneMode_wifiOn()
485 when(mKeyguardUpdateMonitor.getFilteredSubscriptionInfo()).thenReturn(list); in carrierText_satelliteTextNull_isSatelliteFalse_textNotUsed()
[all …]
DKeyguardUpdateMonitorTest.java1204 .getFilteredSubscriptionInfo(); in testGetSubscriptionInfo_whenInGroupedSubWithOpportunistic()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DCarrierTextManager.java341 return mKeyguardUpdateMonitor.getFilteredSubscriptionInfo(); in getSubscriptionInfo()
DKeyguardUpdateMonitor.java685 public List<SubscriptionInfo> getFilteredSubscriptionInfo() { in getFilteredSubscriptionInfo() method in KeyguardUpdateMonitor
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
DInternetDialogController.java238 return mKeyguardUpdateMonitor.getFilteredSubscriptionInfo(); in getSubscriptionInfo()