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.java476 sb.append("mConnectionEvent.roamType=" + mRouterFingerPrintProto.roamType); in toString()
650 switch(mConnectionEvent.roamType) { in toString()
1055 public void startConnectionEvent(WifiConfiguration config, String targetBSSID, int roamType) { in startConnectionEvent() argument
1086 mCurrentConnectionEvent.mConnectionEvent.roamType = roamType; in startConnectionEvent()
1118 public void setConnectionEventRoamType(int roamType) { in setConnectionEventRoamType() argument
1121 mCurrentConnectionEvent.mConnectionEvent.roamType = roamType; in setConnectionEventRoamType()
DClientModeImpl.java3131 WifiConfiguration config, String targetBSSID, int roamType) { in reportConnectionAttemptStart() argument
3132 mWifiMetrics.startConnectionEvent(config, targetBSSID, roamType); in reportConnectionAttemptStart()