Searched refs:NfcWifiProtectedSetup (Results 1 – 5 of 5) sorted by relevance
33 public final class NfcWifiProtectedSetup { class59 private NfcWifiProtectedSetup() {} in NfcWifiProtectedSetup() method in NfcWifiProtectedSetup
36 intent.getParcelableExtra(NfcWifiProtectedSetup.EXTRA_WIFI_CONFIG); in onCreate()
586 if (NfcWifiProtectedSetup.tryNfcWifiSetup(ndef, mContext)) { in dispatchTag()
19 import static com.android.nfc.NfcWifiProtectedSetup.NFC_TOKEN_MIME_TYPE;151 boolean isSucceeded = NfcWifiProtectedSetup.tryNfcWifiSetup(ndef, mockContext); in testTryNfcWifiSetupFailed()
78 .mockStatic(NfcWifiProtectedSetup.class) in setUp()163 when(NfcWifiProtectedSetup.tryNfcWifiSetup(ndef, mockContext)).thenReturn(true); in testSetForegroundDispatchForWifiConnect()