Searched refs:nppClient (Results 1 – 1 of 1) sorted by relevance
758 NdefPushClient nppClient = null; in doInBackground() local804 nppClient = new NdefPushClient(); in doInBackground()806 nppClient.connect(); in doInBackground()809 nppClient = null; in doInBackground()823 if (nppClient != null) { in doInBackground()824 nppClient.close(); in doInBackground()836 mNdefPushClient = nppClient; in doInBackground()844 NdefPushClient nppClient; field in P2pLinkManager.SendTask911 nppClient = mNdefPushClient; in doInBackground()960 if (!result && m != null && nppClient != null) { in doInBackground()[all …]