HomeSort by relevance Sort by last modified time
    Searched refs:getLocalLog (Results 1 - 6 of 6) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiLogger.java 237 mWifiNative.getLocalLog().dump(fd, pw, args);
WifiMonitor.java 597 new MonitorThread(mWifiNative.getLocalLog()).start();
    [all...]
WifiConfigManager.java 344 mLocalLog = wifiNative.getLocalLog();
    [all...]
WifiNative.java 108 public @NonNull LocalLog getLocalLog() {
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiLoggerTest.java 93 when(mWifiNative.getLocalLog()).thenReturn(mWifiNativeLocalLog);
WifiQualifiedNetworkSelectorTest.java 74 mLocalLog = getLocalLog();
148 LocalLog getLocalLog() {
    [all...]

Completed in 2668 milliseconds