Searched refs:mFactoryResetPreparationLauncher (Results 1 – 2 of 2) sorted by relevance
47 ActivityResultLauncher<Intent> mFactoryResetPreparationLauncher; field in FactoryResetPreferenceController75 if (prepareFactoryResetIntent != null && mFactoryResetPreparationLauncher != null) { in startFactoryResetPreparationActivity()76 mFactoryResetPreparationLauncher.launch(prepareFactoryResetIntent); in startFactoryResetPreparationActivity()121 mFactoryResetPreparationLauncher = fragment.registerForActivityResult( in setFragment()
98 mController.mFactoryResetPreparationLauncher = mFactoryResetLauncher; in setUp()