Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/nfc/
DPaymentDefaultDialog.java87 PaymentAppInfo defaultPaymentApp = null; in buildDialog() local
95 defaultPaymentApp = service; in buildDialog()
115 if (defaultPaymentApp == null) { in buildDialog()
124 sanitizePaymentAppCaption(defaultPaymentApp.label.toString())); in buildDialog()
/packages/apps/Settings/src/com/android/settings/nfc/
DPaymentDefaultDialog.java87 PaymentAppInfo defaultPaymentApp = null; in buildDialog() local
95 defaultPaymentApp = service; in buildDialog()
114 if (defaultPaymentApp == null) { in buildDialog()
126 sanitizePaymentAppCaption(defaultPaymentApp.label.toString())); in buildDialog()