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

  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverServer.java 212 HandoverDataParser.IncomingHandoverData handoverData
214 if (handoverData == null) {
221 byte[] buffer = handoverData.handoverSelect.toByteArray();
231 if (!beamManager.startBeamReceive(mContext, handoverData.handoverData)) {
HandoverDataParser.java 81 public final BluetoothHandoverData handoverData;
84 BluetoothHandoverData handoverData) {
86 this.handoverData = handoverData;

Completed in 74 milliseconds