Home
last modified time | relevance | path

Searched refs:errorRes (Results 1 – 4 of 4) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DAttachmentsView.java456 private final int errorRes; field in AttachmentsView.AttachmentFailureException
460 this.errorRes = R.string.generic_attachment_problem; in AttachmentFailureException()
463 public AttachmentFailureException(String error, int errorRes) { in AttachmentFailureException() argument
465 this.errorRes = errorRes; in AttachmentFailureException()
470 this.errorRes = R.string.generic_attachment_problem; in AttachmentFailureException()
478 return errorRes; in getErrorRes()
DComposeActivity.java1893 private void showAttachmentTooBigToast(int errorRes) { in showAttachmentTooBigToast() argument
1896 showErrorToast(getString(errorRes, maxSize)); in showAttachmentTooBigToast()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DAppStorageSizesController.java66 int errorRes = mLastResultFailed ? mError : mComputing; in updateUi() local
68 mAppSize.setSummary(errorRes); in updateUi()
69 mDataSize.setSummary(errorRes); in updateUi()
70 mCacheSize.setSummary(errorRes); in updateUi()
71 mTotalSize.setSummary(errorRes); in updateUi()
/packages/apps/Settings/src/com/android/settings/applications/
DAppStorageSizesController.java66 int errorRes = mLastResultFailed ? mError : mComputing; in updateUi() local
68 mAppSize.setSummary(errorRes); in updateUi()
69 mDataSize.setSummary(errorRes); in updateUi()
70 mCacheSize.setSummary(errorRes); in updateUi()
71 mTotalSize.setSummary(errorRes); in updateUi()