Searched refs:ACTION_TIME_TICK (Results 1 – 12 of 12) sorted by relevance
49 if (Intent.ACTION_TIME_TICK.equals(action)85 filter.addAction(Intent.ACTION_TIME_TICK); in onAttachedToWindow()
182 filter.addAction(Intent.ACTION_TIME_TICK); in onAttachedToWindow()
177 } else if (!mShouldRunTicker && (Intent.ACTION_TIME_TICK.equals(intent.getAction())592 filter.addAction(Intent.ACTION_TIME_TICK); in registerReceiver()
432 if (Intent.ACTION_TIME_TICK.equals(action)) {506 filter.addAction(Intent.ACTION_TIME_TICK); in register()
118 filter.addAction(Intent.ACTION_TIME_TICK); in onAttachedToWindow()
1066 if (Intent.ACTION_TIME_TICK.equals(action)1543 filter.addAction(Intent.ACTION_TIME_TICK); in KeyguardUpdateMonitor()
164 BroadcastBehavior: android.content.Intent#ACTION_TIME_TICK:
10322 field public static final String ACTION_TIME_TICK = "android.intent.action.TIME_TICK";
2279 public static final String ACTION_TIME_TICK = "android.intent.action.TIME_TICK"; field in Intent
1528 mTimeTickIntent = new Intent(Intent.ACTION_TIME_TICK).addFlags( in onStart()
7685 field public static final java.lang.String ACTION_TIME_TICK = "android.intent.action.TIME_TICK";