Searched refs:mFormatPrivate (Results 1 – 2 of 2) sorted by relevance
46 private boolean mFormatPrivate; field in StorageWizardFormatProgress70 mFormatPrivate = getIntent().getBooleanExtra(EXTRA_FORMAT_PRIVATE, false); in onCreate()103 if (activity.mFormatPrivate) { in doInBackground()168 if (activity.mFormatPrivate) { in onPostExecute()
31 private boolean mFormatPrivate; field in StorageWizardFormatSlow42 mFormatPrivate = getIntent().getBooleanExtra(EXTRA_FORMAT_PRIVATE, false); in onCreate()86 if (mFormatPrivate) { in onNavigateNext()