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.java758 NdefPushClient nppClient = null; in doInBackground() local
804 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.SendTask
911 nppClient = mNdefPushClient; in doInBackground()
960 if (!result && m != null && nppClient != null) { in doInBackground()
[all …]