Home
last modified time | relevance | path

Searched defs:subsession (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DLogTest.java265 Session subsession = Log.createSubsession(); in testSingleHandlerThreadSession() local
317 Session subsession = Log.createSubsession(); in testSpawnMultipleThreadMultipleHandlerSession() local
352 Session subsession = Log.createSubsession(); in testSpawnMultipleThreadMultipleHandlerSessions() local
392 Session subsession = Log.createSubsession(); in testCancelSubsession() local
484 String subsession, String shortMethodName, int timeoutMs) { in verifyMethodCall()
506 String subsession, int sessionId, int timeoutMs) { in verifyContinueEventResult()
517 private void verifyEventResult(String event, String shortMethodName, String subsession, in verifyEventResult()
525 private void verifyEndEventResult(String shortMethodName, String subsession, int sessionId, in verifyEndEventResult()
558 Session subsession = Log.createSubsession(); in sleepyMultipleMethod() local
/packages/services/Telecomm/src/com/android/server/telecom/
DLog.java597 public static synchronized void cancelSubsession(Session subsession) { in cancelSubsession()
611 public static synchronized void continueSession(Session subsession, String shortMethodName) { in continueSession()
626 sSessionMapper.put(getCallingThreadId(), subsession); in continueSession() local
676 private static void endParentSessions(Session subsession) { in endParentSessions()
DCallAudioRouteStateMachine.java1253 Session subsession = Log.createSubsession(); in sendInternalMessage() local