Home
last modified time | relevance | path

Searched refs:ACTION_SETTING_RESTORED (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DSettingsHelperRestoreTest.java194 interceptingContext.nextBroadcastIntent(Intent.ACTION_SETTING_RESTORED); in restoreAccessibilityQsTargets_broadcastSent()
222 interceptingContext.nextBroadcastIntent(Intent.ACTION_SETTING_RESTORED); in restoreAccessibilityShortcutTargetService_broadcastSent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DAutoAddTracker.kt68 private val FILTER = IntentFilter(Intent.ACTION_SETTING_RESTORED) in <lambda>()
97 if (intent.action != Intent.ACTION_SETTING_RESTORED) return in <lambda>()
/frameworks/base/services/core/java/com/android/server/vr/
DSettingsObserver.java73 if (Intent.ACTION_SETTING_RESTORED.equals(intent.getAction())) { in SettingsObserver()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DAutoAddTrackerTest.java175 mIntentFilterArgumentCaptor.getValue().hasAction(Intent.ACTION_SETTING_RESTORED)); in testBroadcastReceiverRegistered()
292 Intent intent = new Intent(Intent.ACTION_SETTING_RESTORED); in makeRestoreIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/data/repository/
DQSSettingsRestoredRepository.kt164 private val INTENT_FILTER = IntentFilter(Intent.ACTION_SETTING_RESTORED)
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/data/repository/
DQSSettingsRestoredBroadcastRepositoryTest.kt300 return Intent(Intent.ACTION_SETTING_RESTORED) in createRestoreIntent()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsHelper.java266 Intent intent = new Intent(Intent.ACTION_SETTING_RESTORED) in restoreValue()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DDisplayManagerServiceTest.java3098 (filter) -> Intent.ACTION_SETTING_RESTORED.equals(filter.getAction(0));
3119 Intent restoreIntent = new Intent(Intent.ACTION_SETTING_RESTORED);
3136 (filter) -> Intent.ACTION_SETTING_RESTORED.equals(filter.getAction(0));
/frameworks/base/core/api/
Dmodule-lib-current.txt109 field public static final String ACTION_SETTING_RESTORED = "android.os.action.SETTING_RESTORED";
/frameworks/base/services/core/java/com/android/server/display/
DDisplayManagerService.java542 if (Intent.ACTION_SETTING_RESTORED.equals(intent.getAction())) {
816 final IntentFilter restoreFilter = new IntentFilter(Intent.ACTION_SETTING_RESTORED); in systemReady()
/frameworks/base/services/core/java/com/android/server/
DUiModeManagerService.java476 new IntentFilter(Intent.ACTION_SETTING_RESTORED)); in onBootPhase()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityManagerServiceTest.java1810 Intent intent = new Intent(Intent.ACTION_SETTING_RESTORED) in broadcastSettingRestored()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java881 intentFilter.addAction(Intent.ACTION_SETTING_RESTORED); in registerBroadcastReceivers()
902 } else if (Intent.ACTION_SETTING_RESTORED.equals(action)) { in registerBroadcastReceivers()
/frameworks/base/core/java/android/content/
DIntent.java4623 public static final String ACTION_SETTING_RESTORED = "android.os.action.SETTING_RESTORED"; field in Intent
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1864 if (Intent.ACTION_SETTING_RESTORED.equals(intent.getAction())) {
2624 IntentFilter settingsRestoredFilter = new IntentFilter(Intent.ACTION_SETTING_RESTORED); in init()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt10555 Landroid/content/Intent;->ACTION_SETTING_RESTORED:Ljava/lang/String;