Searched defs:shortMethodName (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/Logging/ |
D | SessionManager.java | 123 public synchronized void startSession(Session.Info info, String shortMethodName, in startSession() 137 public synchronized void startSession(String shortMethodName, in startSession() 164 String shortMethodName) { in startExternalSession() 277 public synchronized void continueSession(Session subsession, String shortMethodName) { in continueSession()
|
D | Session.java | 128 public Session(String sessionId, String shortMethodName, long startTimeMs, in Session() 150 public void setShortMethodName(String shortMethodName) { in setShortMethodName()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | Log.java | 190 public static void startSession(String shortMethodName) { in startSession() 194 public static void startSession(Session.Info info, String shortMethodName) { in startSession() 198 public static void startSession(String shortMethodName, String callerIdentification) { in startSession() 202 public static void startSession(Session.Info info, String shortMethodName, in startSession() 219 public static void continueSession(Session subsession, String shortMethodName) { in continueSession()
|