Searched refs:ACTION_SETTING_RESTORED (Results 1 - 6 of 6) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java121 IntentFilter filter = new IntentFilter(Intent.ACTION_SETTING_RESTORED);
129 if (Intent.ACTION_SETTING_RESTORED.equals(intent.getAction())) {
/frameworks/base/services/core/java/com/android/server/vr/
H A DSettingsObserver.java73 if (Intent.ACTION_SETTING_RESTORED.equals(intent.getAction())) {
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java572 } else if (Intent.ACTION_SETTING_RESTORED.equals(action)) {
895 broadcastFilter.addAction(Intent.ACTION_SETTING_RESTORED);
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java387 intentFilter.addAction(Intent.ACTION_SETTING_RESTORED);
407 } else if (Intent.ACTION_SETTING_RESTORED.equals(action)) {
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsHelper.java53 * the {@link Intent#ACTION_SETTING_RESTORED} action, with extras naming the
56 * @see Intent#ACTION_SETTING_RESTORED
165 Intent intent = new Intent(Intent.ACTION_SETTING_RESTORED)
/frameworks/base/core/java/android/content/
H A DIntent.java3216 public static final String ACTION_SETTING_RESTORED = "android.os.action.SETTING_RESTORED"; field in class:Intent

Completed in 1969 milliseconds