Searched refs:ACTION_SETTING_RESTORED (Results 1 - 5 of 5) sorted by relevance

/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
163 Intent intent = new Intent(Intent.ACTION_SETTING_RESTORED)
/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java109 IntentFilter filter = new IntentFilter(Intent.ACTION_SETTING_RESTORED);
116 if (Intent.ACTION_SETTING_RESTORED.equals(intent.getAction())) {
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java353 intentFilter.addAction(Intent.ACTION_SETTING_RESTORED);
371 } else if (Intent.ACTION_SETTING_RESTORED.equals(action)) {
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java508 } else if (Intent.ACTION_SETTING_RESTORED.equals(action)) {
807 broadcastFilter.addAction(Intent.ACTION_SETTING_RESTORED);
/frameworks/base/core/java/android/content/
H A DIntent.java2958 public static final String ACTION_SETTING_RESTORED = "android.os.action.SETTING_RESTORED"; field in class:Intent

Completed in 267 milliseconds