Home
last modified time | relevance | path

Searched refs:ACTION_TIME_TICK (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDateView.java47 if (Intent.ACTION_TIME_TICK.equals(action)
83 filter.addAction(Intent.ACTION_TIME_TICK); in onAttachedToWindow()
DClock.java90 filter.addAction(Intent.ACTION_TIME_TICK); in onAttachedToWindow()
/frameworks/base/core/java/android/widget/
DDateTimeView.java225 if (Intent.ACTION_TIME_TICK.equals(action)) {
281 filter.addAction(Intent.ACTION_TIME_TICK);
DTextClock.java518 filter.addAction(Intent.ACTION_TIME_TICK); in registerReceiver()
DAnalogClock.java110 filter.addAction(Intent.ACTION_TIME_TICK); in onAttachedToWindow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java69 mReceiver, UserHandle.OWNER, new IntentFilter(Intent.ACTION_TIME_TICK), null, null); in KeyguardIndicationController()
/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java410 if (Intent.ACTION_TIME_TICK.equals(a.operation.getIntent().getAction())) { in calculateDeliveryPriorities()
610 new Intent(Intent.ACTION_TIME_TICK).addFlags( in onStart()
1855 filter.addAction(Intent.ACTION_TIME_TICK); in ClockReceiver()
1862 if (intent.getAction().equals(Intent.ACTION_TIME_TICK)) { in onReceive()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardUpdateMonitor.java438 if (Intent.ACTION_TIME_TICK.equals(action)
688 filter.addAction(Intent.ACTION_TIME_TICK); in KeyguardUpdateMonitor()
/frameworks/base/core/java/android/content/
DIntent.java1580 public static final String ACTION_TIME_TICK = "android.intent.action.TIME_TICK"; field in Intent
/frameworks/base/api/
Dsystem-current.txt7931 field public static final java.lang.String ACTION_TIME_TICK = "android.intent.action.TIME_TICK";
Dcurrent.txt7687 field public static final java.lang.String ACTION_TIME_TICK = "android.intent.action.TIME_TICK";