Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiDiagnostics.java667 String log = mWifiNative.readKernelLog(); in getKernelLog()
DWifiNative.java3276 public synchronized String readKernelLog() { in readKernelLog() method in WifiNative
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiDiagnosticsTest.java111 when(mWifiNative.readKernelLog()).thenReturn(""); in setUp()