Searched refs:getQuantityString (Results 1 - 24 of 24) sorted by relevance

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DResourcesWrapper.java73 public String getQuantityString(int id, int quantity, Object... formatArgs) method in class:ResourcesWrapper
75 return mResources.getQuantityString(id, quantity, formatArgs);
79 public String getQuantityString(int id, int quantity) throws NotFoundException { method in class:ResourcesWrapper
80 return mResources.getQuantityString(id, quantity);
/frameworks/base/core/java/android/widget/
H A DDateTimeView.java249 result = String.format(getContext().getResources().getQuantityString(past
257 result = String.format(getContext().getResources().getQuantityString(past
267 result = String.format(getContext().getResources().getQuantityString(past
281 result = String.format(getContext().getResources().getQuantityString(past
359 result = String.format(getContext().getResources().getQuantityString(past
368 result = String.format(getContext().getResources().getQuantityString(past
379 result = String.format(getContext().getResources().getQuantityString(past
389 result = String.format(getContext().getResources().getQuantityString(past
/frameworks/base/test-mock/src/android/test/mock/
H A DMockResources.java76 public String getQuantityString(int id, int quantity, Object... formatArgs) method in class:MockResources
82 public String getQuantityString(int id, int quantity) throws NotFoundException { method in class:MockResources
/frameworks/base/core/java/android/webkit/
H A DDateSorter.java77 String format = resources.getQuantityString(resId, NUM_DAYS_AGO);
H A DFindActionModeCallback.java183 mMatches.setText(mResources.getQuantityString(
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardAbsKeyInputView.java227 mSecurityMessageDisplay.setMessage(mContext.getResources().getQuantityString(
H A DKeyguardSimPinView.java190 .getQuantityString(msgId, attemptsRemaining, attemptsRemaining);
H A DKeyguardPatternView.java343 mSecurityMessageDisplay.setMessage(mContext.getResources().getQuantityString(
H A DKeyguardSimPukView.java228 .getQuantityString(msgId, attemptsRemaining, attemptsRemaining);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DHotspotTile.java172 return mContext.getResources().getQuantityString(
H A DBluetoothTile.java193 return mContext.getResources().getQuantityString(
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DHybridGroupManager.java147 String contentDescription = String.format(mContext.getResources().getQuantityString(
/frameworks/layoutlib/bridge/src/android/content/res/
H A DResources_Delegate.java782 static String getQuantityString(Resources resources, int id, int quantity) throws method in class:Resources_Delegate
811 static String getQuantityString(Resources resources, int id, int quantity, Object... formatArgs) method in class:Resources_Delegate
813 String raw = getQuantityString(resources, id, quantity);
820 return getQuantityString(resources, id, quantity);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaMmiCode.java337 sb.append(mContext.getResources().getQuantityString(
/frameworks/base/core/java/android/content/res/
H A DResources.java496 public String getQuantityString(@PluralsRes int id, int quantity, Object... formatArgs) method in class:Resources
524 public String getQuantityString(@PluralsRes int id, int quantity) throws NotFoundException { method in class:Resources
/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java856 summary = res.getQuantityString(summaryResId, num, num, formattedTime);
859 line1 = res.getQuantityString(line1ResId, num, num, formattedTime);
866 summary = res.getQuantityString(summaryResId, num, num, formattedTime);
869 line1 = res.getQuantityString(line1ResId, num, num, formattedTime);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DAddPrinterActivity.java711 .getQuantityString(R.plurals.print_services_recommendation_subtitle,
H A DSelectPrinterActivity.java777 text = getResources().getQuantityString(
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationSnooze.java257 String description = res.getQuantityString(pluralResId, count, count);
/frameworks/base/core/java/android/text/
H A DTextUtils.java1397 res.getQuantityString(moreId, remainingElements, remainingElements);
1993 return Resources.getSystem().getQuantityString(R.plurals.selected_count, count, count);
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DFillUi.java855 text = mContext.getResources().getQuantityString(
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java648 .getQuantityString(com.android.internal.R.plurals.bugreport_countdown,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmMmiCode.java1317 sb.append(mContext.getResources().getQuantityString(
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 391 milliseconds