HomeSort by relevance Sort by last modified time
    Searched refs:subsession (Results 1 - 3 of 3) sorted by null

  /frameworks/base/telecomm/java/android/telecom/Logging/
SessionManager.java 143 // session as a subsession.
189 // an active subsession based on it.
191 // Create a subsession from this external Session parent node
197 * Notifies the logging system that a subsession will be run at a later point and
199 * Log.continueSession(...) to start the subsession.
225 " (Invisible subsession)");
248 * Cancels a subsession that had Log.createSubsession() called on it, but will never have
249 * Log.continueSession(...) called on it due to an error. Allows the subsession to be cleaned
252 public synchronized void cancelSubsession(Session subsession) {
253 if (subsession == null)
280 mSessionMapper.put(getCallingThreadId(), subsession); local
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
Log.java 210 public static void cancelSubsession(Session subsession) {
211 getSessionManager().cancelSubsession(subsession);
214 public static void continueSession(Session subsession, String shortMethodName) {
215 getSessionManager().continueSession(subsession, shortMethodName);
  /packages/services/Telecomm/src/com/android/server/telecom/
CallAudioRouteStateMachine.java 1595 Session subsession = Log.createSubsession(); local
    [all...]

Completed in 280 milliseconds