Lines Matching refs:nppClient
671 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()
855 result = nppClient.push(m); in doInBackground()