/frameworks/base/telecomm/java/android/telecom/ |
D | Log.java | 190 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()
|
D | ConnectionService.java | 207 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/ |
D | MMTelFeature.java | 55 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/ |
D | MmTelInterfaceAdapter.java | 48 public int startSession(PendingIntent incomingCallIntent, IImsRegistrationListener listener) in startSession() method in MmTelInterfaceAdapter 50 return getInterface().startSession(incomingCallIntent, listener); in startSession()
|
D | ImsServiceInterfaceAdapter.java | 47 public int startSession(PendingIntent incomingCallIntent, IImsRegistrationListener listener) in startSession() method in ImsServiceInterfaceAdapter
|
D | MmTelFeatureCompatAdapter.java | 453 mSessionId = mCompatFeature.startSession(createIncomingCallPendingIntent(), in onFeatureReady()
|
/frameworks/base/core/java/android/view/contentcapture/ |
D | IContentCaptureManager.aidl | 44 void startSession(IBinder activityToken, in ComponentName componentName, in startSession() method
|
D | MainContentCaptureSession.java | 232 mSystemServerInterface.startSession(mApplicationToken, component, mId, flags, in start()
|
/frameworks/base/telecomm/java/android/telecom/Logging/ |
D | SessionManager.java | 123 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/ |
D | IImsMMTelFeature.aidl | 36 int startSession(in PendingIntent incomingCallIntent, in startSession() method
|
/frameworks/base/core/java/android/view/autofill/ |
D | IAutoFillManager.aidl | 43 void startSession(IBinder activityToken, in IBinder appCallback, in AutofillId autoFillId, in startSession() method
|
D | AutofillManager.java | 1740 mService.startSession(client.autofillClientGetActivityToken(), in startSessionLocked()
|
/frameworks/base/cmds/incident_helper/src/ |
D | ih_util.cpp | 414 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
|
D | ih_util.h | 190 void startSession(ProtoOutputStream* proto, const std::string& name);
|
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
D | ContentCaptureManagerService.java | 545 public void startSession(@NonNull IBinder activityToken, in startSession() method in ContentCaptureManagerService.ContentCaptureManagerServiceStub
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | AutofillManagerService.java | 1098 public void startSession(IBinder activityToken, IBinder appCallback, AutofillId autofillId, in startSession() method in AutofillManagerService.AutoFillManagerServiceStub
|
/frameworks/base/services/ |
D | art-profile | 4502 PLcom/android/server/autofill/AutofillManagerService$AutoFillManagerServiceStub;->startSession(Land… 6058 …pture/ContentCaptureManagerService$ContentCaptureManagerServiceStub;->startSession(Landroid/os/IBi…
|