Searched refs:isLoggable (Results 1 - 25 of 165) sorted by relevance

1234567

/frameworks/base/core/tests/coretests/src/android/util/
H A DLogTest.java49 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_TA
[all...]
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/debug/
H A DLog.java22 * Additionally, the prefix itself is checked in isLoggable and
59 if (isLoggable(tag, android.util.Log.DEBUG)) {
65 if (isLoggable(tag, android.util.Log.DEBUG)) {
71 if (isLoggable(tag, android.util.Log.ERROR)) {
77 if (isLoggable(tag, android.util.Log.ERROR)) {
83 if (isLoggable(tag, android.util.Log.INFO)) {
89 if (isLoggable(tag, android.util.Log.INFO)) {
95 if (isLoggable(tag, android.util.Log.VERBOSE)) {
101 if (isLoggable(tag, android.util.Log.VERBOSE)) {
107 if (isLoggable(ta
118 private static boolean isLoggable(Tag tag, int level) { method in class:Log
[all...]
/frameworks/base/core/java/android/accounts/
H A DAccountAuthenticatorResponse.java46 if (Log.isLoggable(TAG, Log.VERBOSE)) {
59 if (Log.isLoggable(TAG, Log.VERBOSE)) {
70 if (Log.isLoggable(TAG, Log.VERBOSE)) {
H A DAbstractAccountAuthenticator.java121 if (Log.isLoggable(TAG, Log.VERBOSE)) {
131 if (Log.isLoggable(TAG, Log.VERBOSE)) {
145 if (Log.isLoggable(TAG, Log.VERBOSE)) {
152 if (Log.isLoggable(TAG, Log.VERBOSE)) {
168 if (Log.isLoggable(TAG, Log.VERBOSE)) {
176 if (Log.isLoggable(TAG, Log.VERBOSE)) {
190 if (Log.isLoggable(TAG, Log.VERBOSE)) {
199 if (Log.isLoggable(TAG, Log.VERBOSE)) {
214 if (Log.isLoggable(TAG, Log.VERBOSE)) {
223 if (Log.isLoggable(TA
[all...]
H A DChooseAccountTypeActivity.java55 if (Log.isLoggable(TAG, Log.VERBOSE)) {
119 if (Log.isLoggable(TAG, Log.VERBOSE)) {
140 if (Log.isLoggable(TAG, Log.WARN)) {
145 if (Log.isLoggable(TAG, Log.WARN)) {
H A DChooseTypeAndAccountActivity.java136 if (Log.isLoggable(TAG, Log.VERBOSE)) {
185 if (Log.isLoggable(TAG, Log.VERBOSE)) {
256 if (Log.isLoggable(TAG, Log.VERBOSE)) {
300 if (Log.isLoggable(TAG, Log.VERBOSE)) {
364 if (Log.isLoggable(TAG, Log.VERBOSE)) {
372 if (Log.isLoggable(TAG, Log.VERBOSE)) {
422 if (Log.isLoggable(TAG, Log.VERBOSE)) {
430 if (Log.isLoggable(TAG, Log.VERBOSE)) {
577 if (Log.isLoggable(TAG, Log.VERBOSE)) {
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDebug.java40 Log.isLoggable("SQLiteLog", Log.VERBOSE);
48 Log.isLoggable("SQLiteStatements", Log.VERBOSE);
57 Log.isLoggable("SQLiteTime", Log.VERBOSE);
/frameworks/base/telecomm/java/android/telecom/
H A DLog.java35 public static final boolean DEBUG = isLoggable(android.util.Log.DEBUG);
36 public static final boolean INFO = isLoggable(android.util.Log.INFO);
37 public static final boolean VERBOSE = isLoggable(android.util.Log.VERBOSE);
38 public static final boolean WARN = isLoggable(android.util.Log.WARN);
39 public static final boolean ERROR = isLoggable(android.util.Log.ERROR);
43 public static boolean isLoggable(int level) { method in class:Log
44 return FORCE_LOGGING || android.util.Log.isLoggable(TAG, level);
/frameworks/ex/common/java/com/android/common/contacts/
H A DDataUsageStatUpdater.java106 if (Log.isLoggable(TAG, Log.DEBUG)) {
156 if (Log.isLoggable(TAG, Log.DEBUG)) {
207 if (Log.isLoggable(TAG, Log.DEBUG)) {
218 if (Log.isLoggable(TAG, Log.DEBUG)) {
226 if (Log.isLoggable(TAG, Log.DEBUG)) {
241 if (Log.isLoggable(TAG, Log.DEBUG)) {
252 if (Log.isLoggable(TAG, Log.DEBUG)) {
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
H A DSysTrace.java37 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
/frameworks/base/core/java/com/android/internal/logging/
H A DAndroidHandler.java128 if (!Log.isLoggable(tag, level)) {
143 if (!Log.isLoggable(tag, priority)) {
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java207 if (Log.isLoggable(TAG, Log.VERBOSE)) {
215 if (Log.isLoggable(TAG, Log.VERBOSE)) {
310 if (Log.isLoggable(TAG, Log.VERBOSE)) {
558 boolean isLoggable = Log.isLoggable(TAG, Log.VERBOSE);
559 if (isLoggable) {
579 if (isLoggable) {
585 if (isLoggable) {
594 if (isLoggable) {
655 boolean isLoggable
[all...]
H A DSyncQueue.java71 if (Log.isLoggable(TAG, Log.VERBOSE)) {
90 if (Log.isLoggable(TAG, Log.VERBOSE)) {
174 boolean isLoggable = Log.isLoggable(TAG, Log.VERBOSE);
176 if (isLoggable) {
180 if (isLoggable) {
H A DSyncStorageEngine.java607 if (Log.isLoggable(TAG, Log.VERBOSE)) {
648 if (Log.isLoggable(TAG, Log.VERBOSE)) {
659 if (Log.isLoggable(TAG, Log.VERBOSE)) {
738 if (Log.isLoggable(TAG, Log.VERBOSE)) {
742 if (Log.isLoggable(TAG, Log.VERBOSE)) {
771 if (Log.isLoggable(TAG, Log.VERBOSE)) {
845 if (Log.isLoggable(TAG, Log.VERBOSE)) {
890 if (Log.isLoggable(TAG, Log.VERBOSE)) {
905 if (Log.isLoggable(TAG, Log.VERBOSE)) {
1072 if (Log.isLoggable(TA
[all...]
/frameworks/base/core/jni/
H A Dandroid_util_Log.cpp60 static jboolean isLoggable(const char* tag, jint level) { function in namespace:android
93 result = isLoggable(chars, level);
101 return isLoggable(tag, levels.verbose);
142 { "isLoggable", "(Ljava/lang/String;I)Z", (void*) android_util_Log_isLoggable },
/frameworks/base/services/core/java/com/android/server/
H A DNetworkScoreService.java119 if (Log.isLoggable(TAG, Log.VERBOSE)) {
138 if (Log.isLoggable(TAG, Log.VERBOSE)) {
170 if (Log.isLoggable(TAG, Log.VERBOSE)) {
174 } else if (Log.isLoggable(TAG, Log.VERBOSE)) {
258 if (Log.isLoggable(TAG, Log.VERBOSE)) {
293 if (Log.isLoggable(TAG, Log.VERBOSE)) {
/frameworks/base/telephony/java/android/telephony/
H A DRlog.java84 public static boolean isLoggable(String tag, int level) { method in class:Rlog
85 return Log.isLoggable(tag, level);
/frameworks/base/core/java/android/util/
H A DTimingLogger.java51 * The Log tag to use for checking Log.isLoggable and for
59 /** Used to track whether Log.isLoggable was enabled at reset time. */
70 * the specific tag. If the Log.isLoggable is not enabled to at
82 * the specific tag. If the Log.isLoggable is not enabled to at
98 * Log.isLoggable is not enabled to at least the Log.VERBOSE
103 mDisabled = !Log.isLoggable(mTag, Log.VERBOSE);
117 * Log.isLoggable was not enabled to at least the Log.VERBOSE for
130 * Dumps the timings to the log using Log.d(). If Log.isLoggable was
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DOneShotScheduler.java42 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DNormFilter.java33 private static boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DAverageFilter.java31 private static boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
H A DCameraTestThread.java31 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
H A DFloatArrayToSizeFilter.java33 private static boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
H A DFloatArrayToStrFilter.java34 private static boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
/frameworks/base/core/java/android/app/job/
H A DJobService.java172 if (Log.isLoggable(TAG, Log.DEBUG)) {
188 if (Log.isLoggable(TAG, Log.DEBUG)) {

Completed in 497 milliseconds

1234567