Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DPreferredServicesTest.java93 private ApduServiceInfo mServiceInfoNonPayment; field in PreferredServicesTest
163 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()