Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telecomm/java/android/telecom/Logging/
H A DSession.java272 private String getFullSessionId(int parentCount) { in getFullSessionId() argument
273 if (parentCount >= SESSION_RECURSION_LIMIT) { in getFullSessionId()
289 return parentSession.getFullSessionId(parentCount + 1) in getFullSessionId()
294 return parentSession.getFullSessionId(parentCount + 1); in getFullSessionId()
360 int parentCount) { in getFullMethodPath() argument
361 if (parentCount >= SESSION_RECURSION_LIMIT) { in getFullMethodPath()
381 parentSession.getFullMethodPath(sb, truncatePath, parentCount + 1); in getFullMethodPath()