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.java460 sb.append("mConnectionEvent.roamType=" + mRouterFingerPrintProto.roamType); in toString()
580 switch(mConnectionEvent.roamType) { in toString()
1003 public void startConnectionEvent(WifiConfiguration config, String targetBSSID, int roamType) { in startConnectionEvent() argument
1034 mCurrentConnectionEvent.mConnectionEvent.roamType = roamType; in startConnectionEvent()
1066 public void setConnectionEventRoamType(int roamType) { in setConnectionEventRoamType() argument
1069 mCurrentConnectionEvent.mConnectionEvent.roamType = roamType; in setConnectionEventRoamType()
DClientModeImpl.java3117 WifiConfiguration config, String targetBSSID, int roamType) { in reportConnectionAttemptStart() argument
3118 mWifiMetrics.startConnectionEvent(config, targetBSSID, roamType); in reportConnectionAttemptStart()