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
73 if (Intent.ACTION_SETTING_RESTORED.equals(intent.getAction())) { in SettingsObserver()
175 mIntentFilterArgumentCaptor.getValue().hasAction(Intent.ACTION_SETTING_RESTORED)); in testBroadcastReceiverRegistered()292 Intent intent = new Intent(Intent.ACTION_SETTING_RESTORED); in makeRestoreIntent()
249 Intent intent = new Intent(Intent.ACTION_SETTING_RESTORED) in restoreValue()
102 field public static final String ACTION_SETTING_RESTORED = "android.os.action.SETTING_RESTORED";
446 new IntentFilter(Intent.ACTION_SETTING_RESTORED)); in onBootPhase()
859 intentFilter.addAction(Intent.ACTION_SETTING_RESTORED); in registerBroadcastReceivers()876 } else if (Intent.ACTION_SETTING_RESTORED.equals(action)) { in registerBroadcastReceivers()
4511 public static final String ACTION_SETTING_RESTORED = "android.os.action.SETTING_RESTORED"; field in Intent
1670 if (Intent.ACTION_SETTING_RESTORED.equals(intent.getAction())) {2486 IntentFilter settingsRestoredFilter = new IntentFilter(Intent.ACTION_SETTING_RESTORED); in init()
10555 Landroid/content/Intent;->ACTION_SETTING_RESTORED:Ljava/lang/String;