Searched defs:numHeld (Results 1 – 7 of 7) sorted by relevance
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/ |
| D | HeadsetCallState.java | 50 HeadsetCallState(int numActive, int numHeld, int callState, String number, int type, in HeadsetCallState()
|
| D | BluetoothHeadsetProxy.java | 56 public void phoneStateChanged(int numActive, int numHeld, int callState, String number, in phoneStateChanged()
|
| D | HeadsetNativeInterface.java | 387 public boolean cindResponse(BluetoothDevice device, int service, int numActive, int numHeld, in cindResponse() 525 private native boolean cindResponseNative(int service, int numActive, int numHeld, in cindResponseNative() 536 private native boolean phoneStateChangeNative(int numActive, int numHeld, int callState, in phoneStateChangeNative()
|
| D | HeadsetService.java | 818 public void phoneStateChanged(int numActive, int numHeld, int callState, String number, in phoneStateChanged() 1810 void phoneStateChanged(int numActive, int numHeld, int callState, String number, in phoneStateChanged()
|
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/ |
| D | BluetoothHeadsetBinderTest.java | 193 int numHeld = 5; in phoneStateChanged() local
|
| /packages/modules/Bluetooth/system/binder/android/bluetooth/ |
| D | IBluetoothHeadset.aidl | 76 …void phoneStateChanged(int numActive, int numHeld, int callState, String number, int type, String … in phoneStateChanged()
|
| /packages/modules/Bluetooth/framework/java/android/bluetooth/ |
| D | BluetoothHeadset.java | 1214 public void phoneStateChanged(int numActive, int numHeld, int callState, String number, in phoneStateChanged()
|