Searched refs:setDebugParams (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStaIfaceHal.java1608 return setDebugParams(logLevel, false, false);
1612 private boolean setDebugParams(int level, boolean showTimestamp, boolean showKeys) { method in class:SupplicantStaIfaceHal
1614 final String methodStr = "setDebugParams";
1618 mISupplicant.setDebugParams(level, showTimestamp, showKeys);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaIfaceHalTest.java1229 when(mISupplicantMock.setDebugParams(anyInt(), anyBoolean(), anyBoolean()))
1240 .setDebugParams(eq(ISupplicant.DebugLevel.DEBUG), eq(false), eq(false));

Completed in 55 milliseconds