Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApManager.java1170 writeSoftApStoppedEvent(STOP_EVENT_STOPPED); in processMessageImpl()
2019 writeSoftApStoppedEvent(STOP_EVENT_NO_USAGE_TIMEOUT); in processMessageImpl()
2052 writeSoftApStoppedEvent(STOP_EVENT_INTERFACE_DESTROYED); in processMessageImpl()
2081 writeSoftApStoppedEvent(STOP_EVENT_HOSTAPD_FAILURE); in processMessageImpl()
2090 writeSoftApStoppedEvent(STOP_EVENT_INTERFACE_DOWN); in processMessageImpl()
2306 private void writeSoftApStoppedEvent(@StopEvent int stopEvent) { in writeSoftApStoppedEvent() method in SoftApManager
2320 mWifiMetrics.writeSoftApStoppedEvent( in writeSoftApStoppedEvent()
DWifiMetrics.java9617 public void writeSoftApStoppedEvent(@SoftApManager.StopEvent int stopEvent,
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java1191 verify(mWifiMetrics).writeSoftApStoppedEvent(eq(SoftApManager.STOP_EVENT_INTERFACE_DOWN), in testInterfaceOnDownHandled()
1257 verify(mWifiMetrics).writeSoftApStoppedEvent(eq(SoftApManager.STOP_EVENT_HOSTAPD_FAILURE), in testHostapdOnFailureHandled()
2075 verify(mWifiMetrics).writeSoftApStoppedEvent(eq(SoftApManager.STOP_EVENT_NO_USAGE_TIMEOUT), in stopsSoftApOnTimeoutMessage()