Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/lights/
DLightsService.java163 token.linkToDeath(() -> closeSessionInternal(token), 0); in openSession()
177 closeSessionInternal(token); in closeSession()
210 private void closeSessionInternal(IBinder token) { in closeSessionInternal() method in LightsService.LightsManagerBinderService