Searched refs:roamType (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiMetricsTest.java | 2105 assertEquals(WifiMetricsProto.ConnectionEvent.ROAM_USER_SELECTED, connectionEvent.roamType); in testStart2ConnectionEventsOnDifferentIfaces_endOneAndDump_endOtherAndDump() 2123 assertEquals(WifiMetricsProto.ConnectionEvent.ROAM_DBDC, connectionEvent.roamType); in testStart2ConnectionEventsOnDifferentIfaces_endOneAndDump_endOtherAndDump() 2168 assertEquals(WifiMetricsProto.ConnectionEvent.ROAM_DBDC, connectionEvent.roamType); in testStart2ConnectionEventsOnDifferentIfaces_end2AndDump() 2177 assertEquals(WifiMetricsProto.ConnectionEvent.ROAM_USER_SELECTED, connectionEvent.roamType); in testStart2ConnectionEventsOnDifferentIfaces_end2AndDump() 2219 assertEquals(WifiMetricsProto.ConnectionEvent.ROAM_DBDC, connectionEvent.roamType); in testStartAndEnd2ConnectionEventsOnDifferentIfacesAndDump() 2228 assertEquals(WifiMetricsProto.ConnectionEvent.ROAM_USER_SELECTED, connectionEvent.roamType); in testStartAndEnd2ConnectionEventsOnDifferentIfacesAndDump()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiMetrics.java | 719 sb.append("mConnectionEvent.roamType=" + mRouterFingerPrintProto.roamType); in toString() 1217 switch(mConnectionEvent.roamType) { in toString() 1928 String ifaceName, WifiConfiguration config, String targetBSSID, int roamType, in startConnectionEvent() argument 1970 currentConnectionEvent.mConnectionEvent.roamType = roamType; in startConnectionEvent()
|
D | ClientModeImpl.java | 3759 WifiConfiguration config, String targetBSSID, int roamType, int uid) { in reportConnectionAttemptStart() argument 3767 mInterfaceName, config, targetBSSID, roamType, isOobPseudonymEnabled, in reportConnectionAttemptStart()
|