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

  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverClient.java 30 public final class HandoverClient {
31 private static final String TAG = "HandoverClient";
  /packages/apps/Nfc/src/com/android/nfc/
P2pLinkManager.java 28 import com.android.nfc.handover.HandoverClient;
238 HandoverClient mHandoverClient;
669 HandoverClient handoverClient = null;
685 handoverClient = new HandoverClient();
687 handoverClient.connect();
690 handoverClient = null;
694 if (needsNdef || (needsHandover && handoverClient == null)) {
717 if (handoverClient != null)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wps-nfc.py 224 client = nfc.handover.HandoverClient(llc)
p2p-nfc.py 188 client = nfc.handover.HandoverClient(llc)

Completed in 52 milliseconds