Home
last modified time | relevance | path

Searched refs:setDebugParams (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DHostapdHalTest.java767 when(mIHostapdMockV12.setDebugParams(anyInt())) in executeAndValidateInitializationSequenceV1_2()
902 when(mIHostapdMockV12.setDebugParams(anyInt())) in testSetLogLevel()
907 .setDebugParams(eq(DebugLevel.DEBUG)); in testSetLogLevel()
911 .setDebugParams(eq(DebugLevel.INFO)); in testSetLogLevel()
DSupplicantStaIfaceHalTest.java1410 when(mISupplicantMock.setDebugParams(anyInt(), anyBoolean(), anyBoolean())) in testSetLogLevel()
1421 .setDebugParams(eq(ISupplicant.DebugLevel.DEBUG), eq(false), eq(false)); in testSetLogLevel()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHal.java2457 return setDebugParams(logLevel, false, false); in setLogLevel()
2462 private boolean setDebugParams(int level, boolean showTimestamp, boolean showKeys) { in setDebugParams() method in SupplicantStaIfaceHal
2468 mISupplicant.setDebugParams(level, showTimestamp, showKeys); in setDebugParams()
DHostapdHal.java1054 iHostapdV1_2.setDebugParams(mVerboseLoggingEnabled in setLogLevel()