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

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelecomCallFacade.java 46 InCallServiceImpl.setEventFacade(
52 InCallServiceImpl.setEventFacade(null);
60 return InCallServiceImpl.getCallById(callId);
77 InCallServiceImpl.callDisconnect(callId);
84 InCallServiceImpl.holdCall(callId);
91 InCallServiceImpl.mergeCallsInConference(callId);
98 InCallServiceImpl.splitCallFromConf(callId);
105 InCallServiceImpl.unholdCall(callId);
116 InCallServiceImpl.joinCallsInConf(callIdOne, callIdTwo);
121 return InCallServiceImpl.serviceGetCallAudioState()
    [all...]
TelecomManagerFacade.java 67 InCallServiceImpl.setEventFacade(
73 InCallServiceImpl.setEventFacade(null);
86 int state = InCallServiceImpl.getVideoCallState(videoState);
88 if (state == InCallServiceImpl.STATE_INVALID) {
221 InCallServiceImpl.CallListener.startListeningForEvent(
222 InCallServiceImpl.CallListener.LISTEN_CALL_ADDED);
227 InCallServiceImpl.CallListener.stopListeningForEvent(
228 InCallServiceImpl.CallListener.LISTEN_CALL_ADDED);
233 InCallServiceImpl.CallListener.startListeningForEvent(
234 InCallServiceImpl.CallListener.LISTEN_CALL_REMOVED)
    [all...]
InCallServiceImpl.java 38 public class InCallServiceImpl extends InCallService {
40 private static InCallServiceImpl sService = null;
42 public static InCallServiceImpl getService() {
140 public static final int STATE_INVALID = InCallServiceImpl.STATE_INVALID;
642 public static String getVideoCallId(InCallServiceImpl.VideoCall videoCall) {
806 InCallServiceImpl svc = getService();
808 Log.d("overrideProximitySensor: InCallServiceImpl is null.");
822 InCallServiceImpl svc = getService();
834 InCallServiceImpl svc = getService();
837 Log.d("serviceSetAudioRoute: InCallServiceImpl is null.")
    [all...]
  /packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
InCallServiceImpl.java 33 public class InCallServiceImpl extends InCallService {
138 InCallServiceImpl getService() {
139 return InCallServiceImpl.this;
UiCallManager.java 80 private InCallServiceImpl mInCallService;
93 Intent intent = new Intent(context, InCallServiceImpl.class);
94 intent.setAction(InCallServiceImpl.ACTION_LOCAL_BIND);
105 mInCallService = ((InCallServiceImpl.LocalBinder) binder).getService();
108 // The InCallServiceImpl could be bound when we already have some active calls, let's
124 private InCallServiceImpl.Callback mInCallServiceCallback =
125 new InCallServiceImpl.Callback() {
  /packages/apps/Dialer/java/com/android/incallui/
InCallServiceImpl.java 37 public class InCallServiceImpl extends InCallService {
  /external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
JsonBuilder.java 44 import com.googlecode.android_scripting.facade.telephony.InCallServiceImpl;
300 if (data instanceof InCallServiceImpl.CallEvent<?>) {
301 return buildCallEvent((InCallServiceImpl.CallEvent<?>) data);
331 state.put("AudioRoute", InCallServiceImpl.getAudioRouteString(data.getRoute()));
    [all...]

Completed in 215 milliseconds