Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/Logging/
DSessionManager.java125 public synchronized void startSession(Session.Info info, String shortMethodName, in startSession()
139 public synchronized void startSession(String shortMethodName, in startSession()
166 String shortMethodName) { in startExternalSession()
284 public synchronized void continueSession(Session subsession, String shortMethodName) { in continueSession()
DSession.java154 public Session(String sessionId, String shortMethodName, long startTimeMs, in Session()
176 public void setShortMethodName(String shortMethodName) { in setShortMethodName()
/frameworks/base/telecomm/java/android/telecom/
DLog.java199 public static void startSession(String shortMethodName) { in startSession()
203 public static void startSession(Session.Info info, String shortMethodName) { in startSession()
207 public static void startSession(String shortMethodName, String callerIdentification) { in startSession()
211 public static void startSession(Session.Info info, String shortMethodName, in startSession()
238 public static void continueSession(Session subsession, String shortMethodName) { in continueSession()