HomeSort by relevance Sort by last modified time
    Searched refs:mFormatPrivate (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageWizardFormatConfirm.java 29 private boolean mFormatPrivate;
40 mFormatPrivate = getIntent().getBooleanExtra(EXTRA_FORMAT_PRIVATE, false);
42 mFormatPrivate ? ILLUSTRATION_INTERNAL : ILLUSTRATION_PORTABLE);
44 if (mFormatPrivate) {
62 intent.putExtra(EXTRA_FORMAT_PRIVATE, mFormatPrivate);
StorageWizardFormatProgress.java 45 private boolean mFormatPrivate;
59 mFormatPrivate = getIntent().getBooleanExtra(
62 mFormatPrivate ? ILLUSTRATION_INTERNAL : ILLUSTRATION_PORTABLE);
97 if (activity.mFormatPrivate) {
152 if (activity.mFormatPrivate) {
221 if (mFormatPrivate) {
PublicVolumeSettings.java 68 private Preference mFormatPrivate;
125 mFormatPrivate = buildAction(R.string.storage_menu_format_private);
180 addPreference(mFormatPrivate);
226 } else if (pref == mFormatPrivate) {

Completed in 780 milliseconds