Searched refs:twilight (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DSystemServer.java147 TwilightService twilight = null;
663 twilight = new TwilightService(context);
671 uiMode = new UiModeManagerService(context, twilight);
817 power.systemReady(twilight, dreamy);
845 final TwilightService twilightF = twilight;
H A DUiModeManagerService.java153 public UiModeManagerService(Context context, TwilightService twilight) { argument
155 mTwilightService = twilight;
/frameworks/base/services/java/com/android/server/power/
H A DDisplayPowerController.java182 // The twilight service.
348 LightsService lights, TwilightService twilight,
358 mTwilight = twilight;
347 DisplayPowerController(Looper looper, Context context, Notifier notifier, LightsService lights, TwilightService twilight, DisplayBlanker displayBlanker, Callbacks callbacks, Handler callbackHandler) argument
H A DPowerManagerService.java416 public void systemReady(TwilightService twilight, DreamManagerService dreamManager) { argument
435 mContext, mNotifier, mLightsService, twilight,

Completed in 247 milliseconds