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

  /packages/apps/Nfc/src/com/android/nfc/beam/
BeamTransferRecord.java 31 public int dataLinkType;
44 this.dataLinkType = DATA_LINK_TYPE_BLUETOOTH;
90 dest.writeInt(dataLinkType);
BeamStatusReceiver.java 85 int dataLinkType = intent.getIntExtra(EXTRA_HANDOVER_DATA_LINK_TYPE,
95 handleTransferEvent(intent, dataLinkType);

Completed in 66 milliseconds