Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java2929 int testEventType = WifiMetricsProto.UserActionEvent.EVENT_FORGET_WIFI; in testLogUserActionEventValidNetworkId() local
2937 mWifiMetrics.logUserActionEvent(testEventType, testNetworkId); in testLogUserActionEventValidNetworkId()
2977 int testEventType = WifiMetricsProto.UserActionEvent.EVENT_FORGET_WIFI; in testLogWifiStatusInUserActionEvent() local
2978 mWifiMetrics.logUserActionEvent(testEventType, testNetworkId); in testLogWifiStatusInUserActionEvent()
3066 int testEventType = WifiMetricsProto.UserActionEvent.EVENT_FORGET_WIFI; in testLogUserActionEventInvalidNetworkId() local
3072 mWifiMetrics.logUserActionEvent(testEventType, testNetworkId); in testLogUserActionEventInvalidNetworkId()