Lines Matching refs:LOG_TAG

31     private static final String LOG_TAG = "LogTest";
49 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
50 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.DEBUG));
51 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.INFO));
52 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.WARN));
53 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.ERROR));
54 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.ASSERT));
60 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.VERBOSE));
61 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.DEBUG));
62 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.INFO));
63 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.WARN));
64 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.ERROR));
65 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.ASSERT));
71 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
72 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.DEBUG));
73 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.INFO));
74 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.WARN));
75 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.ERROR));
76 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.ASSERT));
82 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
83 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.DEBUG));
84 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.INFO));
85 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.WARN));
86 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.ERROR));
87 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.ASSERT));
93 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
94 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.DEBUG));
95 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.INFO));
96 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.WARN));
97 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.ERROR));
98 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.ASSERT));
104 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
105 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.DEBUG));
106 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.INFO));
107 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.WARN));
108 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.ERROR));
109 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.ASSERT));
115 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
116 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.DEBUG));
117 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.INFO));
118 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.WARN));
119 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.ERROR));
120 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.ASSERT));
126 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
127 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.DEBUG));
128 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.INFO));
129 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.WARN));
130 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.ERROR));
131 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.ASSERT));
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);