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 816 public void phoneStateChanged(int numActive, int numHeld, int callState, String number,
820 mService.phoneStateChanged(numActive, numHeld, callState, number, type);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 258 public void phoneStateChanged(int numActive, int numHeld, int callState,
262 service.phoneStateChanged(numActive, numHeld, callState, number, type);
494 private void phoneStateChanged(int numActive, int numHeld, int callState,
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneService.java 755 mBluetoothHeadset.phoneStateChanged(
775 mBluetoothHeadset.phoneStateChanged(
    [all...]

Completed in 91 milliseconds