Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java254 private final ArrayMap<IBinder, LightSession> mLightSessions = field in InputManagerService
2475 mLightSessions.remove(mToken); in binderDied()
2532 LightSession lightSession = mLightSessions.get(token); in setLightStates()
2558 Preconditions.checkState(mLightSessions.get(token) == null, "already registered"); in openLightSession()
2566 mLightSessions.put(token, lightSession); in openLightSession()
2577 LightSession lightSession = mLightSessions.get(token); in closeLightSession()
2583 mLightSessions.remove(token); in closeLightSession()
2586 if (!mLightSessions.isEmpty()) { in closeLightSession()
2587 LightSession nextSession = mLightSessions.valueAt(0); in closeLightSession()