Home
last modified time | relevance | path

Searched refs:HOLD (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/simulator/
DSimulator.java93 HOLD,
113 public static final int HOLD = 3; field in Simulator.Event
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DNonSimulatorConnectionListener.java41 case Event.HOLD: in onEvent()
DSimulatorRttCall.java111 case Event.HOLD: in onEvent()
DSimulatorVideoCall.java126 case Event.HOLD: in onEvent()
DSimulatorConference.java109 onEvent(new Event(Event.HOLD)); in onHold()
DSimulatorConferenceCreator.java174 case Event.HOLD: in onEvent()
DSimulatorConnection.java103 onEvent(new Event(Event.HOLD)); in onHold()
DSimulatorVoiceCall.java200 case Event.HOLD: in onEvent()
/packages/services/Telephony/src/com/android/phone/
DCallNotifier.java520 } else if (r.result == Phone.SuppService.HOLD) { in onSuppServiceFailed()