Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/lights/
DLightsServiceTest.java56 private static final int HIGH_PRIORITY = Integer.MAX_VALUE; field in LightsServiceTest
218 try (LightsManager.LightsSession session2 = manager.openSession(HIGH_PRIORITY)) { in testControlLights_higherPriorityCallerWinsContention()
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
DSoundPoolTest.java60 private final static int HIGH_PRIORITY = 3000; field in SoundPoolTest
225 HIGH_PRIORITY, DEFAULT_LOOP, 1.0f); in TestPriority()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java162 private static final String HIGH_PRIORITY = "high_priority"; field in NotificationStackScrollLayoutController
886 case HIGH_PRIORITY: in setUpView()
891 HIGH_PRIORITY, in setUpView()
/frameworks/av/services/tuner/hidl/
DTunerHidlFrontend.cpp560 case HidlFrontendScanMessageTypeExt1_1::HIGH_PRIORITY: { in onScanMessageExt1_1()
/frameworks/base/media/jni/
Dandroid_media_tv_Tuner.cpp1330 case FrontendScanMessageType::HIGH_PRIORITY: { in executeOnScanMessage()