Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/Logging/
DSession.java72 return new Info(s.getFullSessionId(), s.getFullMethodPath( in getInfo()
233 private String getFullSessionId() { in getFullSessionId() method in Session
234 return getFullSessionId(0); in getFullSessionId()
238 private String getFullSessionId(int parentCount) { in getFullSessionId() method in Session
255 return parentSession.getFullSessionId(parentCount + 1) in getFullSessionId()
260 return parentSession.getFullSessionId(parentCount + 1); in getFullSessionId()
434 return methodName.toString() + "@" + getFullSessionId(); in toString()
/frameworks/base/config/
Dboot-image-profile.txt13663 HSPLandroid/telecom/Logging/Session;->getFullSessionId()Ljava/lang/String;