Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DLogTest.java199 public LogTestRunnable(String shortMethodName) { in LogTestRunnable()
460 String subsession, String shortMethodName, int timeoutMs) { in verifyMethodCall()
471 private String buildExpectedSession(String shortMethodName, int sessionId) { in buildExpectedSession()
475 private String buildExpectedResult(String shortMethodName, int sessionId, in buildExpectedResult()
493 private void verifyEventResult(String event, String shortMethodName, String subsession, in verifyEventResult()
501 private void verifyEndEventResult(String shortMethodName, String subsession, int sessionId, in verifyEndEventResult()
/packages/services/Telecomm/src/com/android/server/telecom/
DSession.java55 public Session(String sessionId, String shortMethodName, long startTimeMs, long threadID, in Session()
77 public void setShortMethodName(String shortMethodName) { in setShortMethodName()
DLog.java396 public static synchronized void startSession(String shortMethodName) { in startSession()
399 public static synchronized void startSession(String shortMethodName, in startSession()
469 public static synchronized void continueSession(Session subsession, String shortMethodName) { in continueSession()