Searched refs:icuMessageFormat (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardSimPukView.java | 19 import static com.android.systemui.util.PluralMessageFormaterKt.icuMessageFormat; 58 displayMessage = icuMessageFormat(getResources(), msgId, attemptsRemaining); in getPukPasswordErrorMessage()
|
H A D | KeyguardSimPinViewController.java | 19 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 D | AppAdapter.kt | 31 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 D | PluralMessageFormater.kt | 27 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 D | HybridGroupManager.java | 19 import static com.android.systemui.util.PluralMessageFormaterKt.icuMessageFormat; 139 String contentDescription = icuMessageFormat(mContext.getResources(), in bindOverflowNumber()
|
H A D | NotificationSnooze.java | 19 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 D | HotspotTile.java | 19 import static com.android.systemui.util.PluralMessageFormaterKt.icuMessageFormat; 190 return icuMessageFormat(mContext.getResources(), in getSecondaryLabel()
|
H A D | BluetoothTile.java | 19 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 D | FooterActionsViewModel.kt | 37 import com.android.systemui.util.icuMessageFormat 103 icuMessageFormat(
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
H A D | MenuViewLayer.java | 29 import static com.android.systemui.util.PluralMessageFormaterKt.icuMessageFormat; 259 return icuMessageFormat(resources, in getMessageText()
|