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

/frameworks/base/libs/hwui/
H A DProperties.h48 * by the DebugLevel enum below.
55 enum DebugLevel { enum in namespace:android::uirenderer
227 static DebugLevel debugLevel;
H A DProperties.cpp40 DebugLevel Properties::debugLevel = kDebugDisabled;
133 debugLevel = (DebugLevel)property_get_int(PROPERTY_DEBUG, kDebugDisabled);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStaIfaceHal.java2077 ? ISupplicant.DebugLevel.DEBUG
2078 : ISupplicant.DebugLevel.INFO;
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaIfaceHalTest.java1450 .setDebugParams(eq(ISupplicant.DebugLevel.DEBUG), eq(false), eq(false));

Completed in 109 milliseconds