Home
last modified time | relevance | path

Searched refs:icuMessageFormat (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSimPukView.java19 import static com.android.systemui.util.PluralMessageFormaterKt.icuMessageFormat;
58 displayMessage = icuMessageFormat(getResources(), msgId, attemptsRemaining); in getPukPasswordErrorMessage()
H A DKeyguardSimPinViewController.java19 import static com.android.systemui.util.PluralMessageFormaterKt.icuMessageFormat;
246 displayMessage = icuMessageFormat(mView.getResources(), msgId, attemptsRemaining); in getPinPasswordErrorMessage()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
H A DAppAdapter.kt31 import com.android.systemui.util.icuMessageFormat
133 icuMessageFormat(resources, R.string.controls_number_of_favorites, qty)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DPluralMessageFormater.kt27 fun icuMessageFormat(res: Resources, @StringRes messageId: Int, count: Int): String { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DHybridGroupManager.java19 import static com.android.systemui.util.PluralMessageFormaterKt.icuMessageFormat;
139 String contentDescription = icuMessageFormat(mContext.getResources(), in bindOverflowNumber()
H A DNotificationSnooze.java19 import static com.android.systemui.util.PluralMessageFormaterKt.icuMessageFormat;
252 String description = icuMessageFormat(res, stringResId, count); in createOption()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DHotspotTile.java19 import static com.android.systemui.util.PluralMessageFormaterKt.icuMessageFormat;
190 return icuMessageFormat(mContext.getResources(), in getSecondaryLabel()
H A DBluetoothTile.java19 import static com.android.systemui.util.PluralMessageFormaterKt.icuMessageFormat;
215 return icuMessageFormat(mContext.getResources(), in getSecondaryLabel()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/ui/viewmodel/
H A DFooterActionsViewModel.kt37 import com.android.systemui.util.icuMessageFormat
103 icuMessageFormat(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuViewLayer.java29 import static com.android.systemui.util.PluralMessageFormaterKt.icuMessageFormat;
259 return icuMessageFormat(resources, in getMessageText()