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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDateView.java47 if (Intent.ACTION_TIME_TICK.equals(action)
83 filter.addAction(Intent.ACTION_TIME_TICK);
H A DClock.java90 filter.addAction(Intent.ACTION_TIME_TICK);
/frameworks/base/core/java/android/widget/
H A DDateTimeView.java207 if (Intent.ACTION_TIME_TICK.equals(action)) {
268 filter.addAction(Intent.ACTION_TIME_TICK);
H A DAnalogClock.java112 filter.addAction(Intent.ACTION_TIME_TICK);
H A DTextClock.java548 filter.addAction(Intent.ACTION_TIME_TICK);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java71 mReceiver, UserHandle.OWNER, new IntentFilter(Intent.ACTION_TIME_TICK), null, null);
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java557 if (Intent.ACTION_TIME_TICK.equals(a.operation.getIntent().getAction())) {
807 new Intent(Intent.ACTION_TIME_TICK).addFlags(
2372 filter.addAction(Intent.ACTION_TIME_TICK);
2379 if (intent.getAction().equals(Intent.ACTION_TIME_TICK)) {
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java555 if (Intent.ACTION_TIME_TICK.equals(action)
832 filter.addAction(Intent.ACTION_TIME_TICK);
/frameworks/base/core/java/android/content/
H A DIntent.java532 * <li> {@link #ACTION_TIME_TICK}
1747 public static final String ACTION_TIME_TICK = "android.intent.action.TIME_TICK"; field in class:Intent

Completed in 199 milliseconds