Home
last modified time | relevance | path

Searched refs:isRadioPowerDownAllowedOnBluetooth (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/services/telephony/
DDeviceState.java41 public boolean isRadioPowerDownAllowedOnBluetooth(Context context) { in isRadioPowerDownAllowedOnBluetooth() method in DeviceState
DTelephonyConnectionService.java913 final boolean allowed = mDeviceState.isRadioPowerDownAllowedOnBluetooth(this); in isRadioPowerDownOnBluetooth()