Searched refs:anySimReady (Results 1 – 3 of 3) sorted by relevance
597 public final boolean anySimReady; field in CarrierTextController.CarrierTextCallbackInfo603 boolean anySimReady, int[] subscriptionIds) { in CarrierTextCallbackInfo() argument604 this(carrierText, listOfCarriers, anySimReady, subscriptionIds, false); in CarrierTextCallbackInfo()609 boolean anySimReady, int[] subscriptionIds, boolean airplaneMode) { in CarrierTextCallbackInfo() argument612 this.anySimReady = anySimReady; in CarrierTextCallbackInfo()
321 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()
162 if (!info.airplaneMode && info.anySimReady) { in updateCarrierInfo()