Lines Matching refs:handoverClient
756 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()
859 response = handoverClient.sendHandoverRequest(request); in doHandover()
910 handoverClient = mHandoverClient; in doInBackground()