Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStorageWizardFormatProgress.java40 public class StorageWizardFormatProgress extends StorageWizardBase { class
81 public StorageWizardFormatProgress mActivity;
89 final StorageWizardFormatProgress activity = mActivity; in doInBackground()
138 public void setActivity(StorageWizardFormatProgress activity) { in setActivity()
145 final StorageWizardFormatProgress activity = mActivity; in onPostExecute()
H A DPrivateVolumeFormat.java72 final Intent intent = new Intent(getActivity(), StorageWizardFormatProgress.class);
H A DStorageWizardFormatConfirm.java98 final Intent intent = new Intent(context, StorageWizardFormatProgress.class); in onCreateDialog()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/
H A DPrivateVolumeFormatTest.java69 StorageWizardFormatProgress.class.getName())); in OnClickListener_shouldStartStorageWizardFormatProgress()