Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/nfc/
DPaymentDefaultDialog.java139 sanitizePaymentAppCaption(requestedPaymentApp.label.toString())); in buildDialog()
146 sanitizePaymentAppCaption(requestedPaymentApp.label.toString()), in buildDialog()
147 sanitizePaymentAppCaption(defaultPaymentApp.label.toString())); in buildDialog()
159 private String sanitizePaymentAppCaption(String input) { in sanitizePaymentAppCaption() method in PaymentDefaultDialog