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