Searched refs:nppClient (Results 1 – 1 of 1) sorted by relevance
757 NdefPushClient nppClient = null; in doInBackground() local803 nppClient = new NdefPushClient(); in doInBackground()805 nppClient.connect(); in doInBackground()808 nppClient = null; in doInBackground()822 if (nppClient != null) { in doInBackground()823 nppClient.close(); in doInBackground()835 mNdefPushClient = nppClient; in doInBackground()843 NdefPushClient nppClient; field in P2pLinkManager.SendTask910 nppClient = mNdefPushClient; in doInBackground()959 if (!result && m != null && nppClient != null) { in doInBackground()[all …]