Searched refs:ACTION_SETTING_RESTORED (Results 1 – 6 of 6) sorted by relevance
73 if (Intent.ACTION_SETTING_RESTORED.equals(intent.getAction())) { in SettingsObserver()
165 Intent intent = new Intent(Intent.ACTION_SETTING_RESTORED) in restoreValue()
121 IntentFilter filter = new IntentFilter(Intent.ACTION_SETTING_RESTORED); in ManagedServices()129 if (Intent.ACTION_SETTING_RESTORED.equals(intent.getAction())) { in onReceive()
568 } else if (Intent.ACTION_SETTING_RESTORED.equals(action)) { in onReceive()891 broadcastFilter.addAction(Intent.ACTION_SETTING_RESTORED); in InputMethodManagerService()
361 intentFilter.addAction(Intent.ACTION_SETTING_RESTORED); in registerBroadcastReceivers()381 } else if (Intent.ACTION_SETTING_RESTORED.equals(action)) { in registerBroadcastReceivers()
3192 public static final String ACTION_SETTING_RESTORED = "android.os.action.SETTING_RESTORED"; field in Intent