Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/nfc/
DPaymentDefaultDialog.java86 PaymentAppInfo requestedPaymentApp = null; in buildDialog() local
92 requestedPaymentApp = service; in buildDialog()
99 if (requestedPaymentApp == null) { in buildDialog()
118 sanitizePaymentAppCaption(requestedPaymentApp.label.toString())); in buildDialog()
123 sanitizePaymentAppCaption(requestedPaymentApp.label.toString()), in buildDialog()
/packages/apps/Settings/src/com/android/settings/nfc/
DPaymentDefaultDialog.java86 PaymentAppInfo requestedPaymentApp = null; in buildDialog() local
92 requestedPaymentApp = service; in buildDialog()
99 if (requestedPaymentApp == null) { in buildDialog()
118 sanitizePaymentAppCaption(requestedPaymentApp.label.toString())); in buildDialog()
125 sanitizePaymentAppCaption(requestedPaymentApp.label.toString()), in buildDialog()