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

  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothHeadsetProxy.java 45 public void phoneStateChanged(int numActive, int numHeld, int callState, String number,
48 mBluetoothHeadset.phoneStateChanged(numActive, numHeld, callState, number, type);
  /frameworks/base/core/java/android/bluetooth/
IBluetoothHeadset.aidl 57 void phoneStateChanged(int numActive, int numHeld, int callState, String number, int type);
BluetoothHeadset.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetPhoneState.java 151 void setNumActiveCall(int numActive) {
152 mNumActive = numActive;
374 public HeadsetCallState(int numActive, int numHeld, int callState, String number, int type) {
375 mNumActive = numActive;
HeadsetService.java 275 public void phoneStateChanged(int numActive, int numHeld, int callState,
279 service.phoneStateChanged(numActive, numHeld, callState, number, type);
522 private void phoneStateChanged(int numActive, int numHeld, int callState,
526 msg.obj = new HeadsetCallState(numActive, numHeld, callState, number, type);
HeadsetStateMachine.java     [all...]
  /frameworks/base/services/core/java/com/android/server/job/
JobSchedulerService.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 2068 milliseconds