Searched refs:PLAYER_ID (Results 1 – 5 of 5) sorted by relevance
74 private static final int PLAYER_ID = 3; field in InputDeviceLightsManagerTest227 LightState[] states = new LightState[]{new LightState(0xf1, PLAYER_ID)}; in testControlPlayerIdLight()244 .isEqualTo(PLAYER_ID); in testControlPlayerIdLight()269 LightState state2 = new LightState(0xf2, PLAYER_ID); in testLightsRequest()
136 : Light(context, name, id, InputDeviceLightType::PLAYER_ID), in PlayerIdLight()
131 PLAYER_ID = 1, enumerator
2307 } else if (lightInfo.type == InputDeviceLightType::PLAYER_ID) { in nativeGetLights()
10621 ASSERT_EQ(InputDeviceLightType::PLAYER_ID, lights[0].type); in TEST_F()10663 ASSERT_EQ(InputDeviceLightType::PLAYER_ID, lights[0].type); in TEST_F()