HomeSort by relevance Sort by last modified time
    Searched refs:aidIntent (Results 1 - 2 of 2) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
HostEmulationManager.java 305 Intent aidIntent = new Intent(HostApduService.SERVICE_INTERFACE);
306 aidIntent.setComponent(service);
307 if (mContext.bindServiceAsUser(aidIntent, mConnection,
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java     [all...]

Completed in 2568 milliseconds