Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/lights/
H A DLightsService.java170 token.linkToDeath(() -> closeSessionInternal(token), 0); in openSession()
185 closeSessionInternal(token); in closeSession()
218 private void closeSessionInternal(IBinder token) { in closeSessionInternal() method in LightsService.LightsManagerBinderService