Searched defs:NETWORK_STATUS_UNWANTED_DISABLE_AUTOJOIN (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java759 private static final int NETWORK_STATUS_UNWANTED_DISABLE_AUTOJOIN = 2; field in class:WifiStateMachine
6403 unwantedNetwork(NETWORK_STATUS_UNWANTED_DISABLE_AUTOJOIN);
7126 } else if (message.arg1 == NETWORK_STATUS_UNWANTED_DISABLE_AUTOJOIN ||
7128 Log.d(TAG, (message.arg1 == NETWORK_STATUS_UNWANTED_DISABLE_AUTOJOIN
7129 ? "NETWORK_STATUS_UNWANTED_DISABLE_AUTOJOIN"
7134 if (message.arg1 == NETWORK_STATUS_UNWANTED_DISABLE_AUTOJOIN) {

Completed in 101 milliseconds