Home | History | Annotate | Download | only in util

Lines Matching refs:VERBOSE

49         Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
56 // Set the log level to be VERBOSE for this tag.
57 SystemProperties.set(PROPERTY_TAG, "VERBOSE");
59 // Test to make sure all log levels >= VERBOSE are loggable.
60 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.VERBOSE));
71 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
82 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
93 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
104 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
115 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
126 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
140 SystemProperties.set(LOG_TAG, "VERBOSE");
155 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE);
156 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE);
157 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE);
158 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE);
159 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE);
160 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE);
161 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE);
162 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE);
163 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE);
164 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE);