Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DNetworkConnectionEventInfo.java23 public class NetworkConnectionEventInfo { class
31 public NetworkConnectionEventInfo(int networkId, WifiSsid wifiSsid, String bssid, in NetworkConnectionEventInfo() method in NetworkConnectionEventInfo
H A DWifiLastResortWatchdog.java202 NetworkConnectionEventInfo connectionInfo = (NetworkConnectionEventInfo) msg.obj; in processMessage()
H A DWifiMonitor.java545 new NetworkConnectionEventInfo(networkId, ssid, bssid, filsHlpSent)); in broadcastNetworkConnectionEvent()
H A DClientModeImpl.java1726 NetworkConnectionEventInfo connectionInfo = (NetworkConnectionEventInfo) msg.obj;
4324 NetworkConnectionEventInfo connectionInfo =
4325 (NetworkConnectionEventInfo) message.obj;
4766 NetworkConnectionEventInfo connectionInfo =
4767 (NetworkConnectionEventInfo) message.obj;
5013 NetworkConnectionEventInfo connectionInfo =
5014 (NetworkConnectionEventInfo) message.obj;
5431 NetworkConnectionEventInfo connectionInfo =
5432 (NetworkConnectionEventInfo) message.obj;
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiMonitorTest.java453 NetworkConnectionEventInfo info = (NetworkConnectionEventInfo) messageCaptor.getValue().obj; in testBroadcastNetworkConnectionEvent()
626 NetworkConnectionEventInfo info = (NetworkConnectionEventInfo) messageCaptor.getValue().obj; in testBroadcastFilsNetworkConnectionEvent()
H A DClientModeImplTest.java954 new NetworkConnectionEventInfo(0, wifiSsid, TEST_BSSID_STR, false)); in connect()
1071 new NetworkConnectionEventInfo(0, wifiSsid, TEST_BSSID_STR, false)); in setupEapSimConnection()
1097 new NetworkConnectionEventInfo( in roamRaceWithConnect()
1108 new NetworkConnectionEventInfo( in roamRaceWithConnect()
1220 new NetworkConnectionEventInfo(0, wifiSsid, TEST_BSSID_STR, false)); in testSetAnonymousIdentityWhenConnectionIsEstablishedNoPseudonym()
1274 new NetworkConnectionEventInfo(0, wifiSsid, TEST_BSSID_STR, false)); in testSetAnonymousIdentityWhenConnectionIsEstablishedWithPseudonym()
1330 new NetworkConnectionEventInfo(0, wifiSsid, TEST_BSSID_STR, false)); in testSetAnonymousIdentityWhenConnectionIsEstablishedWithNonDecoratedPseudonym()
1383 new NetworkConnectionEventInfo(0, wifiSsid, TEST_BSSID_STR, false)); in testSetAnonymousIdentityWhenConnectionIsEstablishedWithPseudonymForSuggestion()
1441 new NetworkConnectionEventInfo(0, wifiSsid, TEST_BSSID_STR, false)); in testSetAnonymousIdentityWhenConnectionIsEstablishedWithPseudonymForPasspoint()
2747 new NetworkConnectionEventInfo(0, TEST_WIFI_SSID, null, false)); in testExtraFailureReason_ApIsBusy()
[all …]
H A DWifiLastResortWatchdogTest.java2241 new NetworkConnectionEventInfo(TEST_NETWORK_ID, TEST_WIFI_SSID, null, false))); in testAbnormalConnectionTimeTriggersBugreport()
2252 new NetworkConnectionEventInfo(TEST_NETWORK_ID, TEST_WIFI_SSID, null, false))); in testAbnormalConnectionTimeTriggersBugreport()
2262 new NetworkConnectionEventInfo(TEST_NETWORK_ID, TEST_WIFI_SSID, null, false))); in testAbnormalConnectionTimeTriggersBugreport()
2283 new NetworkConnectionEventInfo(TEST_NETWORK_ID_2, TEST_WIFI_SSID, null, false))); in testAbnormalConnectionTime_perNetwork()
2290 new NetworkConnectionEventInfo(TEST_NETWORK_ID, TEST_WIFI_SSID, null, false))); in testAbnormalConnectionTime_perNetwork()
2313 new NetworkConnectionEventInfo(TEST_NETWORK_ID, TEST_WIFI_SSID, null, false))); in testGServicesSetDuration()
2336 new NetworkConnectionEventInfo(TEST_NETWORK_ID, TEST_WIFI_SSID, null, false))); in testGServicesFlagDisable()