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

  /frameworks/base/core/java/android/net/
NetworkAgent.java 108 * arg1 = either {@code VALID_NETWORK} or {@code INVALID_NETWORK}
115 public static final int VALID_NETWORK = 1;
280 (msg.arg1 == VALID_NETWORK ? "VALID, " : "INVALID, ") + redirectUrl);
415 * {@code VALID_NETWORK} if the system is happy with the connection,
423 * @param status one of {@code VALID_NETWORK} or {@code INVALID_NETWORK}.
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiStateMachineTest.java     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiStateMachine.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java     [all...]

Completed in 170 milliseconds