Home
last modified time | relevance | path

Searched refs:anySimReady (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DCarrierTextManager.java691 public final boolean anySimReady; field in CarrierTextManager.CarrierTextCallbackInfo
697 boolean anySimReady, int[] subscriptionIds) { in CarrierTextCallbackInfo() argument
698 this(carrierText, listOfCarriers, anySimReady, subscriptionIds, false); in CarrierTextCallbackInfo()
703 boolean anySimReady, int[] subscriptionIds, boolean airplaneMode) { in CarrierTextCallbackInfo() argument
706 this.anySimReady = anySimReady; in CarrierTextCallbackInfo()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DCarrierTextManagerTest.java356 assertFalse("No SIM should be available", captor.getValue().anySimReady); in testCarrierText_noTextOnReadySimWhenNull()
383 assertFalse("No SIM should be available", captor.getValue().anySimReady); in testCarrierText_noTextOnReadySimWhenNull_airplaneMode_wifiOn()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/carrier/
DQSCarrierGroupController.java382 if (!info.airplaneMode && info.anySimReady) { in handleUpdateCarrierInfo()