Searched refs:setDebugParams (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | HostapdHalTest.java | 767 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()
|
D | SupplicantStaIfaceHalTest.java | 1410 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/ |
D | SupplicantStaIfaceHal.java | 2457 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()
|
D | HostapdHal.java | 1054 iHostapdV1_2.setDebugParams(mVerboseLoggingEnabled in setLogLevel()
|