/packages/apps/Email/provider_src/com/android/email/service/ |
D | AttachmentService.java | 66 public static final String LOG_TAG = "AttachmentService"; field in AttachmentService 159 LogUtils.d(LOG_TAG, String.format(format, args)); in debugTrace() 307 LogUtils.d(LOG_TAG, "Not adding a DownloadRequest with an invalid attachment id"); in addRequest() 454 LogUtils.d(LOG_TAG, "Timeout for DownloadRequest #%d ", dr.mAttachmentId); in validateDownloadRequest() 476 LogUtils.w(LOG_TAG, "Cancelling DownloadRequest #%d", req.mAttachmentId); in watchdogAlarm() 527 debugTrace(LOG_TAG, "ServiceCallback for attachment #%d", attachmentId); in loadAttachmentStatus() 561 LogUtils.d(LOG_TAG, "Attachment #%d is done", attachmentId); in loadAttachmentStatus() 583 LogUtils.d(LOG_TAG, "Attachment with id: %d will potentially be queued for download", id); in attachmentChanged() 660 mConnectivityManager = new EmailConnectivityManager(this, LOG_TAG); in run() 671 LogUtils.d(LOG_TAG, in run() [all …]
|
/packages/apps/Stk/src/com/android/stk/ |
D | StkMenuActivity.java | 63 private static final String LOG_TAG = className.substring(className.lastIndexOf('.') + 1); field in StkMenuActivity 86 CatLog.d(LOG_TAG, "MSG_ID_TIMEOUT mState: " + mState); 102 CatLog.d(LOG_TAG, "onCreate"); in onCreate() 121 CatLog.d(LOG_TAG, "onCreate - appService is null"); in onCreate() 134 CatLog.d(LOG_TAG, "mAcceptUsersInput:false"); in onListItemClick() 140 CatLog.d(LOG_TAG, "Item is null"); in onListItemClick() 144 CatLog.d(LOG_TAG, "onListItemClick Id: " + item.id + ", mState: " + mState); in onListItemClick() 160 CatLog.d(LOG_TAG, "mAcceptUsersInput: " + mAcceptUsersInput); in onKeyDown() 167 CatLog.d(LOG_TAG, "KEYCODE_BACK - mState[" + mState + "]"); in onKeyDown() 170 CatLog.d(LOG_TAG, "STATE_SECONDARY"); in onKeyDown() [all …]
|
D | StkAppService.java | 230 private static final String LOG_TAG = new Object(){}.getClass().getEnclosingClass().getName(); field in StkAppService 252 CatLog.d(LOG_TAG, "onCreate()+"); in onCreate() 257 CatLog.d(LOG_TAG, "simCount: " + mSimCount); in onCreate() 264 CatLog.d(LOG_TAG, "slotId: " + i); in onCreate() 281 CatLog.d(LOG_TAG, "StkAppService onStart intent is null so return"); in onStart() 287 CatLog.d(LOG_TAG, "StkAppService onStart args is null so return"); in onStart() 297 CatLog.d(LOG_TAG, "onStart sim id: " + slotId + ", op: " + op + ", *****"); in onStart() 301 CatLog.d(LOG_TAG, "mStkService is: " + mStkContext[slotId].mStkServiceState); in onStart() 351 CatLog.d(LOG_TAG, "onDestroy()"); in onDestroy() 395 CatLog.d(LOG_TAG, "isInputFinishBySrv: " + mStkContext[slotId].mIsInputPending); in isInputPending() [all …]
|
D | StkDialogActivity.java | 43 private static final String LOG_TAG = className.substring(className.lastIndexOf('.') + 1); field in StkDialogActivity 64 CatLog.d(LOG_TAG, "onCreate, sim id: " + mSlotId); in onCreate() 69 CatLog.d(LOG_TAG, "onCreate - appService is null"); in onCreate() 83 CatLog.d(LOG_TAG, "OK Clicked!, mSlotId: " + mSlotId); in onCreate() 94 CatLog.d(LOG_TAG, "Cancel Clicked!, mSlotId: " + mSlotId); in onCreate() 115 CatLog.d(LOG_TAG, "onKeyDown - KEYCODE_BACK"); in onKeyDown() 127 CatLog.d(LOG_TAG, "onResume - mIsResponseSent[" + mIsResponseSent + in onResume() 151 CatLog.d(LOG_TAG, "User should clear text..showing message forever"); in onResume() 165 CatLog.d(LOG_TAG, "Pending Alarm! Let it finish counting down..."); in onResume() 168 CatLog.d(LOG_TAG, "No Pending Alarm! OK to start timer..."); in onResume() [all …]
|
D | StkLauncherActivity.java | 51 private static final String LOG_TAG = className.substring(className.lastIndexOf('.') + 1); field in StkLauncherActivity 62 CatLog.d(LOG_TAG, "onCreate+"); in onCreate() 88 CatLog.d(LOG_TAG, "mAcceptUsersInput:false"); in onListItemClick() 94 CatLog.d(LOG_TAG, "Item is null"); in onListItemClick() 97 CatLog.d(LOG_TAG, "launch stk menu id: " + item.id); in onListItemClick() 106 CatLog.d(LOG_TAG, "mAcceptUsersInput: " + mAcceptUsersInput); in onKeyDown() 112 CatLog.d(LOG_TAG, "KEYCODE_BACK."); in onKeyDown() 123 CatLog.d(LOG_TAG, "onResume"); in onResume() 127 CatLog.d(LOG_TAG, "item size = 0 so finish."); in onResume() 133 CatLog.d(LOG_TAG, "resume to show multiple stk list."); in onResume() [all …]
|
D | StkInputActivity.java | 61 private static final String LOG_TAG = className.substring(className.lastIndexOf('.') + 1); field in StkInputActivity 90 CatLog.d(LOG_TAG, "Msg timeout."); 103 CatLog.d(LOG_TAG, "mAcceptUsersInput:false"); in onClick() 111 CatLog.d(LOG_TAG, "handleClick, invalid text"); in onClick() 127 CatLog.d(LOG_TAG, "handleClick, ready to response"); in onClick() 137 CatLog.d(LOG_TAG, "onCreate - mIsResponseSent[" + mIsResponseSent + "]"); in onCreate() 142 CatLog.d(LOG_TAG, "onCreate - appService is null"); in onCreate() 184 CatLog.d(LOG_TAG, "onResume - mIsResponseSent[" + mIsResponseSent + in onResume() 197 CatLog.d(LOG_TAG, "onPause - mIsResponseSent[" + mIsResponseSent + "]"); in onPause() 203 CatLog.d(LOG_TAG, "onStop - mIsResponseSent[" + mIsResponseSent + "]"); in onStop() [all …]
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
D | ImportVCardActivity.java | 79 private static final String LOG_TAG = "VCardImport"; field in ImportVCardActivity 150 Log.i(LOG_TAG, "Send an import request"); in sendImportRequest() 157 Log.i(LOG_TAG, in onServiceConnected() 165 Log.i(LOG_TAG, "Disconnected from VCardService"); in onServiceDisconnected() 196 PowerManager.ON_AFTER_RELEASE, LOG_TAG); in VCardCacheThread() 203 Log.w(LOG_TAG, "WakeLock is being held."); in finalize() 210 Log.i(LOG_TAG, "vCard cache thread starts running."); in run() 219 Log.i(LOG_TAG, "vCard cache operation is canceled."); in run() 238 FeedbackHelper.sendFeedback(ImportVCardActivity.this, LOG_TAG, in run() 247 Log.i(LOG_TAG, "vCard cache operation is canceled."); in run() [all …]
|
D | VCardService.java | 47 private final static String LOG_TAG = "VCardService"; field in VCardService 77 if (DEBUG) { Log.d(LOG_TAG, "Connected to MediaScanner. Start scanning."); } in onMediaScannerConnected() 83 if (DEBUG) { Log.d(LOG_TAG, "scan completed: " + path); } in onScanCompleted() 122 if (DEBUG) Log.d(LOG_TAG, "vCard Service is being created."); in onCreate() 143 if (DEBUG) Log.d(LOG_TAG, "VCardService is being destroyed."); in onDestroy() 159 Log.d(LOG_TAG, in handleImportRequest() 190 if (DEBUG) Log.d(LOG_TAG, "Reserve the path " + path); in handleExportRequest() 192 Log.w(LOG_TAG, in handleExportRequest() 222 Log.d(LOG_TAG, "Executor service status: shutdown: " + mExecutorService.isShutdown() in tryExecute() 229 Log.w(LOG_TAG, "Failed to excetute a job.", e); in tryExecute() [all …]
|
D | ImportProcessor.java | 48 private static final String LOG_TAG = "VCardImport"; field in ImportProcessor 115 FeedbackHelper.sendFeedback(mService, LOG_TAG, "Vcard import failed", e); in run() 124 Log.i(LOG_TAG, String.format("vCard import (id: %d) has started.", mJobId)); in runInternal() 127 Log.i(LOG_TAG, "Canceled before actually handling parameter (" + request.uri + ")"); in runInternal() 163 Log.i(LOG_TAG, "start importing one vCard (Uri: " + uri + ")"); in runInternal() 166 Log.i(LOG_TAG, "start importing one vCard (byte[])"); in runInternal() 192 Log.i(LOG_TAG, "vCard import has been canceled (uri: " + uri + ")"); in runInternal() 195 Log.i(LOG_TAG, "Successfully finished importing one vCard file: " + uri); in runInternal() 203 Log.w(LOG_TAG, "Created Uris is null or 0 length " + in runInternal() 211 Log.w(LOG_TAG, "Failed to read one vCard file: " + uri); in runInternal() [all …]
|
D | ExportProcessor.java | 50 private static final String LOG_TAG = "VCardExport"; field in ExportProcessor 101 FeedbackHelper.sendFeedback(mService, LOG_TAG, "Failed to process vcard export", e); in run() 111 if (DEBUG) Log.d(LOG_TAG, String.format("vCard export (id: %d) has started.", mJobId)); in runInternal() 118 Log.i(LOG_TAG, "Export request is cancelled before handling the request"); in runInternal() 126 Log.w(LOG_TAG, "FileNotFoundException thrown", e); in runInternal() 159 Log.e(LOG_TAG, "initialization of vCard composer failed: " + errorReason); in runInternal() 180 Log.i(LOG_TAG, "Export request is cancelled during composing vCard"); in runInternal() 187 Log.e(LOG_TAG, "Failed to read a contact: " + errorReason); in runInternal() 204 Log.i(LOG_TAG, "Successfully finished exporting vCard " + request.destUri); in runInternal() 207 Log.d(LOG_TAG, "Ask MediaScanner to scan the file: " + request.destUri.getPath()); in runInternal() [all …]
|
D | ExportVCardActivity.java | 51 private static final String LOG_TAG = "VCardExport"; field in ExportVCardActivity 84 Log.e(LOG_TAG, "Couldn't find export intent handler"); in onCreate() 99 Log.e(LOG_TAG, "Failed to start vCard service"); in connectVCardService() 105 Log.e(LOG_TAG, "Failed to connect to vCard service."); in connectVCardService() 138 if (DEBUG) Log.d(LOG_TAG, "exporting to " + targetFileName); in onActivityResult() 145 Log.d(LOG_TAG, "No vCard service."); in onActivityResult() 147 Log.d(LOG_TAG, "create document cancelled or no data returned"); in onActivityResult() 156 if (DEBUG) Log.d(LOG_TAG, "connected to service, requesting a destination file name"); in onServiceConnected() 167 if (DEBUG) Log.d(LOG_TAG, "onServiceDisconnected()"); in onServiceDisconnected() 172 Log.w(LOG_TAG, "Disconnected from service during the process ongoing."); in onServiceDisconnected() [all …]
|
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/ |
D | BluetoothRouteManager.java | 51 private static final String LOG_TAG = BluetoothRouteManager.class.getSimpleName(); field in BluetoothRouteManager 161 Log.w(LOG_TAG, "Entering AudioOff state but device %s appears to be connected. " + in enter() 207 Log.w(LOG_TAG, "Tried to connect to %s but failed to connect to" + in processMessage() 215 Log.i(LOG_TAG, "Retrying HFP connection to %s", (String) args.arg2); in processMessage() 224 Log.i(LOG_TAG, "Retry failed."); in processMessage() 232 Log.w(LOG_TAG, "HFP audio unexpectedly turned on from device %s", address); in processMessage() 238 Log.i(LOG_TAG, "Received HFP off for device %s while HFP off.", in processMessage() 291 Log.w(LOG_TAG, "Newly connected device is only device" + in processMessage() 328 Log.w(LOG_TAG, "Tried to connect to %s but failed" + in processMessage() 340 Log.d(LOG_TAG, "Retry message came through while connecting."); in processMessage() [all …]
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | AbstractActivityController.java | 315 protected static final String LOG_TAG = LogTag.getLogTag(); field in AbstractActivityController 684 LogUtils.d(LOG_TAG, "AAC.switchToDefaultAccount(%s)", account); in switchToDefaultInboxOrChangeAccount() 706 LogUtils.d(LOG_TAG, "AAC.changeAccount(%s)", account); in changeAccount() 717 LogUtils.e(LOG_TAG, "AAC.changeAccount(null) called."); in changeAccount() 864 LogUtils.e(LOG_TAG, new Error(), "AAC.preloadConvList(): Got an empty folder"); in preloadConvList() 992 LogUtils.d(LOG_TAG, "Starting a LOADER_ACCOUNT_INBOX for %s", mAccount); in loadAccountInbox() 1034 LogUtils.e(LOG_TAG, new Error(), "AAC.setFolder(%s): Bad input", folder); in updateFolder() 1038 LogUtils.d(LOG_TAG, "AAC.setFolder(%s): Input matches mFolder", folder); in updateFolder() 1042 LogUtils.d(LOG_TAG, "AbstractActivityController.setFolder(%s)", folder.name); in updateFolder() 1240 LogUtils.e(LOG_TAG, "Starting MailLogService"); in initializeDevLoggingService() [all …]
|
D | ConversationViewFragment.java | 109 private static final String LOG_TAG = LogTag.getLogTag(); field in ConversationViewFragment 214 LogUtils.d(LOG_TAG, "CVF load observer fired, this=%s", 225 LogUtils.d(LOG_TAG, "onProgressDismiss go() - isUserVisible() = %b", isUserVisible()); 289 LogUtils.d(LOG_TAG, "IN CVF.onActivityCreated, this=%s visible=%s", this, isUserVisible()); in onActivityCreated() 424 LogUtils.e(LOG_TAG, "JS: %s (%s:%d) f=%s", consoleMessage.message(), in onCreateView() 428 LogUtils.i(LOG_TAG, "JS: %s (%s:%d) f=%s", consoleMessage.message(), in onCreateView() 540 LogUtils.w(LOG_TAG, "ignoring markUnread for conv=%s", mConversation.id); in markUnread() 545 LogUtils.i(LOG_TAG, "ignoring markUnread for conv with no view state (%d)", in markUnread() 556 LogUtils.d(LOG_TAG, "ConversationViewFragment#onUserVisibleHintChanged(), userVisible = %b", in onUserVisibleHintChanged() 572 LogUtils.d(LOG_TAG, "Fragment is now user-visible, onConversationSeen: %s", this); in onUserVisibleHintChanged() [all …]
|
D | AbstractConversationViewFragment.java | 67 private static final String LOG_TAG = LogTag.getLogTag(); field in AbstractConversationViewFragment 184 LogUtils.d(LOG_TAG, "onConversationSeen() - mConversation.isViewed() = %b, " in markRead() 239 LogUtils.d(LOG_TAG, "onCreate in ConversationViewFragment (this=%s)", this); in onCreate() 285 if (!LogUtils.isLoggable(LOG_TAG, LogUtils.DEBUG) || mConversation == null) { in toString() 296 LogUtils.wtf(LOG_TAG, "ConversationViewFragment expects only a ControllableActivity to" in onActivityCreated() 366 LogUtils.e(LOG_TAG, in onOptionsItemSelected() 368 if (LogUtils.isLoggable(LOG_TAG, LogUtils.DEBUG)) { in onOptionsItemSelected() 369 LogUtils.e(LOG_TAG, "%s", Utils.dumpFragment(this)); in onOptionsItemSelected() 421 LogUtils.e(LOG_TAG, "unable to open 'change folders' dialog for a conversation"); in onFoldersClicked() 459 LogUtils.v(LOG_TAG, "in CVF.setHint, val=%s (%s)", isVisibleToUser, this); in setExtraUserVisibleHint() [all …]
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
D | ConversationPagerAdapter.java | 124 private static final String LOG_TAG = ConversationPagerController.LOG_TAG; field in ConversationPagerAdapter 190 LogUtils.i(LOG_TAG, "Pager adapter has a null controller. If the conversation view" in getCursor() 207 LogUtils.wtf(LOG_TAG, "pager cursor is null and position is non-zero: %d", in getItem() 214 LogUtils.wtf(LOG_TAG, "unable to seek to ConversationCursor pos=%d (%s)", position, in getItem() 223 LogUtils.d(LOG_TAG, "IN PagerAdapter.getItem, frag=%s conv=%s this=%s", f, c, this); in getItem() 250 if (LogUtils.isLoggable(LOG_TAG, LogUtils.DEBUG)) { in getCount() 252 LogUtils.d(LOG_TAG, in getCount() 262 LogUtils.d(LOG_TAG, "IN CPA.getCount, returning 1 (effective singleton). cursor=%s", in getCount() 272 LogUtils.wtf(LOG_TAG, "getItemPosition received unexpected item: %s", item); in getItemPosition() 281 LogUtils.d(LOG_TAG, "IN PagerAdapter.setPrimaryItem, pos=%d, frag=%s", position, in setPrimaryItem() [all …]
|
D | ConversationCursor.java | 79 public static final String LOG_TAG = "ConvCursor"; field in ConversationCursor 210 LogUtils.d(LOG_TAG, "Create: initial creation"); in load() 231 if (DEBUG) LogUtils.i(LOG_TAG, "[Paused: %s]", this); in pause() 239 if (DEBUG) LogUtils.i(LOG_TAG, "[Resumed: %s]", this); in resume() 244 if (DEBUG) LogUtils.i(LOG_TAG, "IN checkNotifyUI, this=%s", this); in checkNotifyUI() 295 if (DEBUG) LogUtils.i(LOG_TAG, "in cache job pos=%s c=%s", mStartPos, in doInBackground() 330 LogUtils.i(LOG_TAG, "ConversationCursor caching complete pos=%s", mCachePos); in onPostExecute() 415 LogUtils.e(LOG_TAG, "Inserting duplicate conversation uri key: %s. " + in UnderlyingCursorWrapper() 421 LogUtils.e(LOG_TAG, "Inserting duplicate conversation id key: %d" + in UnderlyingCursorWrapper() 441 LogUtils.e(LOG_TAG, "Unexpected map sizes. Cursor size: %d, " + in UnderlyingCursorWrapper() [all …]
|
/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
D | PduParser.java | 81 private static final String LOG_TAG = "PduParser"; field in PduParser 141 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_SEND_REQ"); in parse() 147 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_SEND_CONF"); in parse() 153 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_NOTIFICATION_IND"); in parse() 160 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_NOTIFYRESP_IND"); in parse() 167 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_RETRIEVE_CONF"); in parse() 195 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_DELIVERY_IND"); in parse() 202 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_ACKNOWLEDGE_IND"); in parse() 209 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_READ_ORIG_IND"); in parse() 216 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_READ_REC_IND"); in parse() [all …]
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
D | PduParser.java | 35 private static final String LOG_TAG = "PduParser"; field in PduParser 163 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_SEND_REQ"); in parse() 169 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_SEND_CONF"); in parse() 175 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_NOTIFICATION_IND"); in parse() 182 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_NOTIFYRESP_IND"); in parse() 189 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_RETRIEVE_CONF"); in parse() 220 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_DELIVERY_IND"); in parse() 227 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_ACKNOWLEDGE_IND"); in parse() 234 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_READ_ORIG_IND"); in parse() 241 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_READ_REC_IND"); in parse() [all …]
|
/packages/services/Telephony/src/com/android/phone/ |
D | PhoneGlobals.java | 68 public static final String LOG_TAG = "PhoneApp"; field in PhoneGlobals 177 Log.i(LOG_TAG, "Ignoring EVENT_SIM_NETWORK_LOCKED event; " 183 Log.i(LOG_TAG, "show sim depersonal panel"); 246 if (VDBG) Log.v(LOG_TAG, "onCreate()..."); in onCreate() 286 mWakeLock = mPowerManager.newWakeLock(PowerManager.FULL_WAKE_LOCK, LOG_TAG); in onCreate() 289 | PowerManager.ON_AFTER_RELEASE, LOG_TAG); in onCreate() 297 if (DBG) Log.d(LOG_TAG, "onCreate: mUpdateLock: " + mUpdateLock); in onCreate() 460 if (VDBG) Log.d(LOG_TAG, "requestWakeState(" + ws + ")..."); in requestWakeState() 503 if (DBG) Log.d(LOG_TAG, "pulse screen lock"); in wakeUpScreen() 560 if (VDBG) Log.d(LOG_TAG, "onMMIComplete()..."); in onMMIComplete() [all …]
|
D | PhoneUtils.java | 76 private static final String LOG_TAG = "PhoneUtils"; field in PhoneUtils 178 Log.e(LOG_TAG, "DISCONNECTING time out"); in handleMessage() 260 Log.w(LOG_TAG, "answerCall: caught " + ex, ex); in answerCall() 270 Log.e(LOG_TAG, Log.getStackTraceString(new Throwable())); in answerCall() 356 Log.w(LOG_TAG, "hangupRingingCall: no INCOMING or WAITING call"); in hangupRingingCall() 419 Log.e(LOG_TAG, "Call hangup: caught " + ex, ex); in hangup() 436 Log.w(LOG_TAG, "Connection hangup: caught " + ex, ex); in hangup() 443 Log.e(LOG_TAG, "end holding failed!"); in answerAndEndHolding() 479 Log.w(LOG_TAG, "end active call failed!"); in answerAndEndActive() 581 Log.e(LOG_TAG, "Unsupported URL:" + gatewayUri); in placeCall() [all …]
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | NotificationUtils.java | 89 public static final String LOG_TAG = "NotifUtils"; field in NotificationUtils 123 LogUtils.v(LOG_TAG, "Clearing all notifications."); in clearAllNotfications() 332 LogUtils.d(LOG_TAG, "cancelAllNotifications - cancelling all"); in cancelAllNotifications() 344 LogUtils.d(LOG_TAG, "cancelAndResendNotificationsOnLocaleChange"); in cancelAndResendNotificationsOnLocaleChange() 367 LogUtils.i(LOG_TAG, "resendNotifications cancelExisting: %b, account: %s, folder: %s", in resendNotifications() 369 accountUri == null ? null : LogUtils.sanitizeName(LOG_TAG, accountUri.toString()), in resendNotifications() 370 folderUri == null ? null : LogUtils.sanitizeName(LOG_TAG, folderUri.toString())); in resendNotifications() 373 LogUtils.d(LOG_TAG, "resendNotifications - cancelling all"); in resendNotifications() 389 LogUtils.d(LOG_TAG, "resendNotifications - not resending %s / %s" in resendNotifications() 395 LogUtils.d(LOG_TAG, "resendNotifications - resending %s / %s", in resendNotifications() [all …]
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/ |
D | TestAuthenticator.java | 64 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) { in addAccount() 65 Log.v(TestauthConstants.LOG_TAG, "addAccount() type=" + accountType); in addAccount() 86 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) { in getAuthToken() 87 Log.v(TestauthConstants.LOG_TAG, "getAuthToken() account=" + account); in getAuthToken() 100 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) { in confirmCredentials() 101 Log.v(TestauthConstants.LOG_TAG, "confirmCredentials()"); in confirmCredentials() 108 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) { in editProperties() 109 Log.v(TestauthConstants.LOG_TAG, "editProperties()"); in editProperties() 117 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) { in getAuthTokenLabel() 118 Log.v(TestauthConstants.LOG_TAG, "getAuthTokenLabel()"); in getAuthTokenLabel() [all …]
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
D | Log.java | 25 private static final String LOG_TAG = LogUtils.TAG; field in Log 56 android.util.Log.v(LOG_TAG, toString(message, null)); in trace() 61 android.util.Log.v(LOG_TAG, toString(message, t)); in trace() 66 android.util.Log.d(LOG_TAG, toString(message, null)); in debug() 71 android.util.Log.d(LOG_TAG, toString(message, t)); in debug() 76 android.util.Log.i(LOG_TAG, toString(message, null)); in info() 81 android.util.Log.i(LOG_TAG, toString(message, t)); in info() 85 android.util.Log.w(LOG_TAG, toString(message, null)); in warn() 89 android.util.Log.w(LOG_TAG, toString(message, t)); in warn() 93 android.util.Log.e(LOG_TAG, toString(message, null)); in error() [all …]
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallAudioModeStateMachine.java | 154 Log.i(LOG_TAG, "Abandoning audio focus: now UNFOCUSED"); in enter() 188 Log.w(LOG_TAG, "Call was surprisingly put into hold from an unknown state." + in processMessage() 194 Log.w(LOG_TAG, "Tone started playing unexpectedly. Args are: \n" in processMessage() 207 Log.i(LOG_TAG, "Audio focus entering RINGING state"); in enter() 213 Log.i(LOG_TAG, "Transition from IN_CALL -> RINGTONE." in enter() 220 Log.i(LOG_TAG, "Entering RINGING but not acquiring focus -- silent ringtone"); in enter() 266 Log.w(LOG_TAG, "Unexpected behavior! New ringing call appeared while in " + in processMessage() 271 Log.w(LOG_TAG, "Call was surprisingly put into hold while ringing." + in processMessage() 293 Log.i(LOG_TAG, "Audio focus entering SIM CALL state"); in enter() 355 Log.i(LOG_TAG, "Audio focus entering VOIP CALL state"); in enter() [all …]
|