Searched refs:formatString (Results 1 – 11 of 11) sorted by relevance
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
D | TapAgainDialog.java | 86 String formatString = getString(com.android.nfc.R.string.tap_again_to_pay); in onCreate() local 87 tv.setText(String.format(formatString, description)); in onCreate() 89 String formatString = getString(com.android.nfc.R.string.tap_again_to_complete); in onCreate() local 90 tv.setText(String.format(formatString, description)); in onCreate()
|
D | AppChooserActivity.java | 120 String formatString = getString(com.android.nfc.R.string.transaction_failure); in onCreate() local 122 ap.mMessage = String.format(formatString, applicationLabel); in onCreate() 128 String formatString = getString(com.android.nfc.R.string.could_not_use_app); in onCreate() local 129 ap.mTitle = String.format(formatString, applicationLabel); in onCreate()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/nfc/ |
D | PaymentDefaultDialog.java | 116 String formatString = getString(R.string.nfc_payment_set_default); in buildDialog() local 117 String msg = String.format(formatString, in buildDialog() 121 String formatString = getString(R.string.nfc_payment_set_default_instead_of); in buildDialog() local 122 String msg = String.format(formatString, in buildDialog()
|
/packages/apps/Settings/src/com/android/settings/nfc/ |
D | PaymentDefaultDialog.java | 116 String formatString = getString(R.string.nfc_payment_set_default); in buildDialog() local 117 String msg = String.format(formatString, in buildDialog() 121 String formatString = getString(R.string.nfc_payment_set_default_instead_of); in buildDialog() local 122 String msg = String.format(formatString, in buildDialog()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | RespondViaSmsManager.java | 158 final String formatString = res.getString(success in showMessageResultToast() local 161 final String confirmationMsg = String.format(formatString, phoneNumber); in showMessageResultToast()
|
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | TimerStringFormatter.java | 118 public static String formatString(Context context, @StringRes int stringResId, long currentTime, in formatString() method in TimerStringFormatter
|
D | TimerStringFormatter.kt | 122 fun formatString( in formatString() method
|
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
D | TimerItemFragment.kt | 90 v.announceForAccessibility(TimerStringFormatter.formatString( in onClick()
|
D | TimerItemFragment.java | 109 v.announceForAccessibility(TimerStringFormatter.formatString( in onClick()
|
D | TimerFragment.kt | 310 mTimersView?.announceForAccessibility(TimerStringFormatter.formatString( in onFabClick() 318 mTimersView?.announceForAccessibility(TimerStringFormatter.formatString( in onFabClick()
|
D | TimerFragment.java | 346 mTimersView.announceForAccessibility(TimerStringFormatter.formatString( in onFabClick() 355 mTimersView.announceForAccessibility(TimerStringFormatter.formatString( in onFabClick()
|