Searched refs:getPaymentAppInfos (Results 1 – 11 of 11) sorted by relevance
81 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()
94 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()
126 protected List<PaymentBackend.PaymentAppInfo> getPaymentAppInfos() { in getPaymentAppInfos() method in PaymentSettingsTest.ShadowPaymentBackend
92 final List<PaymentAppInfo> appInfos = mPaymentBackend.getPaymentAppInfos(); in getAvailabilityStatus()117 final List<PaymentAppInfo> appInfos = mPaymentBackend.getPaymentAppInfos(); in updateState()
75 final List<PaymentBackend.PaymentAppInfo> appInfos = mPaymentBackend.getPaymentAppInfos(); in getAvailabilityStatus()
89 List<PaymentAppInfo> services = mBackend.getPaymentAppInfos(); in buildDialog()
128 public List<PaymentAppInfo> getPaymentAppInfos() { in getPaymentAppInfos() method in PaymentBackend