Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/system/
DFactoryResetPreferenceController.java74 Intent prepareFactoryResetIntent = getPrepareFactoryResetIntent(); in startFactoryResetPreparationActivity() local
75 if (prepareFactoryResetIntent != null && mFactoryResetPreparationLauncher != null) { in startFactoryResetPreparationActivity()
76 mFactoryResetPreparationLauncher.launch(prepareFactoryResetIntent); in startFactoryResetPreparationActivity()