Searched refs:LightSession (Results 1 – 1 of 1) sorted by relevance
254 private final ArrayMap<IBinder, LightSession> mLightSessions =255 new ArrayMap<IBinder, LightSession>();2454 private final class LightSession implements DeathRecipient { class in InputManagerService2462 LightSession(int deviceId, String opPkg, IBinder token) { in LightSession() method in InputManagerService.LightSession2532 LightSession lightSession = mLightSessions.get(token); in setLightStates()2559 LightSession lightSession = new LightSession(deviceId, opPkg, token); in openLightSession()2577 LightSession lightSession = mLightSessions.get(token); in closeLightSession()2587 LightSession nextSession = mLightSessions.valueAt(0); in closeLightSession()