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() 266 public synchronized void continueSession(Session subsession, String shortMethodName) { in continueSession()
|
D | Session.java | 123 public Session(String sessionId, String shortMethodName, long startTimeMs, in Session() 145 public void setShortMethodName(String shortMethodName) { in setShortMethodName()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | Log.java | 185 public static void startSession(String shortMethodName) { in startSession() 189 public static void startSession(Session.Info info, String shortMethodName) { in startSession() 193 public static void startSession(String shortMethodName, String callerIdentification) { in startSession() 197 public static void startSession(Session.Info info, String shortMethodName, in startSession() 214 public static void continueSession(Session subsession, String shortMethodName) { in continueSession()
|