Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java89 sb.append("mConnectionEvent.roamType=" + mRouterFingerPrintProto.roamType); in toString()
205 switch(mConnectionEvent.roamType) { in toString()
330 public void startConnectionEvent(WifiConfiguration config, String targetBSSID, int roamType) { in startConnectionEvent() argument
359 mCurrentConnectionEvent.mConnectionEvent.roamType = roamType; in startConnectionEvent()
372 public void setConnectionEventRoamType(int roamType) { in setConnectionEventRoamType() argument
375 mCurrentConnectionEvent.mConnectionEvent.roamType = roamType; in setConnectionEventRoamType()