Searched refs:enableAutoJoinWhenAssociated (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java313 public boolean enableAutoJoinWhenAssociated = true; field in class:WifiConfigStore
547 enableAutoJoinWhenAssociated = mContext.getResources().getBoolean(
2193 enableAutoJoinWhenAssociated = Integer.parseInt(st) != 0;
2194 Log.d(TAG,"readAutoJoinConfig: enabled = " + enableAutoJoinWhenAssociated);
H A DWifiStateMachine.java3458 && !mWifiConfigStore.enableAutoJoinWhenAssociated)
3489 if (mWifiConfigStore.enableAutoJoinWhenAssociated) {
3593 if (!mWifiConfigStore.enableAutoJoinWhenAssociated

Completed in 143 milliseconds