Searched refs:ACTION_TIME_TICK (Results 1 – 10 of 10) sorted by relevance
47 if (Intent.ACTION_TIME_TICK.equals(action)83 filter.addAction(Intent.ACTION_TIME_TICK); in onAttachedToWindow()
88 filter.addAction(Intent.ACTION_TIME_TICK); in onAttachedToWindow()
211 filter.addAction(Intent.ACTION_TIME_TICK);231 if (Intent.ACTION_TIME_TICK.equals(action)) {
494 filter.addAction(Intent.ACTION_TIME_TICK); in registerReceiver()
110 filter.addAction(Intent.ACTION_TIME_TICK); in onAttachedToWindow()
69 mReceiver, UserHandle.OWNER, new IntentFilter(Intent.ACTION_TIME_TICK), null, null); in KeyguardIndicationController()
404 if (Intent.ACTION_TIME_TICK.equals(a.operation.getIntent().getAction())) { in calculateDeliveryPriorities()604 new Intent(Intent.ACTION_TIME_TICK).addFlags( in onStart()1836 filter.addAction(Intent.ACTION_TIME_TICK); in ClockReceiver()1843 if (intent.getAction().equals(Intent.ACTION_TIME_TICK)) { in onReceive()
368 if (Intent.ACTION_TIME_TICK.equals(action)614 filter.addAction(Intent.ACTION_TIME_TICK); in KeyguardUpdateMonitor()
1525 public static final String ACTION_TIME_TICK = "android.intent.action.TIME_TICK"; field in Intent
7650 field public static final java.lang.String ACTION_TIME_TICK = "android.intent.action.TIME_TICK";