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 290 Intent aidIntent = new Intent(HostApduService.SERVICE_INTERFACE);
291 aidIntent.setComponent(service);
292 if (mContext.bindServiceAsUser(aidIntent, mConnection,
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java     [all...]

Completed in 619 milliseconds