Home
last modified time | relevance | path

Searched refs:ACTION_TIME_TICK (Results 1 – 18 of 18) 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.kt137 Intent.ACTION_TIME_TICK == action || in post()
172 addAction(Intent.ACTION_TIME_TICK) in onViewAttached()
DClock.java195 filter.addAction(Intent.ACTION_TIME_TICK); in onAttachedToWindow()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBroadcastQueueModernImplTest.java510 final Intent timeTick = new Intent(Intent.ACTION_TIME_TICK); in testRunnableAt_uidForeground()
537 final Intent timeTick = new Intent(Intent.ACTION_TIME_TICK); in testRunnableAt_processTop()
563 final Intent timeTick = new Intent(Intent.ACTION_TIME_TICK); in testRunnableAt_persistentProc()
590 final Intent timeTick = new Intent(Intent.ACTION_TIME_TICK); in testRunnableAt_coreUid()
607 final Intent timeTick = new Intent(Intent.ACTION_TIME_TICK); in testRunnableAt_freezableCoreUid()
715 makeBroadcastRecord(new Intent(Intent.ACTION_TIME_TICK)), 0); in testMakeActiveNextPending()
734 assertEquals(Intent.ACTION_TIME_TICK, queue.getActive().intent.getAction()); in testMakeActiveNextPending()
763 makeBroadcastRecord(new Intent(Intent.ACTION_TIME_TICK)), 0, timeCounter++); in testUrgentStarvation()
827 makeBroadcastRecord(new Intent(Intent.ACTION_TIME_TICK)), 0, timeCounter++); in testOffloadStarvation()
894 makeBroadcastRecord(new Intent(Intent.ACTION_TIME_TICK)), in testPrioritizeEarliest()
[all …]
DBroadcastQueueTest.java1614 final Intent timeTick = new Intent(Intent.ACTION_TIME_TICK);
1765 final Intent timeTickFirst = new Intent(Intent.ACTION_TIME_TICK);
1770 final Intent timeTickSecond = new Intent(Intent.ACTION_TIME_TICK);
1774 final Intent timeTickThird = new Intent(Intent.ACTION_TIME_TICK);
1866 final Intent timeTick = new Intent(Intent.ACTION_TIME_TICK);
1922 final Intent timeTick = new Intent(Intent.ACTION_TIME_TICK)
2010 final Intent timeTick = new Intent(Intent.ACTION_TIME_TICK);
2288 final Intent timeTick = new Intent(Intent.ACTION_TIME_TICK);
2318 final Intent timeTick = new Intent(Intent.ACTION_TIME_TICK);
2344 final Intent timeTick = new Intent(Intent.ACTION_TIME_TICK);
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ui/viewmodel/
DShadeHeaderViewModel.kt119 addAction(Intent.ACTION_TIME_TICK) in <lambda>()
/frameworks/base/core/java/android/widget/
DDateTimeView.java441 if (Intent.ACTION_TIME_TICK.equals(action)) {
515 filter.addAction(Intent.ACTION_TIME_TICK); in register()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
DKeyguardPreviewRenderer.kt597 addAction(Intent.ACTION_TIME_TICK) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1678 if (Intent.ACTION_TIME_TICK.equals(action)
2354 filter.addAction(Intent.ACTION_TIME_TICK); in start()
/frameworks/base/core/api/
Dlint-baseline.txt138 BroadcastBehavior: android.content.Intent#ACTION_TIME_TICK:
139 Field 'ACTION_TIME_TICK' is missing @BroadcastBehavior
Dmodule-lib-lint-baseline.txt174 BroadcastBehavior: android.content.Intent#ACTION_TIME_TICK:
175 Field 'ACTION_TIME_TICK' is missing @BroadcastBehavior
Dtest-lint-baseline.txt178 BroadcastBehavior: android.content.Intent#ACTION_TIME_TICK:
179 Field 'ACTION_TIME_TICK' is missing @BroadcastBehavior
Dsystem-lint-baseline.txt178 BroadcastBehavior: android.content.Intent#ACTION_TIME_TICK:
179 Field 'ACTION_TIME_TICK' is missing @BroadcastBehavior
Dcurrent.txt11271 field public static final String ACTION_TIME_TICK = "android.intent.action.TIME_TICK";
/frameworks/base/core/java/android/content/
DIntent.java2573 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.java1869 mTimeTickIntent = new Intent(Intent.ACTION_TIME_TICK).addFlags( in onStart()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7685 field public static final java.lang.String ACTION_TIME_TICK = "android.intent.action.TIME_TICK";