Searched refs:setDebugParams (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | SupplicantStaIfaceHal.java | 2287 return setDebugParams(logLevel, false, false); in setLogLevel() 2292 private boolean setDebugParams(int level, boolean showTimestamp, boolean showKeys) { in setDebugParams() method in SupplicantStaIfaceHal 2298 mISupplicant.setDebugParams(level, showTimestamp, showKeys); in setDebugParams()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | SupplicantStaIfaceHalTest.java | 1575 when(mISupplicantMock.setDebugParams(anyInt(), anyBoolean(), anyBoolean())) in testSetLogLevel() 1586 .setDebugParams(eq(ISupplicant.DebugLevel.DEBUG), eq(false), eq(false)); in testSetLogLevel()
|