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.java755 HandoverClient handoverClient = null; in doInBackground() local
771 handoverClient = new HandoverClient(); in doInBackground()
773 handoverClient.connect(); in doInBackground()
776 handoverClient = null; in doInBackground()
779 if (needsNdef || (needsHandover && handoverClient == null)) { in doInBackground()
816 if (handoverClient != null) { in doInBackground()
817 handoverClient.close(); in doInBackground()
833 mHandoverClient = handoverClient; in doInBackground()
845 HandoverClient handoverClient; field in P2pLinkManager.SendTask
857 if (handoverClient != null) { in doHandover()
[all …]