Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageWizardFormatProgress.java46 private boolean mFormatPrivate; field in StorageWizardFormatProgress
70 mFormatPrivate = getIntent().getBooleanExtra(EXTRA_FORMAT_PRIVATE, false); in onCreate()
103 if (activity.mFormatPrivate) { in doInBackground()
168 if (activity.mFormatPrivate) { in onPostExecute()
DStorageWizardFormatSlow.java31 private boolean mFormatPrivate; field in StorageWizardFormatSlow
42 mFormatPrivate = getIntent().getBooleanExtra(EXTRA_FORMAT_PRIVATE, false); in onCreate()
86 if (mFormatPrivate) { in onNavigateNext()