Searched refs:getEnableAutoJoinWhenAssociated (Results 1 – 7 of 7) sorted by relevance
180 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 …]
161 boolean getEnableAutoJoinWhenAssociated(); in getEnableAutoJoinWhenAssociated() method
2715 public boolean getEnableAutoJoinWhenAssociated() {2717 return mService.getEnableAutoJoinWhenAssociated();
292 if (!mWifiConfigManager.getEnableAutoJoinWhenAssociated()) { in needQualifiedNetworkSelection()
1934 public boolean getEnableAutoJoinWhenAssociated() { in getEnableAutoJoinWhenAssociated() method in WifiServiceImpl1936 return mWifiStateMachine.getEnableAutoJoinWhenAssociated(); in getEnableAutoJoinWhenAssociated()
1377 public boolean getEnableAutoJoinWhenAssociated() { in getEnableAutoJoinWhenAssociated() method in WifiStateMachine1378 return mWifiConfigManager.getEnableAutoJoinWhenAssociated(); in getEnableAutoJoinWhenAssociated()2391 sb.append(mWifiConfigManager.getEnableAutoJoinWhenAssociated()); in getLogRecString()4844 boolean old_state = mWifiConfigManager.getEnableAutoJoinWhenAssociated(); in processMessage()
3285 public boolean getEnableAutoJoinWhenAssociated() {