Searched refs:setBodyText (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
H A D | StorageWizardReady.java | 41 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 D | StorageWizardMigrateConfirm.java | 65 setBodyText(R.string.memory_calculating_size); in onCreate() 71 setBodyText(R.string.storage_wizard_migrate_v2_body, in onCreate()
|
H A D | StorageWizardFormatSlow.java | 45 setBodyText(R.string.storage_wizard_slow_v2_body, getDiskDescription(), in onCreate()
|
H A D | StorageWizardMoveProgress.java | 52 setBodyText(R.string.storage_wizard_move_progress_body, volumeName, appName); in onCreate()
|
H A D | StorageWizardMoveConfirm.java | 73 setBodyText(R.string.storage_wizard_move_confirm_body, appName, volumeName); in onCreate()
|
H A D | StorageWizardFormatProgress.java | 62 setBodyText(R.string.storage_wizard_format_progress_body, getDiskDescription()); in onCreate()
|
H A D | StorageWizardBase.java | 161 protected void setBodyText(int resId, CharSequence... args) { in setBodyText() method in StorageWizardBase
|