Searched refs:InCallServiceImpl (Results 1 – 4 of 4) sorted by relevance
46 InCallServiceImpl.setEventFacade( in TelecomCallFacade()52 InCallServiceImpl.setEventFacade(null); in shutdown()60 return InCallServiceImpl.getCallById(callId); in telecomCallGetCallById()77 InCallServiceImpl.callDisconnect(callId); in telecomCallDisconnect()84 InCallServiceImpl.holdCall(callId); in telecomCallHold()91 InCallServiceImpl.mergeCallsInConference(callId); in telecomCallMergeToConf()98 InCallServiceImpl.splitCallFromConf(callId); in telecomCallSplitFromConf()105 InCallServiceImpl.unholdCall(callId); in telecomCallUnhold()116 InCallServiceImpl.joinCallsInConf(callIdOne, callIdTwo); in telecomCallJoinCallsInConf()121 return InCallServiceImpl.serviceGetCallAudioState(); in telecomCallGetAudioState()[all …]
67 InCallServiceImpl.setEventFacade( in TelecomManagerFacade()73 InCallServiceImpl.setEventFacade(null); in shutdown()86 int state = InCallServiceImpl.getVideoCallState(videoState); in telecomAcceptRingingCall()88 if (state == InCallServiceImpl.STATE_INVALID) { in telecomAcceptRingingCall()221 InCallServiceImpl.CallListener.startListeningForEvent( in telecomStartListeningForCallAdded()222 InCallServiceImpl.CallListener.LISTEN_CALL_ADDED); in telecomStartListeningForCallAdded()227 InCallServiceImpl.CallListener.stopListeningForEvent( in telecomStopListeningForCallAdded()228 InCallServiceImpl.CallListener.LISTEN_CALL_ADDED); in telecomStopListeningForCallAdded()233 InCallServiceImpl.CallListener.startListeningForEvent( in telecomStartListeningForCallRemoved()234 InCallServiceImpl.CallListener.LISTEN_CALL_REMOVED); in telecomStartListeningForCallRemoved()[all …]
38 public class InCallServiceImpl extends InCallService { class40 private static InCallServiceImpl sService = null;42 public static InCallServiceImpl getService() { in getService()140 public static final int STATE_INVALID = InCallServiceImpl.STATE_INVALID;642 public static String getVideoCallId(InCallServiceImpl.VideoCall videoCall) { in getVideoCallId()806 InCallServiceImpl svc = getService(); in overrideProximitySensor()822 InCallServiceImpl svc = getService(); in serviceGetCallAudioState()834 InCallServiceImpl svc = getService(); in serviceSetAudioRoute()
44 import com.googlecode.android_scripting.facade.telephony.InCallServiceImpl;300 if (data instanceof InCallServiceImpl.CallEvent<?>) { in build()301 return buildCallEvent((InCallServiceImpl.CallEvent<?>) data); in build()331 state.put("AudioRoute", InCallServiceImpl.getAudioRouteString(data.getRoute())); in buildJsonAudioState()1006 private static <T> JSONObject buildCallEvent(InCallServiceImpl.CallEvent<T> callEvent) in buildCallEvent()1024 build(InCallServiceImpl.getCallPresentationInfoString( in buildCallDetails()1032 build(InCallServiceImpl.getCallCapabilitiesString(details.getCallCapabilities()))); in buildCallDetails()1035 build(InCallServiceImpl.getCallPropertiesString(details.getCallProperties()))); in buildCallDetails()1046 build(InCallServiceImpl.getVideoCallStateString(details.getVideoState()))); in buildCallDetails()1060 callInfo.put("Parent", build(InCallServiceImpl.getCallId(call))); in buildCall()[all …]