Home
last modified time | relevance | path

Searched refs:Debug (Results 1 – 5 of 5) sorted by relevance

/developers/samples/android/ui/text/TextStyling-Kotlin/
DREADME.md32 assembleDebug - Assembles all Debug builds.
33 installDebug - Installs the Debug build.
34 connectedAndroidTest - Installs and runs the tests for Debug build on connected
/developers/samples/android/ui/text/RoundedBackground-Kotlin/
DREADME.md53 assembleDebug - Assembles all Debug builds.
54 installDebug - Installs the Debug build.
55 connectedAndroidTest - Installs and runs the tests for Debug build on connected
/developers/samples/android/ui/text/TextStyling-Java/
DREADME.md32 assembleDebug - Assembles all Debug builds.
33 installDebug - Installs the Debug build.
34 connectedAndroidTest - Installs and runs the tests for Debug build on connected
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/util/
DUtil.java255 return sLoggingLevel.ordinal() >= LogLevel.Debug.ordinal(); in logDebugEnabled()
299 public enum LogLevel {Off, Debug, Verbose} enumConstant
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/settings/
DSettingsActivity.java132 case Debug: in onCreate()
145 mPreferences.setLoggingLevel(Util.LogLevel.Debug); in onCreate()