Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DCarrierTextManager.java767 public final boolean anySimReady; field in CarrierTextManager.CarrierTextCallbackInfo
776 boolean anySimReady, in CarrierTextCallbackInfo() argument
780 anySimReady, in CarrierTextCallbackInfo()
789 boolean anySimReady, in CarrierTextCallbackInfo() argument
795 this.anySimReady = anySimReady; in CarrierTextCallbackInfo()
806 + ", anySimReady=" + anySimReady in toString()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/carrier/
DShadeCarrierGroupControllerLogger.kt37 bool1 = info.anySimReady in logHandleUpdateCarrierInfo()
DShadeCarrierGroupController.java387 } else if (!info.airplaneMode && info.anySimReady) { in handleUpdateCarrierInfo()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/
DCarrierTextManagerLogger.kt108 bool1 = info.anySimReady in logCallbackSentFromUpdate()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DCarrierTextManagerTest.java433 assertFalse("No SIM should be available", captor.getValue().anySimReady); in testCarrierText_noTextOnReadySimWhenNull()
472 assertFalse("No SIM should be available", captor.getValue().anySimReady); in testCarrierText_noTextOnReadySimWhenNull_airplaneMode_wifiOn()