Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApManager.java154 STOP_EVENT_INTERFACE_DOWN,
166 public static final int STOP_EVENT_INTERFACE_DOWN = 2; field in SoftApManager
2090 writeSoftApStoppedEvent(STOP_EVENT_INTERFACE_DOWN); in processMessageImpl()
DWifiMetrics.java9473 case SoftApManager.STOP_EVENT_INTERFACE_DOWN:
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java1191 verify(mWifiMetrics).writeSoftApStoppedEvent(eq(SoftApManager.STOP_EVENT_INTERFACE_DOWN), in testInterfaceOnDownHandled()