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