Searched refs:mFormatPrivate (Results 1 – 3 of 3) sorted by relevance
45 private boolean mFormatPrivate; field in StorageWizardFormatProgress59 mFormatPrivate = getIntent().getBooleanExtra(EXTRA_FORMAT_PRIVATE, false); in onCreate()92 if (activity.mFormatPrivate) { in doInBackground()157 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()
66 private Preference mFormatPrivate; field in PublicVolumeSettings125 mFormatPrivate = buildAction(R.string.storage_menu_format_private); in onCreate()182 addPreference(mFormatPrivate); in update()224 } else if (pref == mFormatPrivate) { in onPreferenceTreeClick()