Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStorageWizardReady.java41 setBodyText(R.string.storage_wizard_ready_v2_internal_body, in onCreate()
44 setBodyText(R.string.storage_wizard_ready_v2_internal_moved_body, in onCreate()
48 setBodyText(R.string.storage_wizard_ready_v2_external_body, in onCreate()
H A DStorageWizardMigrateConfirm.java65 setBodyText(R.string.memory_calculating_size); in onCreate()
71 setBodyText(R.string.storage_wizard_migrate_v2_body, in onCreate()
H A DStorageWizardFormatSlow.java45 setBodyText(R.string.storage_wizard_slow_v2_body, getDiskDescription(), in onCreate()
H A DStorageWizardMoveProgress.java52 setBodyText(R.string.storage_wizard_move_progress_body, volumeName, appName); in onCreate()
H A DStorageWizardMoveConfirm.java73 setBodyText(R.string.storage_wizard_move_confirm_body, appName, volumeName); in onCreate()
H A DStorageWizardFormatProgress.java62 setBodyText(R.string.storage_wizard_format_progress_body, getDiskDescription()); in onCreate()
H A DStorageWizardBase.java161 protected void setBodyText(int resId, CharSequence... args) { in setBodyText() method in StorageWizardBase