Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDateView.java58 if (Intent.ACTION_TIME_TICK.equals(action)
95 filter.addAction(Intent.ACTION_TIME_TICK); in onAttachedToWindow()
H A DVariableDateViewController.kt130 Intent.ACTION_TIME_TICK == action ||
152 addAction(Intent.ACTION_TIME_TICK)
H A DClock.java194 filter.addAction(Intent.ACTION_TIME_TICK); in onAttachedToWindow()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBroadcastQueueModernImplTest.java541 final Intent timeTick = new Intent(Intent.ACTION_TIME_TICK); in testRunnableAt_uidForeground()
566 final Intent timeTick = new Intent(Intent.ACTION_TIME_TICK); in testRunnableAt_processTop()
590 final Intent timeTick = new Intent(Intent.ACTION_TIME_TICK); in testRunnableAt_persistentProc()
614 final Intent timeTick = new Intent(Intent.ACTION_TIME_TICK); in testRunnableAt_coreUid()
630 final Intent timeTick = new Intent(Intent.ACTION_TIME_TICK); in testRunnableAt_freezableCoreUid()
973 final Intent timeTick = new Intent(Intent.ACTION_TIME_TICK); in testDeliveryGroupPolicy_mostRecent()
1251 final Intent timeTick = new Intent(Intent.ACTION_TIME_TICK); in testDeliveryGroupPolicy_matchingFilter()
1457 final Intent timeTick = new Intent(Intent.ACTION_TIME_TICK); in testCleanupDisabledPackageReceiversLocked()
1488 final Intent timeTick = new Intent(Intent.ACTION_TIME_TICK); in testBroadcastDeliveryEventReported()
1514 final Intent timeTick = new Intent(Intent.ACTION_TIME_TICK) in testGetPreferredSchedulingGroup()
[all …]
H A DBroadcastQueueTest.java1792 final Intent timeTick = new Intent(Intent.ACTION_TIME_TICK);
1941 final Intent timeTickFirst = new Intent(Intent.ACTION_TIME_TICK);
1946 final Intent timeTickSecond = new Intent(Intent.ACTION_TIME_TICK);
1950 final Intent timeTickThird = new Intent(Intent.ACTION_TIME_TICK);
2058 final Intent timeTick = new Intent(Intent.ACTION_TIME_TICK);
2352 final Intent timeTick = new Intent(Intent.ACTION_TIME_TICK);
2385 final Intent timeTick = new Intent(Intent.ACTION_TIME_TICK);
/aosp14/frameworks/base/core/java/android/widget/
H A DDateTimeView.java441 if (Intent.ACTION_TIME_TICK.equals(action)) {
515 filter.addAction(Intent.ACTION_TIME_TICK); in register()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
H A DKeyguardPreviewRenderer.kt416 addAction(Intent.ACTION_TIME_TICK)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java1831 if (Intent.ACTION_TIME_TICK.equals(action)
2557 filter.addAction(Intent.ACTION_TIME_TICK); in KeyguardUpdateMonitor()
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java2552 public static final String ACTION_TIME_TICK = "android.intent.action.TIME_TICK"; field in Intent
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
H A DAlarmManagerService.java1976 mTimeTickIntent = new Intent(Intent.ACTION_TIME_TICK).addFlags( in onStart()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt10923 field public static final String ACTION_TIME_TICK = "android.intent.action.TIME_TICK";