Searched refs:endSession (Results 1 - 23 of 23) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java214 Log.endSession();
227 Log.endSession();
250 Log.endSession();
263 Log.endSession();
284 Log.endSession();
300 Log.endSession();
313 Log.endSession();
326 Log.endSession();
340 Log.endSession();
353 Log.endSession();
[all...]
H A DLog.java218 public static void endSession() { method in class:Log
219 getSessionManager().endSession();
/frameworks/base/telecomm/java/android/telecom/Logging/
H A DRunnable.java40 Log.endSession();
H A DSessionManager.java121 * created. This code must be accompanied by endSession() at the end of the Session.
135 * accompanied by a Log.endSession().
159 * Log.endSession will still need to be called at the end of the session.
262 * Starts the subsession that was created in Log.CreateSubsession. The Log.endSession() method
293 public synchronized void endSession() { method in class:SessionManager
297 Log.w(LOGGING_TAG, "Log.endSession was called with no session active.");
402 // Log.endSession called on it.
/frameworks/base/telephony/java/android/telephony/ims/compat/feature/
H A DMMTelFeature.java62 public void endSession(int sessionId) throws RemoteException {
64 MMTelFeature.this.endSession(sessionId);
216 public void endSession(int sessionId) { method in class:MMTelFeature
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsMMTelFeature.aidl38 void endSession(int sessionId);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DMmTelInterfaceAdapter.java53 public void endSession(int sessionId) throws RemoteException { method in class:MmTelInterfaceAdapter
54 getInterface().endSession(sessionId);
H A DImsServiceInterfaceAdapter.java52 public void endSession(int sessionId) throws RemoteException { method in class:ImsServiceInterfaceAdapter
H A DMmTelFeatureCompatAdapter.java434 mCompatFeature.endSession(mSessionId);
/frameworks/base/core/java/android/view/textclassifier/
H A DTextClassificationSession.java84 mEventHelper.endSession();
188 void endSession() { method in class:TextClassificationSession.SelectionEventHelper
/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/media/
H A DRemotePlayer.java268 endSession();
439 private void endSession() { method in class:RemotePlayer
440 mClient.endSession(null, new SessionActionCallback() {
443 logStatus("endSession: succeeded", sessionId, sessionStatus, null, null);
448 logError("endSession: failed", error, code);
H A DSessionManager.java226 public boolean endSession() { method in class:SessionManager
H A DSampleMediaRouteProvider.java553 && mSessionManager.endSession();
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/media/
H A DRemotePlayer.java268 endSession();
439 private void endSession() { method in class:RemotePlayer
440 mClient.endSession(null, new SessionActionCallback() {
443 logStatus("endSession: succeeded", sessionId, sessionStatus, null, null);
448 logError("endSession: failed", error, code);
H A DSessionManager.java226 public boolean endSession() { method in class:SessionManager
H A DSampleMediaRouteProvider.java553 && mSessionManager.endSession();
/frameworks/base/cmds/incident_helper/src/
H A Dih_util.cpp410 endSession(proto);
429 endSession(proto);
449 Message::endSession(ProtoOutputStream* proto) function in class:Message
453 mSubMessages[mPreviousField]->endSession(proto);
H A Dih_util.h193 void endSession(ProtoOutputStream* proto);
/frameworks/base/core/java/android/view/textclassifier/logging/
H A DSmartSelectionEventTracker.java154 endSession();
185 endSession();
190 private void endSession() { method in class:SmartSelectionEventTracker
/frameworks/base/cmds/incident_helper/src/parsers/
H A DSystemPropertiesParser.cpp207 sysProp.endSession(&proto);
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
H A DRemotePlaybackClient.java643 public void endSession(Bundle extras, SessionActionCallback callback) { method in class:RemotePlaybackClient
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
H A DRemotePlaybackClient.java644 public void endSession(Bundle extras, SessionActionCallback callback) { method in class:RemotePlaybackClient
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 7688 milliseconds