Searched defs:PROPERTY_TAG (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/util/
H A DLogTest.java30 private static final String PROPERTY_TAG = "log.tag.LogTest"; field in class:LogTest
43 SystemProperties.set(PROPERTY_TAG, null);
45 String value = SystemProperties.get(PROPERTY_TAG);
57 SystemProperties.set(PROPERTY_TAG, "VERBOSE");
68 SystemProperties.set(PROPERTY_TAG, "DEBUG");
79 SystemProperties.set(PROPERTY_TAG, "INFO");
90 SystemProperties.set(PROPERTY_TAG, "WARN");
101 SystemProperties.set(PROPERTY_TAG, "ERROR");
112 SystemProperties.set(PROPERTY_TAG, "ASSERT");
123 SystemProperties.set(PROPERTY_TAG, "SUPPRES
[all...]

Completed in 36 milliseconds