Home
last modified time | relevance | path

Searched defs:CALL_STATE_ALERTING (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java59 static final int CALL_STATE_ALERTING = 3; field in HeadsetHalConstants
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHfpClientCall.java45 public static final int CALL_STATE_ALERTING = 3; field in HfpClientCall
DHeadsetClientHalConstants.java57 static final int CALL_STATE_ALERTING = 3; field in HeadsetClientHalConstants
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHeadsetClientCall.java48 public static final int CALL_STATE_ALERTING = 3; field in BluetoothHeadsetClientCall
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java84 private static final int CALL_STATE_ALERTING = 3; field in BluetoothInCallService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java85 private static final int CALL_STATE_ALERTING = 3; field in BluetoothInCallServiceTest