Searched refs:icuMessageFormat (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardSimPukView.java | 19 import static com.android.systemui.util.PluralMessageFormaterKt.icuMessageFormat; 57 displayMessage = icuMessageFormat(getResources(), msgId, attemptsRemaining); in getPukPasswordErrorMessage()
|
D | KeyguardSimPinViewController.java | 21 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/ |
D | PluralMessageFormater.kt | 27 fun icuMessageFormat(res: Resources, @StringRes messageId: Int, count: Int): String { in icuMessageFormat() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ |
D | AppAdapter.kt | 31 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/ |
D | HybridGroupManager.java | 19 import static com.android.systemui.util.PluralMessageFormaterKt.icuMessageFormat; 155 String contentDescription = icuMessageFormat(mContext.getResources(), in bindOverflowNumber()
|
D | NotificationSnooze.java | 19 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/ |
D | SimBouncerInteractor.kt | 41 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/ |
D | HotspotTile.java | 19 import static com.android.systemui.util.PluralMessageFormaterKt.icuMessageFormat; 191 return icuMessageFormat(mContext.getResources(), in getSecondaryLabel()
|
D | BluetoothTile.java | 20 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/ |
D | FooterActionsViewModel.kt | 39 import com.android.systemui.util.icuMessageFormat in <lambda>() 302 icuMessageFormat( in foregroundServicesButtonViewModel()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
D | MenuViewLayer.java | 32 import static com.android.systemui.util.PluralMessageFormaterKt.icuMessageFormat; 356 return icuMessageFormat(resources, in getMessageText()
|