Home
last modified time | relevance | path

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

/aosp12/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
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DAutoAddTrackerTest.java149 mIntentFilterArgumentCaptor.getValue().hasAction(Intent.ACTION_SETTING_RESTORED)); in testBroadcastReceiverRegistered()
262 Intent intent = new Intent(Intent.ACTION_SETTING_RESTORED); in makeRestoreIntent()
/aosp12/frameworks/base/services/core/java/com/android/server/vr/
H A DSettingsObserver.java73 if (Intent.ACTION_SETTING_RESTORED.equals(intent.getAction())) { in SettingsObserver()
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsHelper.java209 Intent intent = new Intent(Intent.ACTION_SETTING_RESTORED) in restoreValue()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java434 } else if (Intent.ACTION_SETTING_RESTORED.equals(action)) {
515 filter.addAction(Intent.ACTION_SETTING_RESTORED); in BluetoothManagerService()
H A DUiModeManagerService.java390 new IntentFilter(Intent.ACTION_SETTING_RESTORED)); in onBootPhase()
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java581 intentFilter.addAction(Intent.ACTION_SETTING_RESTORED); in registerBroadcastReceivers()
606 } else if (Intent.ACTION_SETTING_RESTORED.equals(action)) { in registerBroadcastReceivers()
/aosp12/frameworks/base/core/java/android/content/
H A DIntent.java4215 public static final String ACTION_SETTING_RESTORED = "android.os.action.SETTING_RESTORED"; field in Intent
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java1560 if (Intent.ACTION_SETTING_RESTORED.equals(intent.getAction())) {
2302 IntentFilter settingsRestoredFilter = new IntentFilter(Intent.ACTION_SETTING_RESTORED); in init()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt13433 Landroid/content/Intent;->ACTION_SETTING_RESTORED:Ljava/lang/String;