Searched refs:EVENT_FLAG_DISPLAY_BRIGHTNESS (Results 1 – 9 of 9) 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()
418 EVENT_FLAG_DISPLAY_BRIGHTNESS459 public static final long EVENT_FLAG_DISPLAY_BRIGHTNESS = 1L << 3; field in DisplayManager
986 if ((mEventsMask & DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS) != 0) { in handleMessage()
295 | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS); in startObserving()
142 DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS); in onStart()
762 | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS));820 | DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS));1447 eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS in testHbmVoting_forHdr()1565 eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS in testHbmVoting_forSunlight()1640 eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS in testHbmVoting_forSunlight_NoLimitation()1680 eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS in testHbmVoting_HbmUnsupported()1764 eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS in testHbmVoting_forSunlightAndHdr()1803 eq(DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS in testHbmVoting_RemovedDisplay()
143 DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS); in startObserving()
1613 DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS); in observe()2318 DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS in observe()
2348 return (mask & DisplayManager.EVENT_FLAG_DISPLAY_BRIGHTNESS) != 0;