Home
last modified time | relevance | path

Searched refs:isLoggable (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/packages/apps/Camera2/src/com/android/camera/debug/
DLog.java65 if (isLoggable(tag, android.util.Log.DEBUG)) { in d()
71 if (isLoggable(tag, android.util.Log.DEBUG)) { in d()
77 if (isLoggable(tag, android.util.Log.DEBUG)) { in d()
83 if (isLoggable(tag, android.util.Log.DEBUG)) { in d()
89 if (isLoggable(tag, android.util.Log.ERROR)) { in e()
95 if (isLoggable(tag, android.util.Log.ERROR)) { in e()
101 if (isLoggable(tag, android.util.Log.DEBUG)) { in e()
107 if (isLoggable(tag, android.util.Log.ERROR)) { in e()
113 if (isLoggable(tag, android.util.Log.INFO)) { in i()
119 if (isLoggable(tag, android.util.Log.INFO)) { in i()
[all …]
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/utils/
DLogUtils.java75 return Log.isLoggable(tag, Log.DEBUG) || Log.isLoggable(TAG, Log.DEBUG); in isDebugLoggingEnabled()
140 public static boolean isLoggable(String tag, int level) { in isLoggable() method in LogUtils
144 return Log.isLoggable(tag, level) || Log.isLoggable(TAG, level); in isLoggable()
157 if (isLoggable(tag, VERBOSE)) { in v()
173 if (isLoggable(tag, VERBOSE)) { in v()
188 if (isLoggable(tag, DEBUG)) { in d()
204 if (isLoggable(tag, DEBUG)) { in d()
219 if (isLoggable(tag, INFO)) { in i()
235 if (isLoggable(tag, INFO)) { in i()
250 if (isLoggable(tag, WARN)) { in w()
[all …]
/packages/services/Car/service/src/com/android/car/trust/
DBlePeripheralManager.java176 if (Log.isLoggable(TAG, Log.DEBUG)) { in startAdvertising()
201 if (Log.isLoggable(TAG, Log.DEBUG)) { in stopAdvertising()
219 if (Log.isLoggable(TAG, Log.DEBUG)) { in notifyCharacteristicChanged()
271 if (Log.isLoggable(TAG, Log.DEBUG)) { in stopGattServer()
284 if (Log.isLoggable(TAG, Log.DEBUG)) { in openGattServer()
313 if (Log.isLoggable(TAG, Log.DEBUG)) { in startAdvertisingInternally()
335 if (Log.isLoggable(TAG, Log.DEBUG)) {
358 if (Log.isLoggable(TAG, Log.DEBUG)) {
367 if (Log.isLoggable(TAG, Log.DEBUG)) {
390 if (Log.isLoggable(TAG, Log.DEBUG)) {
[all …]
DCarBleTrustAgent.java65 if (Log.isLoggable(TAG, Log.DEBUG)) { in onCreate()
91 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDestroy()
105 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDeviceLocked()
112 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDeviceLocked()
125 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDeviceUnlocked()
139 if (Log.isLoggable(TAG, Log.DEBUG)) { in isBluetoothAvailable()
145 if (Log.isLoggable(TAG, Log.DEBUG)) { in isBluetoothAvailable()
155 if (Log.isLoggable(TAG, Log.DEBUG)) { in onEscrowTokenRemoved()
169 if (Log.isLoggable(TAG, Log.DEBUG)) { in onEscrowTokenStateReceived()
182 if (Log.isLoggable(TAG, Log.DEBUG)) { in onEscrowTokenAdded()
[all …]
DCarTrustAgentBleManager.java216 if (Log.isLoggable(TAG, Log.DEBUG)) { in onMtuSizeChanged()
226 if (Log.isLoggable(TAG, Log.DEBUG)) { in onCharacteristicWrite()
301 if (Log.isLoggable(TAG, Log.DEBUG)) { in resolveBLEVersion()
411 if (Log.isLoggable(TAG, Log.DEBUG)) { in startEnrollmentAdvertising()
426 if (Log.isLoggable(TAG, Log.DEBUG)) { in startEnrollmentAdvertising()
440 if (Log.isLoggable(TAG, Log.DEBUG)) { in attemptAdvertising()
457 if (Log.isLoggable(TAG, Log.DEBUG)) { in stopEnrollmentAdvertising()
546 if (Log.isLoggable(TAG, Log.DEBUG)) {
558 if (Log.isLoggable(TAG, Log.DEBUG)) {
572 if (Log.isLoggable(TAG, Log.DEBUG)) { in addDataReceivedListener()
[all …]
DCarTrustAgentEnrollmentService.java230 if (Log.isLoggable(TAG, Log.DEBUG)) { in startEnrollmentAdvertising()
448 if (Log.isLoggable(TAG, Log.DEBUG)) { in onEscrowTokenAdded()
473 if (Log.isLoggable(TAG, Log.DEBUG)) { in onEscrowTokenRemoved()
492 if (Log.isLoggable(TAG, Log.DEBUG)) { in onEscrowTokenRemoved()
515 if (Log.isLoggable(TAG, Log.DEBUG)) { in onEscrowTokenActiveStateChanged()
585 if (Log.isLoggable(TAG, Log.DEBUG)) { in onEscrowTokenActiveStateChanged()
639 if (Log.isLoggable(TAG, Log.DEBUG)) { in onRemoteDeviceDisconnected()
668 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDataReceived()
714 if (Log.isLoggable(TAG, Log.DEBUG)) { in notifyDeviceIdReceived()
724 if (Log.isLoggable(TAG, Log.DEBUG)) { in notifyDeviceIdReceived()
[all …]
/packages/modules/IPsec/src/java/com/android/internal/net/utils/
DLog.java61 if (isLoggable(android.util.Log.VERBOSE)) { in v()
77 if (isLoggable(android.util.Log.VERBOSE)) { in v()
92 if (isLoggable(android.util.Log.DEBUG)) { in d()
108 if (isLoggable(android.util.Log.DEBUG)) { in d()
123 if (isLoggable(android.util.Log.INFO)) { in i()
139 if (isLoggable(android.util.Log.INFO)) { in i()
154 if (isLoggable(android.util.Log.WARN)) { in w()
170 if (isLoggable(android.util.Log.WARN)) { in w()
185 if (isLoggable(android.util.Log.ERROR)) { in e()
201 if (isLoggable(android.util.Log.ERROR)) { in e()
[all …]
/packages/apps/Car/Radio/src/com/android/car/radio/util/
DLog.java36 public static boolean isLoggable(@Nullable String tag, int level) { in isLoggable() method in Log
37 return android.util.Log.isLoggable(tag, level); in isLoggable()
42 if (!isLoggable(tag, VERBOSE)) return 0; in v()
53 if (!isLoggable(tag, DEBUG)) return 0; in d()
64 if (!isLoggable(tag, INFO)) return 0; in i()
70 if (!isLoggable(tag, WARN)) return 0; in w()
76 if (!isLoggable(tag, ERROR)) return 0; in e()
82 if (!isLoggable(tag, ERROR)) return 0; in e()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DSyncManager.java150 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) {
172 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in onNewMessageInserted()
176 } else if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in onNewMessageInserted()
189 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in shouldSync()
197 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in shouldSync()
206 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in shouldSync()
212 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in shouldSync()
276 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in complete()
366 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onChange()
400 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in clear()
DNoConfirmationSmsSendService.java56 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent()
62 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent()
70 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent()
90 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent()
100 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent()
114 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent()
121 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent()
/packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
DPlayer.java171 if (Log.isLoggable(TAG, Log.DEBUG)) { in onPlay()
185 if (Log.isLoggable(TAG, Log.DEBUG)) { in onPause()
330 if (Log.isLoggable(TAG, Log.DEBUG)) { in startPlayback()
366 if (Log.isLoggable(TAG, Log.DEBUG)) { in resumePlayback()
413 if (Log.isLoggable(TAG, Log.DEBUG)) { in pausePlayback()
436 if (Log.isLoggable(TAG, Log.DEBUG)) { in stopPlayback()
453 if (Log.isLoggable(TAG, Log.DEBUG)) { in advance()
471 if (Log.isLoggable(TAG, Log.DEBUG)) { in retreat()
499 if (Log.isLoggable(TAG, Log.DEBUG)) { in play()
545 if (Log.isLoggable(TAG, Log.DEBUG)) { in shuffle()
[all …]
/packages/apps/Messaging/src/com/android/messaging/widget/
DBaseWidgetFactory.java69 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in BaseWidgetFactory()
79 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onCreate()
86 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onDestroy()
99 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onDataSetChanged()
128 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in getCount()
134 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in getCount()
149 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
208 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
DBaseWidgetProvider.java55 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onReceive()
71 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onReceive()
98 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in getWidgetSize()
113 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in getWidgetSize()
135 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in getWidgetSize()
163 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onAppWidgetOptionsChanged()
181 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onDeleted()
DWidgetConversationProvider.java57 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in updateWidget()
79 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in rebuildWidget()
101 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in rebuildWidget()
169 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in notifyMessagesChanged()
184 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in notifyConversationDeleted()
210 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in notifyConversationRenamed()
229 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onReceive()
244 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onReceive()
/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/tts/
DTextToSpeechHelper.java123 if (Log.isLoggable(TAG, Log.DEBUG)) { in maybeInitAndKeepAlive()
136 if (Log.isLoggable(TAG, Log.DEBUG)) { in handleInitCompleted()
217 if (Log.isLoggable(TAG, Log.DEBUG)) { in playInternal()
249 if (Log.isLoggable(TAG, Log.DEBUG)) { in shutdownEngine()
288 if (Log.isLoggable(TAG, Log.DEBUG)) {
297 if (Log.isLoggable(TAG, Log.DEBUG)) {
306 if (Log.isLoggable(TAG, Log.DEBUG)) {
315 if (Log.isLoggable(TAG, Log.DEBUG)) {
323 if (Log.isLoggable(TAG, Log.DEBUG)) {
331 if (Log.isLoggable(TAG, Log.DEBUG)) {
/packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
DTestAuthenticator.java64 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) { in addAccount()
86 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) { in getAuthToken()
100 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) { in confirmCredentials()
108 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) { in editProperties()
117 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) { in getAuthTokenLabel()
129 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) { in hasFeatures()
140 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) { in updateCredentials()
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/log/
DL.java38 if (Log.isLoggable(tag, Log.VERBOSE) || TYPE_LIST.contains(Build.TYPE)) { in v()
49 if (Log.isLoggable(tag, Log.DEBUG) || TYPE_LIST.contains(Build.TYPE)) { in d()
60 if (Log.isLoggable(tag, Log.INFO) || TYPE_LIST.contains(Build.TYPE)) { in i()
71 if (Log.isLoggable(tag, Log.WARN) || TYPE_LIST.contains(Build.TYPE)) { in w()
82 if (Log.isLoggable(tag, Log.ERROR) || TYPE_LIST.contains(Build.TYPE)) { in e()
93 if (Log.isLoggable(tag, Log.ERROR) || TYPE_LIST.contains(Build.TYPE)) { in e()
/packages/services/Telephony/src/com/android/services/telephony/
DLog.java28 public static final boolean DEBUG = isLoggable(android.util.Log.DEBUG);
29 public static final boolean INFO = isLoggable(android.util.Log.INFO);
30 public static final boolean VERBOSE = isLoggable(android.util.Log.VERBOSE);
31 public static final boolean WARN = isLoggable(android.util.Log.WARN);
32 public static final boolean ERROR = isLoggable(android.util.Log.ERROR);
36 public static boolean isLoggable(int level) { in isLoggable() method in Log
37 return FORCE_LOGGING || android.util.Log.isLoggable(TAG, level); in isLoggable()
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/util/
DSafeLog.java32 if (Log.isLoggable(tag, Log.VERBOSE)) { in logv()
39 if (Log.isLoggable(tag, Log.INFO)) { in logi()
46 if (Log.isLoggable(tag, Log.DEBUG)) { in logd()
53 if (Log.isLoggable(tag, Log.WARN)) { in logw()
66 if (Log.isLoggable(tag, Log.ERROR)) { in loge()
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/util/
DSafeLog.java33 if (Log.isLoggable(tag, Log.VERBOSE)) { in logv()
40 if (Log.isLoggable(tag, Log.INFO)) { in logi()
47 if (Log.isLoggable(tag, Log.DEBUG)) { in logd()
54 if (Log.isLoggable(tag, Log.WARN)) { in logw()
67 if (Log.isLoggable(tag, Log.ERROR)) { in loge()
/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DL.java36 if (Log.isLoggable(TAG, Log.VERBOSE) || Build.IS_DEBUGGABLE) { in v()
47 if (Log.isLoggable(TAG, Log.DEBUG) || Build.IS_DEBUGGABLE) { in d()
58 if (Log.isLoggable(TAG, Log.INFO) || Build.IS_DEBUGGABLE) { in i()
69 if (Log.isLoggable(TAG, Log.WARN) || Build.IS_DEBUGGABLE) { in w()
80 if (Log.isLoggable(TAG, Log.ERROR) || Build.IS_DEBUGGABLE) { in e()
/packages/apps/DeskClock/src/com/android/deskclock/
DLogUtils.java76 public boolean isVerboseLoggable() { return DEBUG || Log.isLoggable(logTag, Log.VERBOSE); } in isVerboseLoggable()
77 public boolean isDebugLoggable() { return DEBUG || Log.isLoggable(logTag, Log.DEBUG); } in isDebugLoggable()
78 public boolean isInfoLoggable() { return DEBUG || Log.isLoggable(logTag, Log.INFO); } in isInfoLoggable()
79 public boolean isWarnLoggable() { return DEBUG || Log.isLoggable(logTag, Log.WARN); } in isWarnLoggable()
80 public boolean isErrorLoggable() { return DEBUG || Log.isLoggable(logTag, Log.ERROR); } in isErrorLoggable()
81 public boolean isWtfLoggable() { return DEBUG || Log.isLoggable(logTag, Log.ASSERT); } in isWtfLoggable()
/packages/apps/Messaging/src/com/android/messaging/ui/
DBugleActionBarActivity.java69 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) { in onCreate()
77 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) { in onStart()
85 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) { in onRestart()
93 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) { in onResume()
102 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) { in onPause()
110 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) { in onStop()
148 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) { in onDisplayHeightChanged()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarInstancesHelper.java228 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) { in performInstanceExpansion()
264 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) { in performInstanceExpansion()
276 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) { in performInstanceExpansion()
283 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) { in performInstanceExpansion()
297 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) { in performInstanceExpansion()
390 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) { in performInstanceExpansion()
417 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) { in performInstanceExpansion()
421 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) { in performInstanceExpansion()
536 if (Log.isLoggable(TAG, Log.VERBOSE)) { in expandInstanceRangeLocked()
596 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getEntries()
[all …]
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/
DAddAccountSettings.java114 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "account added: " + bundle);
116 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount was canceled");
118 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount failed: " + e);
120 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount failed: " + e);
138 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "restored"); in onCreate()
212 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "saved"); in onSaveInstanceState()

12345678910>>...14