Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/
DStorageWizardFormatProgress.java44 private boolean mFormatPrivate; field in StorageWizardFormatProgress
58 mFormatPrivate = getIntent().getBooleanExtra(EXTRA_FORMAT_PRIVATE, false); in onCreate()
90 if (activity.mFormatPrivate) { in doInBackground()
155 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()
DPublicVolumeSettings.java68 private Preference mFormatPrivate; field in PublicVolumeSettings
127 mFormatPrivate = buildAction(R.string.storage_menu_format_private); in onCreate()
188 addPreference(mFormatPrivate); in update()
230 } else if (pref == mFormatPrivate) { in onPreferenceTreeClick()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageWizardFormatProgress.java45 private boolean mFormatPrivate; field in StorageWizardFormatProgress
59 mFormatPrivate = getIntent().getBooleanExtra(EXTRA_FORMAT_PRIVATE, false); in onCreate()
92 if (activity.mFormatPrivate) { in doInBackground()
157 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()
DPublicVolumeSettings.java68 private Preference mFormatPrivate; field in PublicVolumeSettings
127 mFormatPrivate = buildAction(R.string.storage_menu_format_private); in onCreate()
188 addPreference(mFormatPrivate); in update()
230 } else if (pref == mFormatPrivate) { in onPreferenceTreeClick()