Searched refs:EVENT_FLAG_DISPLAY_BRIGHTNESS (Results 1 – 10 of 10) sorted by relevance
142 DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS); in testDisplayManagerGlobalRegistersWithDisplayManager_WhenThereAreListeners()147 eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS)); in testDisplayManagerGlobalRegistersWithDisplayManager_WhenThereAreListeners()152 eq(ALL_DISPLAY_EVENTS | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS)); in testDisplayManagerGlobalRegistersWithDisplayManager_WhenThereAreListeners()157 eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS)); in testDisplayManagerGlobalRegistersWithDisplayManager_WhenThereAreListeners()
20 import android.hardware.display.DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS97 .registerDisplayListener(any(), any(), eq(EVENT_FLAG_DISPLAY_BRIGHTNESS))
20 import android.hardware.display.DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS95 EVENT_FLAG_DISPLAY_BRIGHTNESS
208 isA(Handler.class), eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS)); in start()
962 | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS));1060 | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS));1118 | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS));1193 | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS));1288 | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS));2149 eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS in testHbmVoting_forHdr()2272 eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS in testHbmVoting_forSunlight()2347 eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS in testHbmVoting_forSunlight_NoLimitation()2387 eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS in testHbmVoting_HbmUnsupported()2472 eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS in testHbmVoting_forSunlightAndHdr()[all …]
556 EVENT_FLAG_DISPLAY_BRIGHTNESS,598 public static final long EVENT_FLAG_DISPLAY_BRIGHTNESS = 1L << 3; field in DisplayManager
1168 if ((mEventsMask & DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS) != 0) { in handleMessage()
508 DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS);
1797 | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS); in observe()2654 DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS in observe()
3401 return (mask & DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS) != 0; in shouldSendEvent()