Searched refs:roamType (Results 1 – 2 of 2) sorted by relevance
460 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() argument1034 mCurrentConnectionEvent.mConnectionEvent.roamType = roamType; in startConnectionEvent()1066 public void setConnectionEventRoamType(int roamType) { in setConnectionEventRoamType() argument1069 mCurrentConnectionEvent.mConnectionEvent.roamType = roamType; in setConnectionEventRoamType()
3117 WifiConfiguration config, String targetBSSID, int roamType) { in reportConnectionAttemptStart() argument3118 mWifiMetrics.startConnectionEvent(config, targetBSSID, roamType); in reportConnectionAttemptStart()