Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DP2pLinkManager.java671 NdefPushClient nppClient = null; in doInBackground() local
704 nppClient = new NdefPushClient(); in doInBackground()
706 nppClient.connect(); in doInBackground()
709 nppClient = null; in doInBackground()
723 if (nppClient != null) { in doInBackground()
724 nppClient.close(); in doInBackground()
733 mNdefPushClient = nppClient; in doInBackground()
741 NdefPushClient nppClient; field in P2pLinkManager.SendTask
805 nppClient = mNdefPushClient; in doInBackground()
854 if (!result && m != null && nppClient != null) { in doInBackground()
[all …]