HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_PASSPOINT_DEAUTH_IMMINENT (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
PasspointManager.java 19 import static android.net.wifi.WifiManager.ACTION_PASSPOINT_DEAUTH_IMMINENT;
150 intent = new Intent(ACTION_PASSPOINT_DEAUTH_IMMINENT);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
PasspointManagerTest.java 19 import static android.net.wifi.WifiManager.ACTION_PASSPOINT_DEAUTH_IMMINENT;
379 * Validate the broadcast intent {@link WifiManager#ACTION_PASSPOINT_DEAUTH_IMMINENT} when
395 assertEquals(ACTION_PASSPOINT_DEAUTH_IMMINENT, intent.getValue().getAction());
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java 262 public static final String ACTION_PASSPOINT_DEAUTH_IMMINENT =
    [all...]

Completed in 223 milliseconds