HomeSort by relevance Sort by last modified time
    Searched refs:InCallServiceImpl (Results 1 - 4 of 4) 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);
110 InCallServiceImpl.muteCall(true);
115 InCallServiceImpl.muteCall(false)
    [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) {
719 InCallServiceImpl svc = getService();
722 Log.d("muteCall: InCallServiceImpl is null.");
817 InCallServiceImpl svc = getService();
819 Log.d("overrideProximitySensor: InCallServiceImpl is null.");
833 InCallServiceImpl svc = getService()
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
JsonBuilder.java 99 import com.googlecode.android_scripting.facade.telephony.InCallServiceImpl;
330 if (data instanceof InCallServiceImpl.CallEvent<?>) {
331 return buildCallEvent((InCallServiceImpl.CallEvent<?>) data);
364 state.put("AudioRoute", InCallServiceImpl.getAudioRouteString(data.getRoute()));
    [all...]

Completed in 1004 milliseconds