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

/frameworks/base/telecomm/java/android/telecom/Logging/
H A DSessionManager.java145 Session childSession = createSubsession(true);
192 Session childSession = createSubsession();
201 public Session createSubsession() { method in class:SessionManager
202 return createSubsession(false);
205 private synchronized Session createSubsession(boolean isStartedFromActiveSession) { method in class:SessionManager
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
/frameworks/base/telecomm/java/android/telecom/
H A DLog.java202 public static Session createSubsession() { method in class:Log
203 return getSessionManager().createSubsession();

Completed in 64 milliseconds