Home
last modified time | relevance | path

Searched refs:HIGH_PRIORITY (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/lights/cts/
DLightsManagerTest.java50 private static final int HIGH_PRIORITY = Integer.MAX_VALUE; field in LightsManagerTest
92 try (LightsManager.LightsSession session = mManager.openSession(HIGH_PRIORITY)) { in testControlSingleLight()
112 try (LightsManager.LightsSession session = mManager.openSession(HIGH_PRIORITY)) { in testControlMultipleLights()
137 try (LightsManager.LightsSession session = mManager.openSession(HIGH_PRIORITY)) { in testControlLights_onlyEffectiveForLifetimeOfClient()
156 try (LightsManager.LightsSession session1 = mManager.openSession(HIGH_PRIORITY); in testControlLights_firstCallerWinsContention()
157 LightsManager.LightsSession session2 = mManager.openSession(HIGH_PRIORITY)) { in testControlLights_firstCallerWinsContention()
183 try (LightsManager.LightsSession session = mManager.openSession(HIGH_PRIORITY)) { in testClearLight()