Searched refs:numActive (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothHeadset.aidl55 void phoneStateChanged(int numActive, int numHeld, int callState, String number, int type);
H A DBluetoothHeadset.java813 public void phoneStateChanged(int numActive, int numHeld, int callState, String number, argument
817 mService.phoneStateChanged(numActive, numHeld, callState, number, type);

Completed in 56 milliseconds