Searched refs:ACTION_SETTING_RESTORED (Results 1 – 10 of 10) sorted by relevance
66 private val FILTER = IntentFilter(Intent.ACTION_SETTING_RESTORED)93 if (intent.action != Intent.ACTION_SETTING_RESTORED) return
149 mIntentFilterArgumentCaptor.getValue().hasAction(Intent.ACTION_SETTING_RESTORED)); in testBroadcastReceiverRegistered()262 Intent intent = new Intent(Intent.ACTION_SETTING_RESTORED); in makeRestoreIntent()
73 if (Intent.ACTION_SETTING_RESTORED.equals(intent.getAction())) { in SettingsObserver()
209 Intent intent = new Intent(Intent.ACTION_SETTING_RESTORED) in restoreValue()
434 } else if (Intent.ACTION_SETTING_RESTORED.equals(action)) {515 filter.addAction(Intent.ACTION_SETTING_RESTORED); in BluetoothManagerService()
390 new IntentFilter(Intent.ACTION_SETTING_RESTORED)); in onBootPhase()
581 intentFilter.addAction(Intent.ACTION_SETTING_RESTORED); in registerBroadcastReceivers()606 } else if (Intent.ACTION_SETTING_RESTORED.equals(action)) { in registerBroadcastReceivers()
4215 public static final String ACTION_SETTING_RESTORED = "android.os.action.SETTING_RESTORED"; field in Intent
1560 if (Intent.ACTION_SETTING_RESTORED.equals(intent.getAction())) {2302 IntentFilter settingsRestoredFilter = new IntentFilter(Intent.ACTION_SETTING_RESTORED); in init()
13433 Landroid/content/Intent;->ACTION_SETTING_RESTORED:Ljava/lang/String;