Searched refs:closeLightSession (Results 1 – 5 of 5) sorted by relevance
125 mInputManager.closeLightSession(mDeviceId, getToken()); in close()
146 void closeLightSession(int deviceId, in IBinder token); in closeLightSession() method
1646 void closeLightSession(int deviceId, @NonNull IBinder token) { in closeLightSession() method in InputManager1648 mIm.closeLightSession(deviceId, token); in closeLightSession()
197 verify(mIInputManagerMock).closeLightSession(eq(DEVICE_ID), eq(token)); in testControlMultipleLights()238 verify(mIInputManagerMock).closeLightSession(eq(DEVICE_ID), eq(token)); in testControlPlayerIdLight()
2474 closeLightSession(mDeviceId, mToken); in binderDied()2574 public void closeLightSession(int deviceId, IBinder token) { in closeLightSession() method in InputManagerService