Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telecomm/java/android/telecom/Logging/
H A 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()
H A DSession.java154 public Session(String sessionId, String shortMethodName, long startTimeMs, in Session()
176 public void setShortMethodName(String shortMethodName) { in setShortMethodName()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DLog.java194 public static void startSession(String shortMethodName) { in startSession()
198 public static void startSession(Session.Info info, String shortMethodName) { in startSession()
202 public static void startSession(String shortMethodName, String callerIdentification) { in startSession()
206 public static void startSession(Session.Info info, String shortMethodName, in startSession()
233 public static void continueSession(Session subsession, String shortMethodName) { in continueSession()