Searched refs:nppClient (Results 1 – 1 of 1) sorted by relevance
671 NdefPushClient nppClient = null; in doInBackground() local704 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.SendTask805 nppClient = mNdefPushClient; in doInBackground()854 if (!result && m != null && nppClient != null) { in doInBackground()[all …]