HomeSort by relevance Sort by last modified time
    Searched defs:subsession (Results 1 - 2 of 2) 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...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CallAudioRouteStateMachine.java 1390 Session subsession = Log.createSubsession(); local
    [all...]

Completed in 44 milliseconds