/packages/apps/Mms/src/com/android/mms/transaction/ |
D | TransactionService.java | 160 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in onCreate() 194 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in onNewIntent() 208 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in onNewIntent() 213 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in onNewIntent() 227 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in onNewIntent() 270 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in onNewIntent() 277 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in onNewIntent() 289 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in stopSelfIfIdle() 293 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in stopSelfIfIdle() 336 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in launchTransaction() [all …]
|
D | MmsSystemEventReceiver.java | 50 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in wakeUpService() 59 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in onReceive() 70 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in onReceive() 91 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in registerForConnectionStateChanges() 102 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in unRegisterForConnectionStateChanges()
|
D | SmsReceiverService.java | 192 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in handleMessage() 200 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in handleMessage() 261 LogTag.VERBOSE || in sendFirstQueuedMessage() 262 Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in sendFirstQueuedMessage() 302 if (LogTag.DEBUG_SEND || Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in handleSmsSent() 316 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in handleSmsSent() 347 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) { in messageFailedToSend() 359 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) { in handleSmsReceived() 405 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) { in moveOutboxMessagesToFailedBox() 641 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) { in registerForServiceStateChanges() [all …]
|
D | TransactionSettings.java | 64 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in TransactionSettings() 78 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in TransactionSettings() 137 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in TransactionSettings()
|
D | RetryScheduler.java | 77 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in update() 176 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in scheduleRetry() 272 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in getRetrieveStatus() 297 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in setRetryAlarm()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapService.java | 77 public static final boolean VERBOSE = false; field in BluetoothPbapService 193 if (VERBOSE) Log.v(TAG, "Pbap Service onCreate"); in onCreate() 200 if (VERBOSE) Log.v(TAG, "Starting PBAP service"); in onCreate() 212 if (VERBOSE) Log.v(TAG, "Pbap Service onStartCommand"); in onStartCommand() 235 if (VERBOSE) Log.v(TAG, "action: " + action); in parseIntent() 267 if (VERBOSE) Log.v(TAG, "setTrust() result=" + result); in parseIntent() 297 if (VERBOSE) Log.v(TAG, "Pbap Service onDestroy"); in onDestroy() 310 if (VERBOSE) Log.v(TAG, "Pbap Service onBind"); in onBind() 315 if (VERBOSE) Log.v(TAG, "Pbap Service startRfcommSocketListener"); in startRfcommSocketListener() 331 if (VERBOSE) Log.v(TAG, "Pbap Service initSocket"); in initSocket() [all …]
|
D | BluetoothPbapReceiver.java | 45 private static final boolean V = BluetoothPbapService.VERBOSE;
|
/packages/apps/Mms/src/com/android/mms/data/ |
D | RecipientIdCache.java | 68 if (LogTag.VERBOSE || Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) { in fill() 96 if (LogTag.VERBOSE || Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) { in fill() 120 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) { in getAddresses() 159 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in updateNumbers() 181 if (LogTag.VERBOSE || Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in updateCanonicalAddressInDb() 263 if (LogTag.VERBOSE || Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in insertCanonicalAddressInDb()
|
D | WorkingMessage.java | 222 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in load() 266 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) LogTag.debug("loadFromUri %s", uri); in loadFromUri() 290 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) LogTag.debug("loadDraft %s", conv); in loadDraft() 422 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in setAttachment() 867 if (LogTag.VERBOSE || Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in saveDraft() 904 if (LogTag.VERBOSE || Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in discard() 1127 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) LogTag.debug("updateState: %s%s = %s", in updateState() 1144 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in send() 1179 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in send() 1288 if (LogTag.VERBOSE || Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in sendSmsWorker() [all …]
|
D | Conversation.java | 320 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in markAsRead() 367 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in blockMarkAsRead() 433 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in clearThreadId() 448 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in setRecipients() 456 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in setRecipients() 586 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in getOrCreateThreadId() 612 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in getOrCreateThreadId() 870 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) { in fillFromCursor() 892 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) { in get() 914 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) { in get() [all …]
|
/packages/apps/Settings/src/com/android/settings/accounts/ |
D | AddAccountSettings.java | 79 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "account added: " + bundle); 81 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount was canceled"); 83 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount failed: " + e); 85 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount failed: " + e); 100 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "restored"); in onCreate() 140 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "saved"); in onSaveInstanceState()
|
D | ChooseAccountActivity.java | 136 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onAuthDescriptionsUpdated() 155 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onAuthDescriptionsUpdated() 179 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthoritiesForAccountType() 237 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onPreferenceTreeClick()
|
D | AccountSyncSettings.java | 181 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "Got account: " + mAccount); in onActivityCreated() 388 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setFeedsState() 447 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateAccountCheckboxes() 466 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateAccountCheckboxes() 475 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateAccountCheckboxes()
|
/packages/apps/Mms/src/com/android/mms/widget/ |
D | MmsWidgetService.java | 71 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in onGetViewFactory() 101 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in MmsFactory() 114 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in onCreate() 122 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in onDestroy() 136 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in onDataSetChanged() 181 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in getCount() 201 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { 226 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { 316 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in getViewMoreConversationsView() 351 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in onLoadComplete() [all …]
|
D | MmsWidgetProvider.java | 55 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in onReceive() 81 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in updateWidget() 125 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in notifyDatasetChanged()
|
/packages/apps/Email/src/com/android/mail/utils/ |
D | LogUtils.java | 43 public static final int VERBOSE = Log.VERBOSE; field in LogUtils 69 private static final int MAX_ENABLED_LOG_LEVEL = VERBOSE; 86 return MAX_ENABLED_LOG_LEVEL > VERBOSE; in buildPreventsDebugLogging() 186 if (isLoggable(tag, VERBOSE)) { in v() 204 if (isLoggable(tag, VERBOSE)) { in v()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | FastScrollingIndexCache.java | 197 if (Log.isLoggable(TAG, Log.VERBOSE)) { in get() 209 if (Log.isLoggable(TAG, Log.VERBOSE)) { in get() 232 if (Log.isLoggable(TAG, Log.VERBOSE)) { in put() 244 if (Log.isLoggable(TAG, Log.VERBOSE)) { in invalidate() 271 if (Log.isLoggable(TAG, Log.VERBOSE)) { in ensureLoaded() 294 if (Log.isLoggable(TAG, Log.VERBOSE)) { in ensureLoaded()
|
/packages/apps/Mms/src/com/android/mms/ui/ |
D | UriImage.java | 267 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in getResizedImageData() 314 if (Log.isLoggable(LogTag.APP, Log.VERBOSE) in getResizedImageData() 334 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in getResizedImageData() 342 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in getResizedImageData() 361 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in getResizedImageData() 373 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in getResizedImageData() 386 if (Log.isLoggable(LogTag.APP, Log.VERBOSE) && resultTooBig) { in getResizedImageData()
|
D | ComposeMessageActivity.java | 1355 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in haveSomethingToCopyToSDCard() 1830 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in showSubjectEditor() 1935 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in initialize() 1989 if (LogTag.VERBOSE || Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in onNewIntent() 2013 if (LogTag.VERBOSE || Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in onNewIntent() 2043 if (LogTag.VERBOSE) { in onRestart() 2050 if (LogTag.VERBOSE) { in onRestart() 2055 if (LogTag.VERBOSE) { in onRestart() 2082 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in onStart() 2143 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in onResume() [all …]
|
/packages/apps/Mms/src/com/android/mms/model/ |
D | VideoModel.java | 90 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in initFromFile() 139 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in initFromContentUri() 159 if (LOCAL_LOGV || Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in handleEvent()
|
D | ImageModel.java | 203 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in resizeMedia() 220 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in resizeMedia() 249 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in resizeMedia()
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarCache.java | 153 if (Log.isLoggable(TAG, Log.VERBOSE)) { in writeData() 232 if (Log.isLoggable(TAG, Log.VERBOSE)) { in readDataLocked()
|
/packages/apps/Mms/src/com/android/mms/util/ |
D | DraftCache.java | 125 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in rebuildCache() 179 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in setDraftState()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | Constants.java | 173 public static final boolean LOGV = LOCAL_LOGV && Log.isLoggable(TAG, Log.VERBOSE);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppHandoverReceiver.java | 31 private static final boolean V = Constants.VERBOSE;
|