Searched refs:ACTION_SETTING_RESTORED (Results 1 – 6 of 6) sorted by relevance
73 if (Intent.ACTION_SETTING_RESTORED.equals(intent.getAction())) { in SettingsObserver()
166 Intent intent = new Intent(Intent.ACTION_SETTING_RESTORED) in restoreValue()
128 IntentFilter filter = new IntentFilter(Intent.ACTION_SETTING_RESTORED); in ManagedServices()136 if (Intent.ACTION_SETTING_RESTORED.equals(intent.getAction())) { in onReceive()
329 } else if (Intent.ACTION_SETTING_RESTORED.equals(action)) {385 filter.addAction(Intent.ACTION_SETTING_RESTORED); in BluetoothManagerService()
409 intentFilter.addAction(Intent.ACTION_SETTING_RESTORED); in registerBroadcastReceivers()431 } else if (Intent.ACTION_SETTING_RESTORED.equals(action)) { in registerBroadcastReceivers()
3460 public static final String ACTION_SETTING_RESTORED = "android.os.action.SETTING_RESTORED"; field in Intent