Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetHalConstants.java64 static final int CALL_STATE_INCOMING = 4; field in HeadsetHalConstants
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadsetClientCall.java58 public static final int CALL_STATE_INCOMING = 4; field in BluetoothHeadsetClientCall
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientHalConstants.java61 static final int CALL_STATE_INCOMING = 4; field in HeadsetClientHalConstants
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
H A DBluetoothInCallService.java75 private static final int CALL_STATE_INCOMING = 4; field in BluetoothInCallService
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
H A DBluetoothInCallServiceTest.java80 private static final int CALL_STATE_INCOMING = 4; field in BluetoothInCallServiceTest