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/
DCarrierTextController.java597 public final boolean anySimReady; field in CarrierTextController.CarrierTextCallbackInfo
603 boolean anySimReady, int[] subscriptionIds) { in CarrierTextCallbackInfo() argument
604 this(carrierText, listOfCarriers, anySimReady, subscriptionIds, false); in CarrierTextCallbackInfo()
609 boolean anySimReady, int[] subscriptionIds, boolean airplaneMode) { in CarrierTextCallbackInfo() argument
612 this.anySimReady = anySimReady; in CarrierTextCallbackInfo()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DCarrierTextControllerTest.java321 assertFalse("No SIM should be available", captor.getValue().anySimReady); in testCarrierText_noTextOnReadySimWhenNull()
347 assertFalse("No SIM should be available", captor.getValue().anySimReady); in testCarrierText_noTextOnReadySimWhenNull_airplaneMode_wifiOn()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSCarrierGroup.java162 if (!info.airplaneMode && info.anySimReady) { in updateCarrierInfo()