Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSimPukView.java19 import static com.android.systemui.util.PluralMessageFormaterKt.icuMessageFormat;
57 displayMessage = icuMessageFormat(getResources(), msgId, attemptsRemaining); in getPukPasswordErrorMessage()
DKeyguardSimPinViewController.java21 import static com.android.systemui.util.PluralMessageFormaterKt.icuMessageFormat;
271 displayMessage = icuMessageFormat(mView.getResources(), msgId, attemptsRemaining); in getPinPasswordErrorMessage()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DPluralMessageFormater.kt27 fun icuMessageFormat(res: Resources, @StringRes messageId: Int, count: Int): String { in icuMessageFormat() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DAppAdapter.kt31 import com.android.systemui.util.icuMessageFormat
133 icuMessageFormat(resources, R.string.controls_number_of_favorites, qty) in renderFavoritesForComponent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DHybridGroupManager.java19 import static com.android.systemui.util.PluralMessageFormaterKt.icuMessageFormat;
155 String contentDescription = icuMessageFormat(mContext.getResources(), in bindOverflowNumber()
DNotificationSnooze.java19 import static com.android.systemui.util.PluralMessageFormaterKt.icuMessageFormat;
300 String description = icuMessageFormat(res, stringResId, count); in createOption()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
DSimBouncerInteractor.kt41 import com.android.systemui.util.icuMessageFormat
302 icuMessageFormat(resources, msgId, attemptsRemaining) in getPinPasswordErrorMessage()
326 icuMessageFormat(resources, msgId, attemptsRemaining) in getPukPasswordErrorMessage()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DHotspotTile.java19 import static com.android.systemui.util.PluralMessageFormaterKt.icuMessageFormat;
191 return icuMessageFormat(mContext.getResources(), in getSecondaryLabel()
DBluetoothTile.java20 import static com.android.systemui.util.PluralMessageFormaterKt.icuMessageFormat;
254 return icuMessageFormat(mContext.getResources(), in getSecondaryLabel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/ui/viewmodel/
DFooterActionsViewModel.kt39 import com.android.systemui.util.icuMessageFormat in <lambda>()
302 icuMessageFormat( in foregroundServicesButtonViewModel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuViewLayer.java32 import static com.android.systemui.util.PluralMessageFormaterKt.icuMessageFormat;
356 return icuMessageFormat(resources, in getMessageText()