Searched refs:isRadioOn (Results 1 – 5 of 5) sorted by relevance
1310 when(mSST.isRadioOn()).thenReturn(true); in testCreateOutgoingEmerge_exitingApm_disconnected()1338 when(mSST.isRadioOn()).thenReturn(true); in testCreateOutgoingEmergencyConnection_exitingApm_placeCall()1396 doReturn(true).when(testPhone0).isRadioOn(); in testCreateOutgoingConnectionForNormalRoutedEmergencyCall()1397 doReturn(true).when(testPhone1).isRadioOn(); in testCreateOutgoingConnectionForNormalRoutedEmergencyCall()1450 when(mSST.isRadioOn()).thenReturn(true); in testCreateOutgoingEmergencyConnection_exitingSatellite_placeCall()1482 doReturn(false).when(testPhone0).isRadioOn(); in testCreateOutgoingCall_turnOnRadio_bluetoothOn()1484 doReturn(false).when(testPhone1).isRadioOn(); in testCreateOutgoingCall_turnOnRadio_bluetoothOn()1516 doReturn(false).when(testPhone0).isRadioOn(); in testCreateOutgoingCall_forWearWatch_whenPhoneIsNull()1518 doReturn(false).when(testPhone1).isRadioOn(); in testCreateOutgoingCall_forWearWatch_whenPhoneIsNull()1549 doReturn(false).when(testPhone0).isRadioOn(); in testCreateOutgoingCall_notTurnOnRadio_bluetoothOnWifiCallingEnabled()[all …]
167 if (telephonyManager.isRadioOn()) { in getTimeoutLengthMillis()
1719 private boolean isRadioOn() { in isRadioOn() method in RadioInfo1727 mRadioPowerOnSwitch.setChecked(isRadioOn()); in updateRadioPowerState()1844 log("toggle radio power: phone*" + phones.length + " " + (isRadioOn() ? "on" : "off"));
1168 boolean needToTurnOnRadio = (isEmergencyNumber && (!isRadioOn() || isAirplaneModeOn)) in onCreateOutgoingConnection()1269 || (phone.getServiceStateTracker().isRadioOn() in onCreateOutgoingConnection()1441 return (allowed && cellOn == PhoneConstants.CELL_ON_FLAG && !isRadioOn()); in isRadioPowerDownOnBluetooth()2126 private boolean isRadioOn() { in isRadioOn() method in TelephonyConnectionService2129 result |= phone.isRadioOn(); in isRadioOn()
2899 public boolean isRadioOn(String callingPackage) { in isRadioOn() method in PhoneInterfaceManager