Searched refs:ACTION_SETTING_RESTORED (Results 1 – 16 of 16) sorted by relevance
194 interceptingContext.nextBroadcastIntent(Intent.ACTION_SETTING_RESTORED); in restoreAccessibilityQsTargets_broadcastSent()222 interceptingContext.nextBroadcastIntent(Intent.ACTION_SETTING_RESTORED); in restoreAccessibilityShortcutTargetService_broadcastSent()
68 private val FILTER = IntentFilter(Intent.ACTION_SETTING_RESTORED) in <lambda>()97 if (intent.action != Intent.ACTION_SETTING_RESTORED) return in <lambda>()
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()
164 private val INTENT_FILTER = IntentFilter(Intent.ACTION_SETTING_RESTORED)
300 return Intent(Intent.ACTION_SETTING_RESTORED) in createRestoreIntent()
266 Intent intent = new Intent(Intent.ACTION_SETTING_RESTORED) in restoreValue()
3098 (filter) -> Intent.ACTION_SETTING_RESTORED.equals(filter.getAction(0));3119 Intent restoreIntent = new Intent(Intent.ACTION_SETTING_RESTORED);3136 (filter) -> Intent.ACTION_SETTING_RESTORED.equals(filter.getAction(0));
109 field public static final String ACTION_SETTING_RESTORED = "android.os.action.SETTING_RESTORED";
542 if (Intent.ACTION_SETTING_RESTORED.equals(intent.getAction())) {816 final IntentFilter restoreFilter = new IntentFilter(Intent.ACTION_SETTING_RESTORED); in systemReady()
476 new IntentFilter(Intent.ACTION_SETTING_RESTORED)); in onBootPhase()
1810 Intent intent = new Intent(Intent.ACTION_SETTING_RESTORED) in broadcastSettingRestored()
881 intentFilter.addAction(Intent.ACTION_SETTING_RESTORED); in registerBroadcastReceivers()902 } else if (Intent.ACTION_SETTING_RESTORED.equals(action)) { in registerBroadcastReceivers()
4623 public static final String ACTION_SETTING_RESTORED = "android.os.action.SETTING_RESTORED"; field in Intent
1864 if (Intent.ACTION_SETTING_RESTORED.equals(intent.getAction())) {2624 IntentFilter settingsRestoredFilter = new IntentFilter(Intent.ACTION_SETTING_RESTORED); in init()
10555 Landroid/content/Intent;->ACTION_SETTING_RESTORED:Ljava/lang/String;