Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/nfc/
H A DNfcPaymentPreferenceControllerTest.java83 mController.setPaymentBackend(mPaymentBackend); in getAvailabilityStatus_noPaymentApps_DISABLED()
98 mController.setPaymentBackend(mPaymentBackend); in getAvailabilityStatus_hasPaymentApps_AVAILABLE()
109 mController.setPaymentBackend(mPaymentBackend); in onStart_shouldRegisterCallback()
118 mController.setPaymentBackend(mPaymentBackend); in onStop_shouldUnregisterCallback()
128 mController.setPaymentBackend(mPaymentBackend); in displayPreference_shouldInitialize()
137 mController.setPaymentBackend(mPaymentBackend); in onPaymentAppsChanged_shouldRefreshSummary()
H A DNfcForegroundPreferenceControllerTest.java93 mController.setPaymentBackend(mPaymentBackend); in getAvailabilityStatus_noPaymentApps_DISABLED()
107 mController.setPaymentBackend(mPaymentBackend); in initPaymentApps()
123 mController.setPaymentBackend(mPaymentBackend); in onStart_shouldRegisterCallback()
132 mController.setPaymentBackend(mPaymentBackend); in onStop_shouldUnregisterCallback()
/aosp12/packages/apps/Settings/src/com/android/settings/nfc/
H A DPaymentSettings.java70 use(NfcPaymentPreferenceController.class).setPaymentBackend(mPaymentBackend); in onAttach()
71 use(NfcForegroundPreferenceController.class).setPaymentBackend(mPaymentBackend); in onAttach()
H A DNfcForegroundPreferenceController.java48 public void setPaymentBackend(PaymentBackend backend) { in setPaymentBackend() method in NfcForegroundPreferenceController
H A DNfcPaymentPreferenceController.java62 public void setPaymentBackend(PaymentBackend backend) { in setPaymentBackend() method in NfcPaymentPreferenceController