Searched refs:isRadioPowerDownAllowedOnBluetooth (Results 1 – 3 of 3) sorted by relevance
41 public boolean isRadioPowerDownAllowedOnBluetooth(Context context) { in isRadioPowerDownAllowedOnBluetooth() method in DeviceState
1439 final boolean allowed = mDeviceState.isRadioPowerDownAllowedOnBluetooth(this); in isRadioPowerDownOnBluetooth()
1476 doReturn(true).when(mDeviceState).isRadioPowerDownAllowedOnBluetooth(any()); in testCreateOutgoingCall_turnOnRadio_bluetoothOn()1510 doReturn(true).when(mDeviceState).isRadioPowerDownAllowedOnBluetooth(any()); in testCreateOutgoingCall_forWearWatch_whenPhoneIsNull()1543 doReturn(true).when(mDeviceState).isRadioPowerDownAllowedOnBluetooth(any()); in testCreateOutgoingCall_notTurnOnRadio_bluetoothOnWifiCallingEnabled()