Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DAutoAddTracker.kt66 private val FILTER = IntentFilter(Intent.ACTION_SETTING_RESTORED)
93 if (intent.action != Intent.ACTION_SETTING_RESTORED) return
/aosp14/frameworks/base/services/core/java/com/android/server/vr/
H A DSettingsObserver.java73 if (Intent.ACTION_SETTING_RESTORED.equals(intent.getAction())) { in SettingsObserver()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DAutoAddTrackerTest.java175 mIntentFilterArgumentCaptor.getValue().hasAction(Intent.ACTION_SETTING_RESTORED)); in testBroadcastReceiverRegistered()
292 Intent intent = new Intent(Intent.ACTION_SETTING_RESTORED); in makeRestoreIntent()
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsHelper.java249 Intent intent = new Intent(Intent.ACTION_SETTING_RESTORED) in restoreValue()
/aosp14/frameworks/base/core/api/
H A Dmodule-lib-current.txt102 field public static final String ACTION_SETTING_RESTORED = "android.os.action.SETTING_RESTORED";
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DUiModeManagerService.java446 new IntentFilter(Intent.ACTION_SETTING_RESTORED)); in onBootPhase()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java859 intentFilter.addAction(Intent.ACTION_SETTING_RESTORED); in registerBroadcastReceivers()
876 } else if (Intent.ACTION_SETTING_RESTORED.equals(action)) { in registerBroadcastReceivers()
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java4511 public static final String ACTION_SETTING_RESTORED = "android.os.action.SETTING_RESTORED"; field in Intent
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java1670 if (Intent.ACTION_SETTING_RESTORED.equals(intent.getAction())) {
2486 IntentFilter settingsRestoredFilter = new IntentFilter(Intent.ACTION_SETTING_RESTORED); in init()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10555 Landroid/content/Intent;->ACTION_SETTING_RESTORED:Ljava/lang/String;