Searched refs:ACTION_TIME_CHANGED (Results 1 – 22 of 22) sorted by relevance
59 || Intent.ACTION_TIME_CHANGED.equals(action)96 filter.addAction(Intent.ACTION_TIME_CHANGED); in onAttachedToWindow()
183 filter.addAction(Intent.ACTION_TIME_CHANGED); in onAttachedToWindow()
179 || Intent.ACTION_TIME_CHANGED.equals(intent.getAction()))) {595 filter.addAction(Intent.ACTION_TIME_CHANGED); in registerReceiver()
119 filter.addAction(Intent.ACTION_TIME_CHANGED); in onAttachedToWindow()
507 filter.addAction(Intent.ACTION_TIME_CHANGED); in register()
185 final IntentFilter intentFilter = new IntentFilter(Intent.ACTION_TIME_CHANGED); in startListening()
299 filter.addAction(Intent.ACTION_TIME_CHANGED); in setRegistered()
253 filter.addAction(Intent.ACTION_TIME_CHANGED); in setRegistered()
379 mTimeChangedCallback.onReceive(mContext, new Intent(Intent.ACTION_TIME_CHANGED)); in customTIme_customAlarmSetWhenScreenTimeChanges()
376 filter.addAction(Intent.ACTION_TIME_CHANGED); in registerTimeChangeReceiver()
1141 || Intent.ACTION_TIME_CHANGED.equals(action)) {1694 filter.addAction(Intent.ACTION_TIME_CHANGED); in KeyguardUpdateMonitor()
1011 final IntentFilter intentFilter = new IntentFilter(Intent.ACTION_TIME_CHANGED); in onStart()
540 new IntentFilter(Intent.ACTION_TIME_CHANGED); in registerTimeChangeEvent()
4016 Intent intent = new Intent(Intent.ACTION_TIME_CHANGED); in run()
1467 … context.registerReceiver(mTimeSetReceiver, new IntentFilter(Intent.ACTION_TIME_CHANGED));1474 if (Intent.ACTION_TIME_CHANGED.equals(intent.getAction())) {
433 if (Intent.ACTION_TIME_CHANGED.equals(intent.getAction())) {654 intentFilter = new IntentFilter(Intent.ACTION_TIME_CHANGED); in SyncManager()
186 BroadcastBehavior: android.content.Intent#ACTION_TIME_CHANGED:
10677 field public static final String ACTION_TIME_CHANGED = "android.intent.action.TIME_SET";
2312 public static final String ACTION_TIME_CHANGED = "android.intent.action.TIME_SET"; field in Intent
16297 case Intent.ACTION_TIME_CHANGED: in broadcastIntentLocked()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
7684 … field public static final java.lang.String ACTION_TIME_CHANGED = "android.intent.action.TIME_SET";