Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java542 sb.append("mConnectionEvent.roamType=" + mRouterFingerPrintProto.roamType); in toString()
915 switch(mConnectionEvent.roamType) { in toString()
1401 WifiConfiguration config, String targetBSSID, int roamType) { in startConnectionEvent() argument
1434 mCurrentConnectionEvent.mConnectionEvent.roamType = roamType; in startConnectionEvent()
1520 public void setConnectionEventRoamType(int roamType) { in setConnectionEventRoamType() argument
1523 mCurrentConnectionEvent.mConnectionEvent.roamType = roamType; in setConnectionEventRoamType()
DClientModeImpl.java2910 WifiConfiguration config, String targetBSSID, int roamType) { in reportConnectionAttemptStart() argument
2912 mWifiMetrics.startConnectionEvent(config, targetBSSID, roamType); in reportConnectionAttemptStart()