OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InCallServiceImpl
(Results
1 - 5
of
5
) sorted by null
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelecomCallFacade.java
51
InCallServiceImpl
.setEventFacade(
57
InCallServiceImpl
.setEventFacade(null);
74
InCallServiceImpl
.callDisconnect(callId);
81
InCallServiceImpl
.holdCall(callId);
88
InCallServiceImpl
.mergeCallsInConference(callId);
95
InCallServiceImpl
.splitCallFromConf(callId);
102
InCallServiceImpl
.unholdCall(callId);
113
InCallServiceImpl
.joinCallsInConf(callIdOne, callIdTwo);
118
return
InCallServiceImpl
.serviceGetCallAudioState();
124
return
InCallServiceImpl
.getCallIdList()
[
all
...]
TelecomManagerFacade.java
71
InCallServiceImpl
.setEventFacade(
77
InCallServiceImpl
.setEventFacade(null);
90
int state =
InCallServiceImpl
.getVideoCallState(videoState);
92
if (state ==
InCallServiceImpl
.STATE_INVALID) {
225
InCallServiceImpl
.CallListener.startListeningForEvent(
226
InCallServiceImpl
.CallListener.LISTEN_CALL_ADDED);
231
InCallServiceImpl
.CallListener.stopListeningForEvent(
232
InCallServiceImpl
.CallListener.LISTEN_CALL_ADDED);
237
InCallServiceImpl
.CallListener.startListeningForEvent(
238
InCallServiceImpl
.CallListener.LISTEN_CALL_REMOVED)
[
all
...]
InCallServiceImpl.java
40
public class
InCallServiceImpl
extends InCallService {
42
private static
InCallServiceImpl
sService = null;
44
public static
InCallServiceImpl
getService() {
142
public static final int STATE_INVALID =
InCallServiceImpl
.STATE_INVALID;
644
public static String getVideoCallId(
InCallServiceImpl
.VideoCall videoCall) {
808
InCallServiceImpl
svc = getService();
810
Log.d("overrideProximitySensor:
InCallServiceImpl
is null.");
824
InCallServiceImpl
svc = getService();
836
InCallServiceImpl
svc = getService();
839
Log.d("serviceSetAudioRoute:
InCallServiceImpl
is null.")
[
all
...]
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
InCallServiceImpl.java
32
public class
InCallServiceImpl
extends InCallService {
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
JsonBuilder.java
100
import com.googlecode.android_scripting.facade.telephony.
InCallServiceImpl
;
296
if (data instanceof
InCallServiceImpl
.CallEvent<?>) {
297
return buildCallEvent((
InCallServiceImpl
.CallEvent<?>) data);
325
state.put("AudioRoute",
InCallServiceImpl
.getAudioRouteString(data.getRoute()));
[
all
...]
Completed in 211 milliseconds