Searched refs:ACTION_TIME_TICK (Results 1 – 11 of 11) sorted by relevance
44 if (Intent.ACTION_TIME_TICK.equals(action)119 filter.addAction(Intent.ACTION_TIME_TICK); in setUpdates()
82 filter.addAction(Intent.ACTION_TIME_TICK); in onAttachedToWindow()
222 filter.addAction(Intent.ACTION_TIME_TICK);242 if (Intent.ACTION_TIME_TICK.equals(action)) {
103 filter.addAction(Intent.ACTION_TIME_TICK); in onAttachedToWindow()
236 filter.addAction(Intent.ACTION_TIME_TICK); in KeyguardUpdateMonitor()250 if (Intent.ACTION_TIME_TICK.equals(action) in KeyguardUpdateMonitor()
106 filter.addAction(Intent.ACTION_TIME_TICK); in onAttachedToWindow()
189 filter.addAction(Intent.ACTION_TIME_TICK); in onAttachedToWindow()
131 new Intent(Intent.ACTION_TIME_TICK).addFlags( in AlarmManagerService()744 filter.addAction(Intent.ACTION_TIME_TICK); in ClockReceiver()751 if (intent.getAction().equals(Intent.ACTION_TIME_TICK)) { in onReceive()
1303 public static final String ACTION_TIME_TICK = "android.intent.action.TIME_TICK"; field in Intent
5485 field public static final java.lang.String ACTION_TIME_TICK = "android.intent.action.TIME_TICK";