Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DTapAgainDialog.java86 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()
DAppChooserActivity.java120 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/
DPaymentDefaultDialog.java116 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/
DPaymentDefaultDialog.java116 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/
DRespondViaSmsManager.java158 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/
DTimerStringFormatter.java118 public static String formatString(Context context, @StringRes int stringResId, long currentTime, in formatString() method in TimerStringFormatter
DTimerStringFormatter.kt122 fun formatString( in formatString() method
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerItemFragment.kt90 v.announceForAccessibility(TimerStringFormatter.formatString( in onClick()
DTimerItemFragment.java109 v.announceForAccessibility(TimerStringFormatter.formatString( in onClick()
DTimerFragment.kt310 mTimersView?.announceForAccessibility(TimerStringFormatter.formatString( in onFabClick()
318 mTimersView?.announceForAccessibility(TimerStringFormatter.formatString( in onFabClick()
DTimerFragment.java346 mTimersView.announceForAccessibility(TimerStringFormatter.formatString( in onFabClick()
355 mTimersView.announceForAccessibility(TimerStringFormatter.formatString( in onFabClick()