Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/nfc/
DNfcPaymentPreferenceControllerTest.java81 when(mPaymentBackend.getPaymentAppInfos()).thenReturn(null); in getAvailabilityStatus_noPaymentApps_DISABLED()
86 when(mPaymentBackend.getPaymentAppInfos()).thenReturn(new ArrayList<>()); in getAvailabilityStatus_noPaymentApps_DISABLED()
98 when(mPaymentBackend.getPaymentAppInfos()).thenReturn(appInfos); in getAvailabilityStatus_hasPaymentApps_AVAILABLE()
DNfcForegroundPreferenceControllerTest.java94 when(mPaymentBackend.getPaymentAppInfos()).thenReturn(null); in getAvailabilityStatus_noPaymentApps_DISABLED()
99 when(mPaymentBackend.getPaymentAppInfos()).thenReturn(new ArrayList<>()); in getAvailabilityStatus_noPaymentApps_DISABLED()
110 when(mPaymentBackend.getPaymentAppInfos()).thenReturn(appInfos); in initPaymentApps()
DPaymentSettingsTest.java126 protected List<PaymentBackend.PaymentAppInfo> getPaymentAppInfos() { in getPaymentAppInfos() method in PaymentSettingsTest.ShadowPaymentBackend
/packages/apps/Settings/src/com/android/settings/nfc/
DNfcPaymentPreferenceController.java92 final List<PaymentAppInfo> appInfos = mPaymentBackend.getPaymentAppInfos(); in getAvailabilityStatus()
117 final List<PaymentAppInfo> appInfos = mPaymentBackend.getPaymentAppInfos(); in updateState()
DNfcForegroundPreferenceController.java75 final List<PaymentBackend.PaymentAppInfo> appInfos = mPaymentBackend.getPaymentAppInfos(); in getAvailabilityStatus()
DPaymentDefaultDialog.java89 List<PaymentAppInfo> services = mBackend.getPaymentAppInfos(); in buildDialog()
DPaymentBackend.java128 public List<PaymentAppInfo> getPaymentAppInfos() { in getPaymentAppInfos() method in PaymentBackend
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/nfc/
DNfcPaymentPreferenceController.java92 final List<PaymentAppInfo> appInfos = mPaymentBackend.getPaymentAppInfos(); in getAvailabilityStatus()
117 final List<PaymentAppInfo> appInfos = mPaymentBackend.getPaymentAppInfos(); in updateState()
DNfcForegroundPreferenceController.java75 final List<PaymentBackend.PaymentAppInfo> appInfos = mPaymentBackend.getPaymentAppInfos(); in getAvailabilityStatus()
DPaymentDefaultDialog.java89 List<PaymentAppInfo> services = mBackend.getPaymentAppInfos(); in buildDialog()
DPaymentBackend.java128 public List<PaymentAppInfo> getPaymentAppInfos() { in getPaymentAppInfos() method in PaymentBackend