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

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
LogTest.java 169 Session subsession = (Session) args.arg1;
170 Log.continueSession(subsession, "lTSH.hM");
188 Session subsession = (Session) args.arg1;
189 Log.continueSession(subsession, "lTSCH.hM");
265 Session subsession = Log.createSubsession(); local
267 args.arg1 = subsession;
317 Session subsession = Log.createSubsession(); local
319 args.arg1 = subsession;
352 Session subsession = Log.createSubsession(); local
354 args.arg1 = subsession;
392 Session subsession = Log.createSubsession(); local
558 Session subsession = Log.createSubsession(); local
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
Log.java 547 // session as a subsession.
562 * Notifies the logging system that a subsession will be run at a later point and
564 * Log.continueSession(...) to start the subsession.
587 Log.v(LOGGING_TAG, Session.CREATE_SUBSESSION + " (Invisible subsession)");
593 * Cancels a subsession that had Log.createSubsession() called on it, but will never have
594 * Log.continueSession(...) called on it due to an error. Allows the subsession to be cleaned
597 public static synchronized void cancelSubsession(Session subsession) {
598 if (subsession == null) {
602 subsession.markSessionCompleted(0);
603 endParentSessions(subsession);
626 sSessionMapper.put(getCallingThreadId(), subsession); local
    [all...]
Session.java 45 // True if this is a subsession that has been started from the same thread as the parent
48 // In this case, we can just make this subsession "invisible," but still keep track of it so
177 // Print out the full Session tree from any subsession node
Runnable.java 69 * Creates a Runnable and a logging subsession that can be used in a handler/thread. Be sure to
CallAudioRouteStateMachine.java 1253 Session subsession = Log.createSubsession(); local
    [all...]

Completed in 86 milliseconds