Searched refs:EVENT_FLAG_DISPLAY_ADDED (Results 1 – 7 of 7) sorted by relevance
43 private static final long ALL_DISPLAY_EVENTS = DisplayManager.EVENT_FLAG_DISPLAY_ADDED106 ALL_DISPLAY_EVENTS & ~DisplayManager.EVENT_FLAG_DISPLAY_ADDED); in testDisplayListenerIsNotCalled_WhenClientIsNotSubscribed()
415 EVENT_FLAG_DISPLAY_ADDED,430 public static final long EVENT_FLAG_DISPLAY_ADDED = 1L << 0; field in DisplayManager580 registerDisplayListener(listener, handler, EVENT_FLAG_DISPLAY_ADDED in registerDisplayListener()
939 if ((mEventsMask & DisplayManager.EVENT_FLAG_DISPLAY_ADDED) != 0) { in handleMessage()
97 private static final long STANDARD_DISPLAY_EVENTS = DisplayManager.EVENT_FLAG_DISPLAY_ADDED803 & ~DisplayManager.EVENT_FLAG_DISPLAY_ADDED; in testShouldNotNotifyDisplayAdded_WhenClientIsNotSubscribed()
1352 eq(DisplayManager.EVENT_FLAG_DISPLAY_ADDED in testProximitySensorVoting()
2270 return (mask & DisplayManager.EVENT_FLAG_DISPLAY_ADDED) != 0;2347 registerCallbackWithEventMask(callback, DisplayManager.EVENT_FLAG_DISPLAY_ADDED
2178 DisplayManager.EVENT_FLAG_DISPLAY_ADDED in observe()