Home
last modified time | relevance | path

Searched refs:ACTION_TWILIGHT_CHANGED (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DNightModeController.java39 private static final String ACTION_TWILIGHT_CHANGED = "android.intent.action.TWILIGHT_CHANGED"; field in NightModeController
137 mContext.registerReceiver(mReceiver, new IntentFilter(ACTION_TWILIGHT_CHANGED)); in updateListening()
146 new IntentFilter(ACTION_TWILIGHT_CHANGED))); in isEnabled()
195 if (ACTION_TWILIGHT_CHANGED.equals(intent.getAction())) {
/frameworks/base/services/core/java/com/android/server/twilight/
DTwilightService.java70 public static final String ACTION_TWILIGHT_CHANGED = "android.intent.action.TWILIGHT_CHANGED"; field in TwilightService
178 Intent intent = new Intent(ACTION_TWILIGHT_CHANGED); in sendBroadcast()