Home
last modified time | relevance | path

Searched refs:handoverClient (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
DP2pLinkManager.java756 HandoverClient handoverClient = null; in doInBackground() local
772 handoverClient = new HandoverClient(); in doInBackground()
774 handoverClient.connect(); in doInBackground()
777 handoverClient = null; in doInBackground()
780 if (needsNdef || (needsHandover && handoverClient == null)) { in doInBackground()
817 if (handoverClient != null) { in doInBackground()
818 handoverClient.close(); in doInBackground()
834 mHandoverClient = handoverClient; in doInBackground()
846 HandoverClient handoverClient; field in P2pLinkManager.SendTask
858 if (handoverClient != null) { in doHandover()
[all …]