Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDateView.java49 if (Intent.ACTION_TIME_TICK.equals(action)
85 filter.addAction(Intent.ACTION_TIME_TICK); in onAttachedToWindow()
DClock.java182 filter.addAction(Intent.ACTION_TIME_TICK); in onAttachedToWindow()
/frameworks/base/core/java/android/widget/
DTextClock.java177 } else if (!mShouldRunTicker && (Intent.ACTION_TIME_TICK.equals(intent.getAction())
592 filter.addAction(Intent.ACTION_TIME_TICK); in registerReceiver()
DDateTimeView.java432 if (Intent.ACTION_TIME_TICK.equals(action)) {
506 filter.addAction(Intent.ACTION_TIME_TICK); in register()
DAnalogClock.java118 filter.addAction(Intent.ACTION_TIME_TICK); in onAttachedToWindow()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1066 if (Intent.ACTION_TIME_TICK.equals(action)
1543 filter.addAction(Intent.ACTION_TIME_TICK); in KeyguardUpdateMonitor()
/frameworks/base/api/
Dlint-baseline.txt164 BroadcastBehavior: android.content.Intent#ACTION_TIME_TICK:
Dcurrent.txt10322 field public static final String ACTION_TIME_TICK = "android.intent.action.TIME_TICK";
/frameworks/base/core/java/android/content/
DIntent.java2279 public static final String ACTION_TIME_TICK = "android.intent.action.TIME_TICK"; field in Intent
/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java1528 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/non-updatable-api/
Dcurrent.txt10322 field public static final String ACTION_TIME_TICK = "android.intent.action.TIME_TICK";