Home
last modified time | relevance | path

Searched refs:startSession (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DLog.java190 public static void startSession(String shortMethodName) { in startSession() method in Log
191 getSessionManager().startSession(shortMethodName, null); in startSession()
194 public static void startSession(Session.Info info, String shortMethodName) { in startSession() method in Log
195 getSessionManager().startSession(info, shortMethodName, null); in startSession()
198 public static void startSession(String shortMethodName, String callerIdentification) { in startSession() method in Log
199 getSessionManager().startSession(shortMethodName, callerIdentification); in startSession()
202 public static void startSession(Session.Info info, String shortMethodName, in startSession() method in Log
204 getSessionManager().startSession(info, shortMethodName, callerIdentification); in startSession()
DConnectionService.java207 Log.startSession(sessionInfo, SESSION_ADD_CS_ADAPTER);
220 Log.startSession(sessionInfo, SESSION_REMOVE_CS_ADAPTER);
239 Log.startSession(sessionInfo, SESSION_CREATE_CONN);
256 Log.startSession(sessionInfo, SESSION_CREATE_CONN_COMPLETE);
274 Log.startSession(sessionInfo, SESSION_CREATE_CONN_FAILED);
291 Log.startSession(sessionInfo, SESSION_HANDOVER_FAILED);
306 Log.startSession(sessionInfo, SESSION_HANDOVER_COMPLETE);
319 Log.startSession(sessionInfo, SESSION_ABORT);
332 Log.startSession(sessionInfo, SESSION_ANSWER_VIDEO);
346 Log.startSession(sessionInfo, SESSION_ANSWER);
[all …]
/frameworks/base/telephony/java/android/telephony/ims/compat/feature/
DMMTelFeature.java55 public int startSession(PendingIntent incomingCallIntent,
58 return MMTelFeature.this.startSession(incomingCallIntent, listener);
208 public int startSession(PendingIntent incomingCallIntent, IImsRegistrationListener listener) { in startSession() method in MMTelFeature
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DMmTelInterfaceAdapter.java48 public int startSession(PendingIntent incomingCallIntent, IImsRegistrationListener listener) in startSession() method in MmTelInterfaceAdapter
50 return getInterface().startSession(incomingCallIntent, listener); in startSession()
DImsServiceInterfaceAdapter.java47 public int startSession(PendingIntent incomingCallIntent, IImsRegistrationListener listener) in startSession() method in ImsServiceInterfaceAdapter
DMmTelFeatureCompatAdapter.java453 mSessionId = mCompatFeature.startSession(createIncomingCallPendingIntent(), in onFeatureReady()
/frameworks/base/core/java/android/view/contentcapture/
DIContentCaptureManager.aidl44 void startSession(IBinder activityToken, in ComponentName componentName, in startSession() method
DMainContentCaptureSession.java232 mSystemServerInterface.startSession(mApplicationToken, component, mId, flags, in start()
/frameworks/base/telecomm/java/android/telecom/Logging/
DSessionManager.java123 public synchronized void startSession(Session.Info info, String shortMethodName, in startSession() method in SessionManager
127 startSession(shortMethodName, callerIdentification); in startSession()
137 public synchronized void startSession(String shortMethodName, in startSession() method in SessionManager
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsMMTelFeature.aidl36 int startSession(in PendingIntent incomingCallIntent, in startSession() method
/frameworks/base/core/java/android/view/autofill/
DIAutoFillManager.aidl43 void startSession(IBinder activityToken, in IBinder appCallback, in AutofillId autoFillId, in startSession() method
DAutofillManager.java1740 mService.startSession(client.autofillClientGetActivityToken(), in startSessionLocked()
/frameworks/base/cmds/incident_helper/src/
Dih_util.cpp414 startSession(proto, name); in insertField()
430 startSession(proto, fieldName); in insertField()
440 Message::startSession(ProtoOutputStream* proto, const std::string& name) in startSession() function in Message
Dih_util.h190 void startSession(ProtoOutputStream* proto, const std::string& name);
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java545 public void startSession(@NonNull IBinder activityToken, in startSession() method in ContentCaptureManagerService.ContentCaptureManagerServiceStub
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java1098 public void startSession(IBinder activityToken, IBinder appCallback, AutofillId autofillId, in startSession() method in AutofillManagerService.AutoFillManagerServiceStub
/frameworks/base/services/
Dart-profile4502 PLcom/android/server/autofill/AutofillManagerService$AutoFillManagerServiceStub;->startSession(Land…
6058 …pture/ContentCaptureManagerService$ContentCaptureManagerServiceStub;->startSession(Landroid/os/IBi…