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.java58 if (Intent.ACTION_TIME_TICK.equals(action)
95 filter.addAction(Intent.ACTION_TIME_TICK); in onAttachedToWindow()
DVariableDateViewController.kt112 Intent.ACTION_TIME_TICK == action || in post()
141 addAction(Intent.ACTION_TIME_TICK) in onViewAttached()
DClock.java190 filter.addAction(Intent.ACTION_TIME_TICK); in onAttachedToWindow()
/frameworks/base/core/java/android/widget/
DDateTimeView.java441 if (Intent.ACTION_TIME_TICK.equals(action)) {
515 filter.addAction(Intent.ACTION_TIME_TICK); in register()
DTextClock.java181 } else if (!mShouldRunTicker && (Intent.ACTION_TIME_TICK.equals(intent.getAction())
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
DKeyguardPreviewRenderer.kt197 addAction(Intent.ACTION_TIME_TICK) in setUpClock()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1617 if (Intent.ACTION_TIME_TICK.equals(action)
2306 filter.addAction(Intent.ACTION_TIME_TICK); in KeyguardUpdateMonitor()
/frameworks/base/core/java/android/content/
DIntent.java2516 public static final String ACTION_TIME_TICK = "android.intent.action.TIME_TICK"; field in Intent
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
DAlarmManagerService.java1938 mTimeTickIntent = new Intent(Intent.ACTION_TIME_TICK).addFlags( in onStart()
/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/core/api/
Dcurrent.txt10332 field public static final String ACTION_TIME_TICK = "android.intent.action.TIME_TICK";