Home
last modified time | relevance | path

Searched refs:mFactoryResetPreparationLauncher (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/system/
DFactoryResetPreferenceController.java47 ActivityResultLauncher<Intent> mFactoryResetPreparationLauncher; field in FactoryResetPreferenceController
75 if (prepareFactoryResetIntent != null && mFactoryResetPreparationLauncher != null) { in startFactoryResetPreparationActivity()
76 mFactoryResetPreparationLauncher.launch(prepareFactoryResetIntent); in startFactoryResetPreparationActivity()
121 mFactoryResetPreparationLauncher = fragment.registerForActivityResult( in setFragment()
/packages/apps/Settings/tests/robotests/src/com/android/settings/system/
DFactoryResetPreferenceControllerTest.java98 mController.mFactoryResetPreparationLauncher = mFactoryResetLauncher; in setUp()