Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DProperties.h55 enum DebugLevel { enum
227 static DebugLevel debugLevel;
DProperties.cpp40 DebugLevel Properties::debugLevel = kDebugDisabled;
133 debugLevel = (DebugLevel)property_get_int(PROPERTY_DEBUG, kDebugDisabled); in load()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHal.java2077 ? ISupplicant.DebugLevel.DEBUG in setLogLevel()
2078 : ISupplicant.DebugLevel.INFO; in setLogLevel()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalTest.java1450 .setDebugParams(eq(ISupplicant.DebugLevel.DEBUG), eq(false), eq(false)); in testSetLogLevel()