Searched refs:ACTION_TIME_TICK (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDateView.java50 if (Intent.ACTION_TIME_TICK.equals(action)
86 filter.addAction(Intent.ACTION_TIME_TICK);
H A DClock.java139 filter.addAction(Intent.ACTION_TIME_TICK);
/frameworks/base/core/java/android/widget/
H A DAnalogClock.java110 filter.addAction(Intent.ACTION_TIME_TICK);
H A DDateTimeView.java419 if (Intent.ACTION_TIME_TICK.equals(action)) {
493 filter.addAction(Intent.ACTION_TIME_TICK);
H A DTextClock.java580 filter.addAction(Intent.ACTION_TIME_TICK);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardSliceProviderTest.java106 mProvider.mIntentReceiver.onReceive(getContext(), new Intent(Intent.ACTION_TIME_TICK));
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardSliceProvider.java100 if (Intent.ACTION_TIME_TICK.equals(action)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java150 new IntentFilter(Intent.ACTION_TIME_TICK), null,
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java765 if (Intent.ACTION_TIME_TICK.equals(action)
1183 filter.addAction(Intent.ACTION_TIME_TICK);
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java693 && Intent.ACTION_TIME_TICK.equals(a.operation.getIntent().getAction())) {
1324 new Intent(Intent.ACTION_TIME_TICK).addFlags(
3731 filter.addAction(Intent.ACTION_TIME_TICK);
3738 if (intent.getAction().equals(Intent.ACTION_TIME_TICK)) {
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
H A DAppCompatDelegateImpl.java2694 mAutoTimeChangeReceiverFilter.addAction(Intent.ACTION_TIME_TICK);
/frameworks/base/core/java/android/content/
H A DIntent.java541 * <li> {@link #ACTION_TIME_TICK}
1994 public static final String ACTION_TIME_TICK = "android.intent.action.TIME_TICK"; field in class:Intent

Completed in 180 milliseconds