Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/
DStorageWizardFormatProgress.java46 private PartitionTask mTask;
63 mTask = (PartitionTask) getLastCustomNonConfigurationInstance(); in onCreate()
65 mTask = new PartitionTask(); in onCreate()
78 public static class PartitionTask extends AsyncTask<Void, Integer, Exception> { class in StorageWizardFormatProgress
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageWizardFormatProgress.java47 private PartitionTask mTask;
65 mTask = (PartitionTask) getLastCustomNonConfigurationInstance(); in onCreate()
67 mTask = new PartitionTask(); in onCreate()
80 public static class PartitionTask extends AsyncTask<Void, Integer, Exception> { class in StorageWizardFormatProgress