HomeSort by relevance Sort by last modified time
    Searched defs:createSubsession (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telecomm/java/android/telecom/Logging/
SessionManager.java 145 Session childSession = createSubsession(true);
192 Session childSession = createSubsession();
201 public Session createSubsession() {
202 return createSubsession(false);
205 private synchronized Session createSubsession(boolean isStartedFromActiveSession) {
209 Log.d(LOGGING_TAG, "Log.createSubsession was called with no session " +
248 * Cancels a subsession that had Log.createSubsession() called on it, but will never have
262 * Starts the subsession that was created in Log.CreateSubsession. The Log.endSession() method
  /frameworks/base/telecomm/java/android/telecom/
Log.java 202 public static Session createSubsession() {
203 return getSessionManager().createSubsession();

Completed in 58 milliseconds