Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DDeviceState.java50 public int getCellOnStatus(Context context) { in getCellOnStatus() method in DeviceState
DTelephonyConnectionService.java1440 final int cellOn = mDeviceState.getCellOnStatus(this); in isRadioPowerDownOnBluetooth()
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java1477 doReturn(PhoneConstants.CELL_ON_FLAG).when(mDeviceState).getCellOnStatus(any()); in testCreateOutgoingCall_turnOnRadio_bluetoothOn()
1511 doReturn(PhoneConstants.CELL_ON_FLAG).when(mDeviceState).getCellOnStatus(any()); in testCreateOutgoingCall_forWearWatch_whenPhoneIsNull()
1544 doReturn(PhoneConstants.CELL_ON_FLAG).when(mDeviceState).getCellOnStatus(any()); in testCreateOutgoingCall_notTurnOnRadio_bluetoothOnWifiCallingEnabled()