HomeSort by relevance Sort by last modified time
    Searched defs:registerAidsForService (Results 1 - 5 of 5) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
ConflictingNonPaymentPrefixEmulatorActivity.java 34 mCardEmulation.registerAidsForService(PrefixTransportService1.COMPONENT, CardEmulation.CATEGORY_OTHER, service_aids);
35 mCardEmulation.registerAidsForService(PrefixTransportService2.COMPONENT, CardEmulation.CATEGORY_OTHER, service_aids);
DualNonPaymentPrefixEmulatorActivity.java 36 mCardEmulation.registerAidsForService(PrefixTransportService1.COMPONENT, CardEmulation.CATEGORY_OTHER, service1_aids);
37 mCardEmulation.registerAidsForService(PrefixAccessService.COMPONENT, CardEmulation.CATEGORY_OTHER, service2_aids);
DynamicAidEmulatorActivity.java 38 mCardEmulation.registerAidsForService(PaymentServiceDynamicAids.COMPONENT,
  /frameworks/base/core/java/android/nfc/cardemulation/
CardEmulation.java 325 public boolean registerAidsForService(ComponentName service, String category,
352 * registered using {@link #registerAidsForService(ComponentName, String, List)}
388 * registered using the {@link #registerAidsForService(ComponentName, String, List)}
  /prebuilts/sdk/system_current/
android.jar 

Completed in 65 milliseconds