Searched refs:writeSoftApStoppedEvent (Results 1 – 3 of 3) sorted by relevance
1170 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 SoftApManager2320 mWifiMetrics.writeSoftApStoppedEvent( in writeSoftApStoppedEvent()
9617 public void writeSoftApStoppedEvent(@SoftApManager.StopEvent int stopEvent,
1191 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()