Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/nfc/
H A DPaymentDefaultDialog.java123 sanitizePaymentAppCaption(requestedPaymentApp.label.toString())); in buildDialog()
130 sanitizePaymentAppCaption(requestedPaymentApp.label.toString()), in buildDialog()
131 sanitizePaymentAppCaption(defaultPaymentApp.label.toString())); in buildDialog()
143 private String sanitizePaymentAppCaption(String input) { in sanitizePaymentAppCaption() method in PaymentDefaultDialog