Searched refs:getFullSessionId (Results 1 – 2 of 2) sorted by relevance
72 return new Info(s.getFullSessionId(), s.getFullMethodPath( in getInfo()233 private String getFullSessionId() { in getFullSessionId() method in Session234 return getFullSessionId(0); in getFullSessionId()238 private String getFullSessionId(int parentCount) { in getFullSessionId() method in Session255 return parentSession.getFullSessionId(parentCount + 1) in getFullSessionId()260 return parentSession.getFullSessionId(parentCount + 1); in getFullSessionId()434 return methodName.toString() + "@" + getFullSessionId(); in toString()
13663 HSPLandroid/telecom/Logging/Session;->getFullSessionId()Ljava/lang/String;