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.java757 NdefPushClient nppClient = null; in doInBackground() local
803 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.SendTask
910 nppClient = mNdefPushClient; in doInBackground()
959 if (!result && m != null && nppClient != null) { in doInBackground()
[all …]