HomeSort by relevance Sort by last modified time
    Searched refs:mTwilightManager (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/display/
ColorDisplayServiceTest.java 64 private MockTwilightManager mTwilightManager;
86 mTwilightManager = new MockTwilightManager();
87 LocalServices.addService(TwilightManager.class, mTwilightManager);
101 mTwilightManager = null;
544 final TwilightState state = mTwilightManager.getLastTwilightState();
545 mTwilightManager.setTwilightState(null);
550 mTwilightManager.setTwilightState(state);
559 final TwilightState state = mTwilightManager.getLastTwilightState();
560 mTwilightManager.setTwilightState(null);
565 mTwilightManager.setTwilightState(state)
    [all...]
  /frameworks/base/services/core/java/com/android/server/
UiModeManagerService.java 109 private TwilightManager mTwilightManager;
377 if (mTwilightManager != null) {
380 pw.println(mTwilightManager.getLastTwilightState());
389 mTwilightManager = getLocalService(TwilightManager.class);
446 if (mTwilightManager != null) {
447 mTwilightManager.registerListener(mTwilightListener, mHandler);
453 if (mTwilightManager != null) {
454 mTwilightManager.unregisterListener(mTwilightListener);
716 if (mTwilightManager != null) {
717 TwilightState state = mTwilightManager.getLastTwilightState()
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
ColorDisplayService.java 545 private final TwilightManager mTwilightManager;
548 mTwilightManager = getLocalService(TwilightManager.class);
578 mTwilightManager.registerListener(this, mHandler);
581 updateActivated(mTwilightManager.getLastTwilightState());
586 mTwilightManager.unregisterListener(this);
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
AppCompatDelegateImpl.java     [all...]

Completed in 252 milliseconds