Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telecomm/java/android/telecom/Logging/
H A DSessionManager.java60 cleanupStaleSessions(getSessionCleanupTimeoutMs());
108 private long getSessionCleanupTimeoutMs() { in getSessionCleanupTimeoutMs() method in SessionManager
116 mSessionCleanupHandler.postDelayed(mCleanStaleSessions, getSessionCleanupTimeoutMs()); in resetStaleSessionTimer()