Searched refs:LightSession (Results 1 – 1 of 1) sorted by relevance
230 private final ArrayMap<IBinder, LightSession> mLightSessions = new ArrayMap<>();1950 private final class LightSession implements DeathRecipient { class in InputManagerService1958 LightSession(int deviceId, String opPkg, IBinder token) { in LightSession() method in InputManagerService.LightSession2028 LightSession lightSession = mLightSessions.get(token); in setLightStates()2055 LightSession lightSession = new LightSession(deviceId, opPkg, token); in openLightSession()2073 LightSession lightSession = mLightSessions.get(token); in closeLightSession()2083 LightSession nextSession = mLightSessions.valueAt(0); in closeLightSession()