Searched refs:ACTION_TIME_CHANGED (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDateView.java49 || Intent.ACTION_TIME_CHANGED.equals(action)
85 filter.addAction(Intent.ACTION_TIME_CHANGED);
H A DSplitClockView.java45 if (Intent.ACTION_TIME_CHANGED.equals(action)
73 filter.addAction(Intent.ACTION_TIME_CHANGED);
H A DClock.java105 filter.addAction(Intent.ACTION_TIME_CHANGED);
/frameworks/base/core/java/android/widget/
H A DAnalogClock.java112 filter.addAction(Intent.ACTION_TIME_CHANGED);
H A DTextClock.java546 filter.addAction(Intent.ACTION_TIME_CHANGED);
H A DDateTimeView.java407 // ACTION_TIME_CHANGED can also signal a change of 12/24 hr. format.
461 filter.addAction(Intent.ACTION_TIME_CHANGED);
/frameworks/base/services/core/java/com/android/server/twilight/
H A DTwilightService.java181 final IntentFilter intentFilter = new IntentFilter(Intent.ACTION_TIME_CHANGED);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV14.java354 mAutoTimeChangeReceiverFilter.addAction(Intent.ACTION_TIME_CHANGED);
/frameworks/base/services/core/java/com/android/server/notification/
H A DScheduleConditionProvider.java233 filter.addAction(Intent.ACTION_TIME_CHANGED);
H A DEventConditionProvider.java300 filter.addAction(Intent.ACTION_TIME_CHANGED);
/frameworks/base/services/core/java/com/android/server/display/
H A DNightDisplayService.java433 final IntentFilter intentFilter = new IntentFilter(Intent.ACTION_TIME_CHANGED);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivity.java177 } else if (action.equals(Intent.ACTION_TIME_CHANGED)) {
352 filter.addAction(Intent.ACTION_TIME_CHANGED);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java649 || Intent.ACTION_TIME_CHANGED.equals(action)
1064 filter.addAction(Intent.ACTION_TIME_CHANGED);
/frameworks/base/core/java/android/content/
H A DIntent.java533 * <li> {@link #ACTION_TIME_CHANGED}
1852 public static final String ACTION_TIME_CHANGED = "android.intent.action.TIME_SET"; field in class:Intent
4137 * Optional boolean extra for {@link #ACTION_TIME_CHANGED} that indicates the
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java2484 Intent intent = new Intent(Intent.ACTION_TIME_CHANGED);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java18246 case Intent.ACTION_TIME_CHANGED:

Completed in 434 milliseconds