Searched refs:mLightSessions (Results 1 – 1 of 1) sorted by relevance
254 private final ArrayMap<IBinder, LightSession> mLightSessions = field in InputManagerService2475 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()