Home
last modified time | relevance | path

Searched refs:currentAssociationId (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiQualifiedNetworkSelector.java858 String currentAssociationId = mCurrentConnectedNetwork == null ? "Disconnected" : in selectQualifiedNetwork() local
870 localLog(currentAssociationId + " is already the best choice!"); in selectQualifiedNetwork()
874 localLog("Roaming from " + currentAssociationId + " to " + targetAssociationId); in selectQualifiedNetwork()
876 localLog("reconnect from " + currentAssociationId + " to " + targetAssociationId); in selectQualifiedNetwork()
DWifiConnectivityManager.java592 String currentAssociationId = (currentConnectedNetwork == null) ? "Disconnected" : in connectToNetwork() local
598 localLog("connectToNetwork: Roaming from " + currentAssociationId + " to " in connectToNetwork()
602 localLog("connectToNetwork: Reconnect from " + currentAssociationId + " to " in connectToNetwork()