Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DNetworkConnectionEventInfo.java25 public class NetworkConnectionEventInfo { class
34 public NetworkConnectionEventInfo(int networkId, WifiSsid wifiSsid, String bssid, in NetworkConnectionEventInfo() method in NetworkConnectionEventInfo
DWifiLastResortWatchdog.java202 NetworkConnectionEventInfo connectionInfo = (NetworkConnectionEventInfo) msg.obj; in processMessage()
DWifiMonitor.java605 new NetworkConnectionEventInfo(networkId, ssid, bssid, filsHlpSent, keyMgmtMask)); in broadcastNetworkConnectionEvent()
DClientModeImpl.java2210 NetworkConnectionEventInfo connectionInfo = (NetworkConnectionEventInfo) msg.obj; in getLogRecString()
3286 WifiConfiguration config, NetworkConnectionEventInfo connectionInfo) { in handleNetworkConnectionEventInfo()
5732 NetworkConnectionEventInfo connectionInfo = in processMessageImpl()
5733 (NetworkConnectionEventInfo) message.obj; in processMessageImpl()
6389 NetworkConnectionEventInfo connectionInfo = in processMessageImpl()
6390 (NetworkConnectionEventInfo) message.obj; in processMessageImpl()
6629 NetworkConnectionEventInfo connectionInfo = in processMessageImpl()
6630 (NetworkConnectionEventInfo) message.obj; in processMessageImpl()
7239 NetworkConnectionEventInfo connectionInfo = in processMessageImpl()
7240 (NetworkConnectionEventInfo) message.obj; in processMessageImpl()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiMonitorTest.java471 NetworkConnectionEventInfo info = (NetworkConnectionEventInfo) messageCaptor.getValue().obj; in testBroadcastNetworkConnectionEvent()
497 NetworkConnectionEventInfo info = (NetworkConnectionEventInfo) messageCaptor.getValue().obj; in testBroadcastNetworkConnectionEventWithAkm()
672 NetworkConnectionEventInfo info = (NetworkConnectionEventInfo) messageCaptor.getValue().obj; in testBroadcastFilsNetworkConnectionEvent()
DClientModeImplTest.java1243 new NetworkConnectionEventInfo(0, wifiSsid, TEST_BSSID_STR, false, null)); in connect()
1390 new NetworkConnectionEventInfo(0, wifiSsid, TEST_BSSID_STR, false, null)); in connectWithIpProvisionTimeout()
1572 new NetworkConnectionEventInfo(0, wifiSsid, TEST_BSSID_STR, false, null)); in setupEapSimConnection()
1656 new NetworkConnectionEventInfo( in roamRaceWithConnect()
1667 new NetworkConnectionEventInfo( in roamRaceWithConnect()
1819 new NetworkConnectionEventInfo(0, wifiSsid, TEST_BSSID_STR, false, null)); in testSetAnonymousIdentityWhenConnectionIsEstablishedNoPseudonym()
1874 new NetworkConnectionEventInfo(0, wifiSsid, TEST_BSSID_STR, false, null)); in testSetAnonymousIdentityWhenConnectionIsEstablishedWithPseudonym()
1933 new NetworkConnectionEventInfo(0, wifiSsid, TEST_BSSID_STR, false, null)); in testSetAnonymousIdentityWhenConnectionIsEstablishedWithNonDecoratedPseudonym()
1989 new NetworkConnectionEventInfo(0, wifiSsid, TEST_BSSID_STR, false, null)); in testSetAnonymousIdentityWhenConnectionIsEstablishedWithPseudonymForSuggestion()
2045 new NetworkConnectionEventInfo(0, wifiSsid, TEST_BSSID_STR, false, null)); in testUpdatePseudonymAsInBandPseudonymWhenConnectionIsEstablished()
[all …]
DWifiLastResortWatchdogTest.java2240 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()
2263 new NetworkConnectionEventInfo(TEST_NETWORK_ID, TEST_WIFI_SSID, null, false, in testAbnormalConnectionTimeTriggersBugreport()
2285 new NetworkConnectionEventInfo(TEST_NETWORK_ID_2, TEST_WIFI_SSID, null, false, in testAbnormalConnectionTime_perNetwork()
2293 new NetworkConnectionEventInfo(TEST_NETWORK_ID, TEST_WIFI_SSID, null, false, in testAbnormalConnectionTime_perNetwork()
2317 new NetworkConnectionEventInfo(TEST_NETWORK_ID, TEST_WIFI_SSID, null, false, in testGServicesSetDuration()
2341 new NetworkConnectionEventInfo(TEST_NETWORK_ID, TEST_WIFI_SSID, null, false, in testGServicesFlagDisable()
/packages/modules/Wifi/service/tests/wifitests/
DAndroid.bp299 "com.android.server.wifi.NetworkConnectionEventInfo",
300 "com.android.server.wifi.NetworkConnectionEventInfo$*",
301 "com.android.server.wifi.NetworkConnectionEventInfo.**",