Searched refs:handoverClient (Results 1 – 1 of 1) sorted by relevance
755 HandoverClient handoverClient = null; in doInBackground() local771 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.SendTask857 if (handoverClient != null) { in doHandover()[all …]