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

  /packages/apps/Nfc/src/com/android/nfc/
DeviceHost.java 32 public void onHostCardEmulationData(int technology, byte[] data);
NfcService.java 261 public void onHostCardEmulationData(int technology, byte[] data) {
263 mCardEmulationManager.onHostCardEmulationData(technology, data);
    [all...]
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcManager.java 379 mListener.onHostCardEmulationData(technology, data);
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcManager.java 399 mListener.onHostCardEmulationData(technology, data);
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
CardEmulationManager.java 116 public void onHostCardEmulationData(int technology, byte[] data) {

Completed in 388 milliseconds