Searched refs:ACTION_PASSPOINT_DEAUTH_IMMINENT (Results 1 – 3 of 3) sorted by relevance
19 import static android.net.wifi.WifiManager.ACTION_PASSPOINT_DEAUTH_IMMINENT;150 intent = new Intent(ACTION_PASSPOINT_DEAUTH_IMMINENT); in onWnmFrameReceived()
19 import static android.net.wifi.WifiManager.ACTION_PASSPOINT_DEAUTH_IMMINENT;395 assertEquals(ACTION_PASSPOINT_DEAUTH_IMMINENT, intent.getValue().getAction()); in onDeauthImminentReceived()
262 public static final String ACTION_PASSPOINT_DEAUTH_IMMINENT = field in WifiManager