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