/packages/inputmethods/LatinIME/native/jni/src/utils/ |
log_utils.h | 25 class LogUtils { 34 DISALLOW_COPY_AND_ASSIGN(LogUtils);
|
/packages/apps/UnifiedEmail/src/com/android/mail/perf/ |
SimpleTimer.java | 21 import com.android.mail.utils.LogUtils; 48 return ENABLE_SIMPLE_TIMER && LogUtils.isLoggable(getTag(), LogUtils.DEBUG) 59 LogUtils.d(getTag(), "timer START"); 65 LogUtils.d(getTag(), "[%s] %sms elapsed (%sms since last mark)", msg, now - mStartTime,
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
MessageScrollView.java | 25 import com.android.mail.utils.LogUtils; 78 LogUtils.d(LOG_TAG, "IN ScrollView.onIntercept, NOW stealing. ev=%s", ev); 81 LogUtils.d(LOG_TAG, "IN ScrollView.onIntercept, already stealing. ev=%s", ev); 86 LogUtils.d(LOG_TAG, "OUT ScrollView.onIntercept, steal=%s ev=%s", mWantToIntercept, ev); 95 LogUtils.d(LOG_TAG, "IN ScrollView.dispatchTouch, clearing flags"); 104 LogUtils.d(LOG_TAG, "OUT ScrollView.dispatchTouch, handled=%s ev=%s", handled, ev); 111 LogUtils.d(LOG_TAG, "IN extra ScrollView.onTouch, ev=%s", ev);
|
ConversationPagerAdapter.java | 40 import com.android.mail.utils.LogUtils; 159 LogUtils.i(LOG_TAG, "Pager adapter has a null controller. If the conversation view" 176 LogUtils.wtf(LOG_TAG, "pager cursor is null and position is non-zero: %d", 183 LogUtils.wtf(LOG_TAG, "unable to seek to ConversationCursor pos=%d (%s)", position, 192 LogUtils.d(LOG_TAG, "IN PagerAdapter.getItem, frag=%s conv=%s this=%s", f, c, this); 207 if (LogUtils.isLoggable(LOG_TAG, LogUtils.DEBUG)) { 209 LogUtils.d(LOG_TAG, 219 LogUtils.d(LOG_TAG, "IN CPA.getCount, returning 1 (effective singleton). cursor=%s", 229 LogUtils.wtf(LOG_TAG, "getItemPosition received unexpected item: %s", item) [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
EmptyService.java | 23 import com.android.mail.utils.LogUtils; 36 LogUtils.v(TAG, "onCreate()"); 41 LogUtils.i(TAG, "onBind()");
|
/packages/apps/Email/src/com/android/email/ |
StopWatch.java | 20 import com.android.mail.utils.LogUtils; 46 LogUtils.w(Logging.LOG_TAG, "StopWatch(" + mName + ") start"); 56 LogUtils.w(Logging.LOG_TAG, "StopWatch(" + mName + ") split(" + label + ") " + elapse); 62 LogUtils.w(Logging.LOG_TAG, "StopWatch(" + mName + ") stop: "
|
EmailIntentService.java | 22 import com.android.mail.utils.LogUtils; 38 LogUtils.v(LOG_TAG, "Handling intent %s", intent);
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ViewMode.java | 23 import com.android.mail.utils.LogUtils; 266 if (LogUtils.isLoggable(LOG_TAG, LogUtils.DEBUG)) { 267 LogUtils.d(LOG_TAG, new Error(), "ViewMode: debouncing change attempt mode=%s", 270 LogUtils.i(LOG_TAG, "ViewMode: debouncing change attempt mode=%s", mode); 275 if (LogUtils.isLoggable(LOG_TAG, LogUtils.DEBUG)) { 276 LogUtils.d(LOG_TAG, new Error(), "ViewMode: executing change old=%s new=%s", mMode, 279 LogUtils.i(LOG_TAG, "ViewMode: executing change old=%s new=%s", mMode, mode);
|
FolderListLayout.java | 24 import com.android.mail.utils.LogUtils; 42 LogUtils.d(Utils.VIEW_DEBUGGING_TAG, "FolderListLayout(%s).onMeasure() called", this); 48 LogUtils.d(Utils.VIEW_DEBUGGING_TAG, "FolderListLayout(%s).onLayout() called", this);
|
ConversationCursorLoader.java | 27 import com.android.mail.utils.LogUtils; 61 LogUtils.d(TAG, "Loaders: "); 63 LogUtils.d(TAG, " >> " + loader.mName + " (" + loader.mUri + ")"); 70 LogUtils.d(TAG, "Add loader: " + mUri); 93 LogUtils.d(TAG, "Reset loader/disable cursor: " + mName); 101 LogUtils.d(TAG, "Reset loader/retain cursor: " + mName); 123 LogUtils.d(TAG, "Restarting reset loader: " + mName); 128 LogUtils.d(TAG, "Resuming retained loader: " + mName);
|
FragmentRunnable.java | 23 import com.android.mail.utils.LogUtils; 45 LogUtils.i(LOG_TAG, "Unable to run op='%s' b/c fragment is not attached: %s",
|
UiHandler.java | 25 import com.android.mail.utils.LogUtils; 55 LogUtils.d(LOG_TAG, "UiHandler is disabled in post(). Dropping Runnable."); 70 LogUtils.d(LOG_TAG, "UiHandler is disabled in postDelayed(). Dropping Runnable."); 83 LogUtils.e(LOG_TAG, "Disable UiHandler. Dropping %d Runnables.", count);
|
SuppressNotificationReceiver.java | 24 import com.android.mail.utils.LogUtils; 67 LogUtils.wtf(LOG_TAG, "Malformed mimetype: %s", mMimeType); 72 LogUtils.d(LOG_TAG, "Registering receiver with no mime type"); 123 LogUtils.e(LOG_TAG, "unexpected null context"); 136 LogUtils.e(LOG_TAG, "SuppressNotificationReceiver.onReceive: account=%s, folder=%s", 161 LogUtils.i(LOG_TAG, "Aborting broadcast of intent %s, folder uri is %s",
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
MoveItemsParser.java | 19 import com.android.mail.utils.LogUtils; 53 LogUtils.e(TAG, "Trying to get status for MoveItems, but no status was set"); 97 LogUtils.w(TAG, "Error in MoveItems: %d", status); 101 LogUtils.d(TAG, "Moved message id is now: %s", mNewServerId); 104 LogUtils.d(TAG, "Source message id is: %s", mNewServerId);
|
MeetingResponseParser.java | 19 import com.android.mail.utils.LogUtils; 39 LogUtils.w(TAG, "Error in meeting response: %d", status); 42 LogUtils.d(TAG, "Meeting response calender id: %s", getValue());
|
/packages/apps/UnifiedEmail/src/com/android/bitmap/ |
AltBitmapCache.java | 20 import com.android.mail.utils.LogUtils; 45 if (DEBUG) LogUtils.d(TAG, "AltBitmapCache: block %b", blocking); 71 LogUtils.d(TAG, "AltBitmapCache: %s waiting", Thread.currentThread().getName()); 78 LogUtils.d(TAG, "AltBitmapCache: %s notified", 93 if (DEBUG) LogUtils.d(TAG, "AltBitmapCache: offer +1");
|
/packages/apps/Email/src/com/android/email/mail/transport/ |
StatusOutputStream.java | 20 import com.android.mail.utils.LogUtils; 39 LogUtils.v(Logging.LOG_TAG, "# " + mCount);
|
/packages/apps/Email/tests/src/com/android/emailcommon/ |
DeviceTests.java | 24 import com.android.mail.utils.LogUtils; 32 LogUtils.w(Logging.LOG_TAG, "TelephonyManager not supported. Skipping.");
|
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasLoadAttachment.java | 34 import com.android.mail.utils.LogUtils; 95 LogUtils.e(LOG_TAG, "RemoteException in loadAttachment: %s", e.getMessage()); 152 LogUtils.e(LOG_TAG, "Could not load attachment %d", mAttachmentId); 158 LogUtils.e(LOG_TAG, "Attachment %d lacks a location", mAttachmentId); 166 LogUtils.e(LOG_TAG, "Could not load message %d", mAttachment.mMessageKey); 182 LogUtils.d(LOG_TAG, "Invoking callback for attachmentId: %d with CONNECTION_ERROR", 187 LogUtils.d(LOG_TAG, "Invoking callback for attachmentId: %d with SUCCESS", 198 LogUtils.wtf(LOG_TAG, "Error, mAttachment is null"); 222 LogUtils.wtf(LOG_TAG, "Error, mAttachment is null"); 248 LogUtils.e(LOG_TAG, "IOException while cleaning up attachment: %s", e.getMessage()) [all...] |
EasPing.java | 38 import com.android.mail.utils.LogUtils; 99 LogUtils.d(TAG, "initial ping duration " + mPingDuration + " account " + getAccountId()); 109 LogUtils.d(TAG, "doPing request failure, timed out after %d millis", timeoutDuration); 118 LogUtils.d(TAG, "decreasePingDuration adjusting by " + MAXIMUM_HEARTBEAT_INCREMENT + 126 LogUtils.d(TAG, "increasePingDuration adjusting by " + MAXIMUM_HEARTBEAT_INCREMENT + 195 LogUtils.i(TAG, "Ping expired for account %d", accountId); 200 LogUtils.i(TAG, "Ping found changed folders for account %d", accountId); 208 LogUtils.e(TAG, "Bad ping request for account %d", accountId); 212 LogUtils.i(TAG, "Heartbeat out of bounds for account %d, " + 218 LogUtils.i(TAG, "Too many folders for account %d", accountId) [all...] |
/packages/apps/Exchange/src/com/android/exchange/service/ |
PingSyncSynchronizer.java | 27 import com.android.mail.utils.LogUtils; 134 LogUtils.d(TAG, "Sync is pre-empting a ping"); 140 LogUtils.d(TAG, "Sync needs to wait: Ping: %s, Pending tasks: %d", 157 LogUtils.d(TAG, "Signalling a pending sync to proceed."); 259 LogUtils.d(TAG, "PSS adding account state for %d", accountId); 264 LogUtils.i(TAG, "PSS added first account, starting service"); 278 LogUtils.d(TAG, "PSS removing account state for %d", accountId); 281 LogUtils.i(TAG, "PSS removed last account; stopping service."); 289 LogUtils.d(TAG, "PSS syncStart for account %d", accountId); 301 LogUtils.d(TAG, "PSS syncEnd for account %d", accountId) [all...] |
EasService.java | 43 import com.android.mail.utils.LogUtils; 75 LogUtils.d(TAG, "IEmailService.sendMail: %d", accountId); 81 LogUtils.d(TAG, "IEmailService.loadAttachment: %d", attachmentId); 99 LogUtils.d(TAG, "IEmailService.pushModify: %d", accountId); 126 LogUtils.d(TAG, "IEmailService.sendMeetingResponse: %d, %d", messageId, response); 131 LogUtils.d(TAG, "IEmailService.autoDiscover"); 137 LogUtils.d(TAG, "IEmailService.setLogging"); 142 LogUtils.d(TAG, "IEmailService.deleteAccountPIMData"); 183 LogUtils.d(TAG, "RestartPingsTask did not start any pings."); 231 LogUtils.d(TAG, "Forced shutdown, killing process") [all...] |
CalendarSyncAdapterService.java | 34 import com.android.mail.utils.LogUtils; 68 if (LogUtils.isLoggable(TAG, Log.DEBUG)) { 69 LogUtils.d(TAG, "onPerformSync Calendar starting %s, %s", account.toString(), 72 LogUtils.i(TAG, "onPerformSync Calendar starting %s", extras.toString()); 75 LogUtils.d(TAG, "onPerformSync Calendar finished"); 87 LogUtils.d(TAG, "No-op sync requested, done"); 97 LogUtils.e(TAG, "Null changes cursor in CalendarSyncAdapterService"); 103 LogUtils.d(TAG, "No changes for " + account.name); 129 LogUtils.d(TAG, "requestSync CalendarSyncAdapter %s", mailExtras.toString());
|
/packages/apps/Email/src/com/android/email/service/ |
PolicyService.java | 28 import com.android.mail.utils.LogUtils; 44 LogUtils.e(LOG_TAG, e, "Exception thrown during call to SecurityPolicy#isActive"); 61 LogUtils.e(LOG_TAG, e, "Exception thrown during call to SecurityPolicy#remoteWipe"); 73 LogUtils.e(LOG_TAG, e,
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/ |
Device.java | 24 import com.android.mail.utils.LogUtils; 65 LogUtils.e(Logging.LOG_TAG, 72 LogUtils.w(Logging.LOG_TAG, f.getAbsolutePath() + ": File exists, but can't read?" + 75 LogUtils.w(Logging.LOG_TAG, "Remove failed. Tring to overwrite."); 108 LogUtils.d(Logging.LOG_TAG, "Error in TelephonyManager.getDeviceId(): "
|