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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetPhoneState.java 159 void setCallState(int callState) {
  /packages/apps/InCallUI/src/com/android/incallui/
CallCardFragment.java 482 public void setCallState(
494 Log.v(this, "setCallState " + callStateLabel);
    [all...]
CallCardPresenter.java 237 getUi().setCallState(
294 getUi().setCallState(
733 void setCallState(int state, int videoState, int sessionModificationState,
  /packages/services/Telecomm/src/com/android/server/telecom/
CallsManager.java 200 setCallState(call, callState);
225 setCallState(incomingCall, CallState.RINGING);
240 setCallState(call, CallState.DISCONNECTED);
246 setCallState(call, callState);
254 setCallState(call, CallState.DISCONNECTED);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 237 setCallState(c, BluetoothHeadsetClientCall.CALL_STATE_TERMINATED);
249 setCallState(c, new_state);
298 private void setCallState(BluetoothHeadsetClientCall c, int state) {
416 setCallState(c, BluetoothHeadsetClientCall.CALL_STATE_TERMINATED);
432 setCallState(c, BluetoothHeadsetClientCall.CALL_STATE_ACTIVE);
540 setCallState(c, BluetoothHeadsetClientCall.CALL_STATE_ALERTING);
638 setCallState(c, BluetoothHeadsetClientCall.CALL_STATE_ACTIVE);
643 setCallState(cc,
647 setCallState(cc,
661 setCallState(c, BluetoothHeadsetClientCall.CALL_STATE_ACTIVE)
    [all...]

Completed in 146 milliseconds