Home
last modified time | relevance | path

Searched defs:numHeld (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetCallState.java50 HeadsetCallState(int numActive, int numHeld, int callState, String number, int type, in HeadsetCallState()
DBluetoothHeadsetProxy.java56 public void phoneStateChanged(int numActive, int numHeld, int callState, String number, in phoneStateChanged()
DHeadsetNativeInterface.java381 public boolean cindResponse(BluetoothDevice device, int service, int numActive, int numHeld, in cindResponse()
519 private native boolean cindResponseNative(int service, int numActive, int numHeld, in cindResponseNative()
530 private native boolean phoneStateChangeNative(int numActive, int numHeld, int callState, in phoneStateChangeNative()
DHeadsetService.java867 public void phoneStateChanged(int numActive, int numHeld, int callState, String number, in phoneStateChanged()
1859 void phoneStateChanged(int numActive, int numHeld, int callState, String number, in phoneStateChanged()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DBluetoothHeadsetBinderTest.java228 int numHeld = 5; in phoneStateChanged() local
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothHeadset.aidl90 …oneway void phoneStateChanged(int numActive, int numHeld, int callState, String number, int type, … in phoneStateChanged()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHeadset.java1213 public void phoneStateChanged(int numActive, int numHeld, int callState, String number, in phoneStateChanged()