Home
last modified time | relevance | path

Searched refs:setBodyText (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageWizardReady.java42 setBodyText(R.string.storage_wizard_ready_v2_internal_body, in onCreate()
45 setBodyText(R.string.storage_wizard_ready_v2_internal_moved_body, in onCreate()
49 setBodyText(R.string.storage_wizard_ready_v2_external_body, in onCreate()
DStorageWizardMigrateConfirm.java66 setBodyText(R.string.memory_calculating_size); in onCreate()
72 setBodyText(R.string.storage_wizard_migrate_v2_body, in onCreate()
DStorageWizardFormatSlow.java45 setBodyText(R.string.storage_wizard_slow_v2_body, getDiskDescription(), in onCreate()
DStorageWizardMoveProgress.java54 setBodyText(R.string.storage_wizard_move_progress_body, volumeName, appName); in onCreate()
DStorageWizardMoveConfirm.java74 setBodyText(R.string.storage_wizard_move_confirm_body, appName, volumeName); in onCreate()
DStorageWizardFormatProgress.java73 setBodyText(R.string.storage_wizard_format_progress_body, getDiskDescription()); in onCreate()
DStorageWizardBase.java178 protected void setBodyText(int resId, CharSequence... args) { in setBodyText() method in StorageWizardBase