Searched defs:continueSession (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/Logging/
H A DSessionManager.java146 continueSession(childSession, shortMethodName);
193 continueSession(childSession, shortMethodName);
199 * Log.continueSession(...) to start the subsession.
213 // Start execution time of the session will be overwritten in continueSession(...).
249 * Log.continueSession(...) called on it due to an error. Allows the subsession to be cleaned
266 public synchronized void continueSession(Session subsession, String shortMethodName) { method in class:SessionManager
275 Log.i(LOGGING_TAG, "Log.continueSession was called with no session " +
291 * Log.continueSession(...) call.
/frameworks/base/telecomm/java/android/telecom/
H A DLog.java214 public static void continueSession(Session subsession, String shortMethodName) { method in class:Log
215 getSessionManager().continueSession(subsession, shortMethodName);

Completed in 35 milliseconds