/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);
|
BluetoothPhoneServiceImpl.java | 735 "numActive %s, " + 754 "numActive %s, " + [all...] |
/frameworks/base/core/java/android/bluetooth/ |
IBluetoothHeadset.aidl | 57 void phoneStateChanged(int numActive, int numHeld, int callState, String number, int type);
|
BluetoothHeadset.java | 855 public void phoneStateChanged(int numActive, int numHeld, int callState, String number, 859 mService.phoneStateChanged(numActive, numHeld, callState, number, type); [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); 516 private void phoneStateChanged(int numActive, int numHeld, int callState, 520 msg.obj = new HeadsetCallState(numActive, numHeld, callState, number, type);
|
HeadsetStateMachine.java | [all...] |
/frameworks/base/services/core/java/com/android/server/job/ |
JobSchedulerService.java | [all...] |
/frameworks/av/services/audioflinger/ |
Threads.cpp | 1668 size_t numactive = mActiveTracks.size(); local 6608 size_t numactive = mActiveTracks.size(); local [all...] |