Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/lights/
H A DLightsServiceTest.java50 private static final int HIGH_PRIORITY = Integer.MAX_VALUE; field in LightsServiceTest
205 try (LightsManager.LightsSession session2 = manager.openSession(HIGH_PRIORITY)) { in testControlLights_higherPriorityCallerWinsContention()
/aosp14/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java60 private final static int HIGH_PRIORITY = 3000; field in SoundPoolTest
225 HIGH_PRIORITY, DEFAULT_LOOP, 1.0f); in TestPriority()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java152 private static final String HIGH_PRIORITY = "high_priority"; field in NotificationStackScrollLayoutController
800 case HIGH_PRIORITY: in setUpView()
805 HIGH_PRIORITY, in setUpView()
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_tv_Tuner.cpp1311 case FrontendScanMessageType::HIGH_PRIORITY: { in executeOnScanMessage()