Searched refs:getFullSessionId (Results 1 – 3 of 3) sorted by relevance
75 return new Info(s.getFullSessionId(), s.getFullMethodPath( in getInfo()96 return new Info(s.getFullSessionId(), s.getFullMethodPath( in getExternalInfo()267 private String getFullSessionId() { in getFullSessionId() method in Session268 return getFullSessionId(0); in getFullSessionId()272 private String getFullSessionId(int parentCount) { in getFullSessionId() method in Session289 return parentSession.getFullSessionId(parentCount + 1) in getFullSessionId()294 return parentSession.getFullSessionId(parentCount + 1); in getFullSessionId()469 return methodName.toString() + "@" + sessionToPrint.getFullSessionId(); in toString()
13884 HSPLandroid/telecom/Logging/Session;->getFullSessionId(I)Ljava/lang/String;
13948 HSPLandroid/telecom/Logging/Session;->getFullSessionId(I)Ljava/lang/String;