Home
last modified time | relevance | path

Searched refs:tryNfcWifiSetup (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
DNfcWifiProtectedSetup.java63 public static boolean tryNfcWifiSetup(Ndef ndef, Context context) { in tryNfcWifiSetup() method in NfcWifiProtectedSetup
DNfcDispatcher.java327 if (NfcWifiProtectedSetup.tryNfcWifiSetup(ndef, mContext)) { in dispatchTag()