Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDateView.java48 if (Intent.ACTION_TIME_TICK.equals(action)
84 filter.addAction(Intent.ACTION_TIME_TICK); in onAttachedToWindow()
DClock.java104 filter.addAction(Intent.ACTION_TIME_TICK); in onAttachedToWindow()
/frameworks/base/core/java/android/widget/
DDateTimeView.java399 if (Intent.ACTION_TIME_TICK.equals(action)) {
460 filter.addAction(Intent.ACTION_TIME_TICK); in register()
DAnalogClock.java111 filter.addAction(Intent.ACTION_TIME_TICK); in onAttachedToWindow()
DTextClock.java545 filter.addAction(Intent.ACTION_TIME_TICK); in registerReceiver()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAppCompatDelegateImplV14.java356 mAutoTimeChangeReceiverFilter.addAction(Intent.ACTION_TIME_TICK); in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBatteryTile.java283 new IntentFilter(Intent.ACTION_TIME_TICK)); in onViewAttachedToWindow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java97 new IntentFilter(Intent.ACTION_TIME_TICK), null, null); in KeyguardIndicationController()
/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java648 && Intent.ACTION_TIME_TICK.equals(a.operation.getIntent().getAction())) { in calculateDeliveryPriorities()
916 new Intent(Intent.ACTION_TIME_TICK).addFlags( in onStart()
2661 filter.addAction(Intent.ACTION_TIME_TICK); in ClockReceiver()
2668 if (intent.getAction().equals(Intent.ACTION_TIME_TICK)) { in onReceive()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardUpdateMonitor.java648 if (Intent.ACTION_TIME_TICK.equals(action)
1063 filter.addAction(Intent.ACTION_TIME_TICK); in KeyguardUpdateMonitor()
/frameworks/base/core/java/android/content/
DIntent.java1847 public static final String ACTION_TIME_TICK = "android.intent.action.TIME_TICK"; field in Intent
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7685 field public static final java.lang.String ACTION_TIME_TICK = "android.intent.action.TIME_TICK";
/frameworks/base/api/
Dcurrent.txt8643 field public static final java.lang.String ACTION_TIME_TICK = "android.intent.action.TIME_TICK";
Dsystem-current.txt8988 field public static final java.lang.String ACTION_TIME_TICK = "android.intent.action.TIME_TICK";
Dtest-current.txt8655 field public static final java.lang.String ACTION_TIME_TICK = "android.intent.action.TIME_TICK";