Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DProperties.h54 enum DebugLevel { enum
295 static DebugLevel debugLevel;
DProperties.cpp53 DebugLevel Properties::debugLevel = kDebugDisabled;
144 debugLevel = (DebugLevel) property_get_int(PROPERTY_DEBUG, kDebugDisabled); in load()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHal.java1606 ? ISupplicant.DebugLevel.DEBUG in setLogLevel()
1607 : ISupplicant.DebugLevel.INFO; in setLogLevel()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalTest.java1240 .setDebugParams(eq(ISupplicant.DebugLevel.DEBUG), eq(false), eq(false)); in testSetLogLevel()