Searched refs:closeLightSession (Results 1 – 5 of 5) sorted by relevance
124 mGlobal.closeLightSession(mDeviceId, getToken()); in close()
208 void closeLightSession(int deviceId, in IBinder token); in closeLightSession() method
1071 void closeLightSession(int deviceId, @NonNull IBinder token) { in closeLightSession() method in InputManagerGlobal1073 mIm.closeLightSession(deviceId, token); in closeLightSession()
203 verify(mIInputManagerMock).closeLightSession(eq(DEVICE_ID), eq(token)); in testControlMultipleLights()244 verify(mIInputManagerMock).closeLightSession(eq(DEVICE_ID), eq(token)); in testControlPlayerIdLight()
1970 closeLightSession(mDeviceId, mToken); in binderDied()2070 public void closeLightSession(int deviceId, IBinder token) { in closeLightSession() method in InputManagerService