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

  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadset.java 803 public void phoneStateChanged(int numActive, int numHeld, int callState, String number,
807 mService.phoneStateChanged(numActive, numHeld, callState, number, type);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 253 public void phoneStateChanged(int numActive, int numHeld, int callState,
257 service.phoneStateChanged(numActive, numHeld, callState, number, type);
472 private void phoneStateChanged(int numActive, int numHeld, int callState,
  /packages/apps/Phone/src/com/android/phone/
BluetoothPhoneService.java 290 mBluetoothHeadset.phoneStateChanged(0, mNumHeld,
294 mBluetoothHeadset.phoneStateChanged(0, mNumHeld,
311 mBluetoothHeadset.phoneStateChanged(mNumActive, mNumHeld,
340 mBluetoothHeadset.phoneStateChanged(mNumActive, mNumHeld,
367 mBluetoothHeadset.phoneStateChanged(mNumActive, mNumHeld,
    [all...]

Completed in 3423 milliseconds