Searched refs:mServiceInfoNonPayment (Results 1 – 1 of 1) sorted by relevance
93 private ApduServiceInfo mServiceInfoNonPayment; field in PreferredServicesTest163 when(mServiceInfoNonPayment.hasCategory(eq(CardEmulation.CATEGORY_PAYMENT))).thenReturn(false); in setUp()164 when(mServiceInfoNonPayment.getAids()).thenReturn(getAids()); in setUp()382 when(mServicesCache.getService(anyInt(), any())).thenReturn(mServiceInfoNonPayment); in testOnServicesUpdatedWithNonNullForegroundAndNonPaymentServiceInfo_CommitsChange()385 mResolveInfo.defaultService = mServiceInfoNonPayment; in testOnServicesUpdatedWithNonNullForegroundAndNonPaymentServiceInfo_CommitsChange()406 when(mServicesCache.getService(anyInt(), any())).thenReturn(mServiceInfoNonPayment); in testOnServicesUpdatedWithNonNullForegroundAndNonPaymentServiceInfo_NoChange()