Home
last modified time | relevance | path

Searched refs:callerIdentification (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/Logging/
DSessionManager.java126 String callerIdentification) { in startSession() argument
129 startSession(shortMethodName, callerIdentification); in startSession()
140 String callerIdentification) { in startSession() argument
155 System.currentTimeMillis(), false, callerIdentification); in startSession()
/frameworks/base/telecomm/java/android/telecom/
DLog.java202 public static void startSession(String shortMethodName, String callerIdentification) { in startSession() argument
203 getSessionManager().startSession(shortMethodName, callerIdentification); in startSession()
207 String callerIdentification) { in startSession() argument
208 getSessionManager().startSession(info, shortMethodName, callerIdentification); in startSession()