Home
last modified time | relevance | path

Searched defs:CALL_STATE_ACTIVE (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetHalConstants.java60 static final int CALL_STATE_ACTIVE = 0; field in HeadsetHalConstants
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadsetClientCall.java42 public static final int CALL_STATE_ACTIVE = 0; field in BluetoothHeadsetClientCall
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientHalConstants.java57 static final int CALL_STATE_ACTIVE = 0; field in HeadsetClientHalConstants
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
H A DBluetoothInCallService.java71 private static final int CALL_STATE_ACTIVE = 0; field in BluetoothInCallService
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
H A DBluetoothInCallServiceTest.java76 private static final int CALL_STATE_ACTIVE = 0; field in BluetoothInCallServiceTest