OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InCallServiceImpl
(Results
1 - 5
of
5
) 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
...]
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
...]
/packages/apps/Dialer/java/com/android/incallui/
InCallServiceImpl.java
41
public class
InCallServiceImpl
extends InCallService {
53
Trace.beginSection("
InCallServiceImpl
.onCallAudioStateChanged");
60
Trace.beginSection("
InCallServiceImpl
.onBringToForeground");
67
Trace.beginSection("
InCallServiceImpl
.onCallAdded");
74
Trace.beginSection("
InCallServiceImpl
.onCallRemoved");
83
Trace.beginSection("
InCallServiceImpl
.onCanAddCallChanged");
96
Trace.beginSection("
InCallServiceImpl
.onBind");
128
Trace.beginSection("
InCallServiceImpl
.onUnbind");
139
Trace.beginSection("
InCallServiceImpl
.tearDown");
/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;
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
JsonBuilder.java
88
import com.googlecode.android_scripting.facade.telephony.
InCallServiceImpl
;
316
if (data instanceof
InCallServiceImpl
.CallEvent<?>) {
317
return buildCallEvent((
InCallServiceImpl
.CallEvent<?>) data);
347
state.put("AudioRoute",
InCallServiceImpl
.getAudioRouteString(data.getRoute()));
[
all
...]
Completed in 1241 milliseconds