HomeSort by relevance Sort by last modified time
    Searched refs:phoneStateChanged (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/bluetooth/
IBluetoothHeadset.aidl 55 void phoneStateChanged(int numActive, int numHeld, int callState, String number, int type);
BluetoothHeadset.java 815 public void phoneStateChanged(int numActive, int numHeld, int callState, String number,
819 mService.phoneStateChanged(numActive, numHeld, callState, number, type);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 257 public void phoneStateChanged(int numActive, int numHeld, int callState,
261 service.phoneStateChanged(numActive, numHeld, callState, number, type);
480 private void phoneStateChanged(int numActive, int numHeld, int callState,
  /packages/services/Telephony/src/com/android/phone/
BluetoothPhoneService.java 267 mBluetoothHeadset.phoneStateChanged(0, mNumHeld,
271 mBluetoothHeadset.phoneStateChanged(0, mNumHeld,
288 mBluetoothHeadset.phoneStateChanged(mNumActive, mNumHeld,
317 mBluetoothHeadset.phoneStateChanged(mNumActive, mNumHeld,
346 mBluetoothHeadset.phoneStateChanged(mNumActive, mNumHeld,
    [all...]

Completed in 68 milliseconds