/frameworks/base/core/java/android/bluetooth/ |
IBluetoothHeadset.aidl | 52 void phoneStateChanged(int numActive, int numHeld, int callState, String number, int type);
|
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/ |
HeadsetPhoneState.java | 107 void setCallState(int callState) { 108 mCallState = callState; 295 public HeadsetCallState(int numActive, int numHeld, int callState, String number, int type) { 298 mCallState = callState;
|
HeadsetStateMachine.java | [all...] |
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, 476 msg.obj = new HeadsetCallState(numActive, numHeld, callState, number, type);
|
/packages/apps/Phone/src/com/android/phone/ |
BluetoothPhoneService.java | 632 Call.State callState = connection.getState(); 633 switch (callState) { 661 Log.e(TAG, "bad call state: " + callState); [all...] |
CallNotifier.java | [all...] |
InCallScreen.java | [all...] |
/packages/apps/Settings/src/com/android/settings/ |
RadioInfo.java | 94 private TextView callState; 255 callState = (TextView) findViewById(R.id.call); 604 callState.setText(display); [all...] |