Home
last modified time | relevance | path

Searched refs:ACTION_TIME_CHANGED (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDateView.java59 || Intent.ACTION_TIME_CHANGED.equals(action)
96 filter.addAction(Intent.ACTION_TIME_CHANGED); in onAttachedToWindow()
DClock.java183 filter.addAction(Intent.ACTION_TIME_CHANGED); in onAttachedToWindow()
/frameworks/base/core/java/android/widget/
DTextClock.java179 || Intent.ACTION_TIME_CHANGED.equals(intent.getAction()))) {
595 filter.addAction(Intent.ACTION_TIME_CHANGED); in registerReceiver()
DAnalogClock.java119 filter.addAction(Intent.ACTION_TIME_CHANGED); in onAttachedToWindow()
DDateTimeView.java507 filter.addAction(Intent.ACTION_TIME_CHANGED); in register()
/frameworks/base/services/core/java/com/android/server/twilight/
DTwilightService.java185 final IntentFilter intentFilter = new IntentFilter(Intent.ACTION_TIME_CHANGED); in startListening()
/frameworks/base/services/core/java/com/android/server/notification/
DEventConditionProvider.java299 filter.addAction(Intent.ACTION_TIME_CHANGED); in setRegistered()
DScheduleConditionProvider.java253 filter.addAction(Intent.ACTION_TIME_CHANGED); in setRegistered()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/
DUiModeManagerServiceTest.java379 mTimeChangedCallback.onReceive(mContext, new Intent(Intent.ACTION_TIME_CHANGED)); in customTIme_customAlarmSetWhenScreenTimeChanges()
/frameworks/base/services/core/java/com/android/server/rollback/
DRollbackManagerServiceImpl.java376 filter.addAction(Intent.ACTION_TIME_CHANGED); in registerTimeChangeReceiver()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1141 || Intent.ACTION_TIME_CHANGED.equals(action)) {
1694 filter.addAction(Intent.ACTION_TIME_CHANGED); in KeyguardUpdateMonitor()
/frameworks/base/services/core/java/com/android/server/display/color/
DColorDisplayService.java1011 final IntentFilter intentFilter = new IntentFilter(Intent.ACTION_TIME_CHANGED); in onStart()
/frameworks/base/services/core/java/com/android/server/
DUiModeManagerService.java540 new IntentFilter(Intent.ACTION_TIME_CHANGED); in registerTimeChangeEvent()
DAlarmManagerService.java4016 Intent intent = new Intent(Intent.ACTION_TIME_CHANGED); in run()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobSchedulerService.java1467 … context.registerReceiver(mTimeSetReceiver, new IntentFilter(Intent.ACTION_TIME_CHANGED));
1474 if (Intent.ACTION_TIME_CHANGED.equals(intent.getAction())) {
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java433 if (Intent.ACTION_TIME_CHANGED.equals(intent.getAction())) {
654 intentFilter = new IntentFilter(Intent.ACTION_TIME_CHANGED); in SyncManager()
/frameworks/base/api/
Dlint-baseline.txt186 BroadcastBehavior: android.content.Intent#ACTION_TIME_CHANGED:
Dcurrent.txt10677 field public static final String ACTION_TIME_CHANGED = "android.intent.action.TIME_SET";
/frameworks/base/core/java/android/content/
DIntent.java2312 public static final String ACTION_TIME_CHANGED = "android.intent.action.TIME_SET"; field in Intent
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java16297 case Intent.ACTION_TIME_CHANGED: in broadcastIntentLocked()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7684 … field public static final java.lang.String ACTION_TIME_CHANGED = "android.intent.action.TIME_SET";