Home
last modified time | relevance | path

Searched refs:getEnableAutoJoinWhenAssociated (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiQualifiedNetworkSelectorTest.java180 when(wifiConfigManager.getEnableAutoJoinWhenAssociated()).thenReturn(true); in getWifiConfigManager()
1148 when(mWifiConfigManager.getEnableAutoJoinWhenAssociated()).thenReturn(true); in noNewQNSCurrentNetworkQualified()
1193 when(mWifiConfigManager.getEnableAutoJoinWhenAssociated()).thenReturn(true); in noNewQNSLinkBouncing()
1233 when(mWifiConfigManager.getEnableAutoJoinWhenAssociated()).thenReturn(true); in currentNetworkNotQualifiedDueToBandMismatch()
1277 when(mWifiConfigManager.getEnableAutoJoinWhenAssociated()).thenReturn(true); in currentNetworkNotQualifiedDueToOpenNetwork()
1326 when(mWifiConfigManager.getEnableAutoJoinWhenAssociated()).thenReturn(true); in currentNetworkNotQualifiedDueToEphemeral()
1370 when(mWifiConfigManager.getEnableAutoJoinWhenAssociated()).thenReturn(true); in currentNetworkNotQualifiedDueToLow5GRssi()
1417 when(mWifiConfigManager.getEnableAutoJoinWhenAssociated()).thenReturn(true); in currentNetworkNotQualifiedDueToLow2GRssi()
1463 when(mWifiConfigManager.getEnableAutoJoinWhenAssociated()).thenReturn(true); in currentNetworkStayDueToSameNetworkBonus()
1509 when(mWifiConfigManager.getEnableAutoJoinWhenAssociated()).thenReturn(true); in switchNetworkStayDueToCurrentNetworkRssiLow()
[all …]
/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl161 boolean getEnableAutoJoinWhenAssociated(); in getEnableAutoJoinWhenAssociated() method
DWifiManager.java2715 public boolean getEnableAutoJoinWhenAssociated() {
2717 return mService.getEnableAutoJoinWhenAssociated();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiQualifiedNetworkSelector.java292 if (!mWifiConfigManager.getEnableAutoJoinWhenAssociated()) { in needQualifiedNetworkSelection()
DWifiServiceImpl.java1934 public boolean getEnableAutoJoinWhenAssociated() { in getEnableAutoJoinWhenAssociated() method in WifiServiceImpl
1936 return mWifiStateMachine.getEnableAutoJoinWhenAssociated(); in getEnableAutoJoinWhenAssociated()
DWifiStateMachine.java1377 public boolean getEnableAutoJoinWhenAssociated() { in getEnableAutoJoinWhenAssociated() method in WifiStateMachine
1378 return mWifiConfigManager.getEnableAutoJoinWhenAssociated(); in getEnableAutoJoinWhenAssociated()
2391 sb.append(mWifiConfigManager.getEnableAutoJoinWhenAssociated()); in getLogRecString()
4844 boolean old_state = mWifiConfigManager.getEnableAutoJoinWhenAssociated(); in processMessage()
DWifiConfigManager.java3285 public boolean getEnableAutoJoinWhenAssociated() {