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.java200 public static void startSession(String shortMethodName) { in startSession()
204 public static void startSession(Session.Info info, String shortMethodName) { in startSession()
208 public static void startSession(String shortMethodName, String callerIdentification) { in startSession()
212 public static void startSession(Session.Info info, String shortMethodName, in startSession()
239 public static void continueSession(Session subsession, String shortMethodName) { in continueSession()