Searched defs:CALL_STATE_WAITING (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ | ||
H A D | HeadsetHalConstants.java | 65 static final int CALL_STATE_WAITING = 5; field in HeadsetHalConstants |
/aosp12/frameworks/base/core/java/android/bluetooth/ | ||
H A D | BluetoothHeadsetClientCall.java | 62 public static final int CALL_STATE_WAITING = 5; field in BluetoothHeadsetClientCall |
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ | ||
H A D | HeadsetClientHalConstants.java | 62 static final int CALL_STATE_WAITING = 5; field in HeadsetClientHalConstants |
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/ | ||
H A D | BluetoothInCallService.java | 76 private static final int CALL_STATE_WAITING = 5; field in BluetoothInCallService |
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/ | ||
H A D | BluetoothInCallServiceTest.java | 81 private static final int CALL_STATE_WAITING = 5; field in BluetoothInCallServiceTest |