Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telecomm/java/android/telecom/Logging/
H A DSessionManager.java356 notifySessionCompleteListeners(subsession.getShortMethodName(), fullSessionTimeMs); in endParentSessions()
367 notifySessionCompleteListeners(subsession.getShortMethodName(), fullSessionTimeMs); in endParentSessions()
372 private void notifySessionCompleteListeners(String methodName, long sessionTimeMs) { in notifySessionCompleteListeners() method in SessionManager