Searched refs:ACTION_TWILIGHT_CHANGED (Results 1 – 2 of 2) sorted by relevance
39 private static final String ACTION_TWILIGHT_CHANGED = "android.intent.action.TWILIGHT_CHANGED"; field in NightModeController137 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())) {
70 public static final String ACTION_TWILIGHT_CHANGED = "android.intent.action.TWILIGHT_CHANGED"; field in TwilightService178 Intent intent = new Intent(ACTION_TWILIGHT_CHANGED); in sendBroadcast()