Searched refs:userLog (Results 1 - 11 of 11) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/
H A DEasAccountService.java161 userLog("Caught authentication error");
165 userLog("Caught IOException: ", (message == null) ? "No message" : message);
168 userLog("Uncaught exception in AccountMailboxService", e);
172 userLog("Sync finished");
184 userLog("Stopped sync finished.");
201 userLog("AccountMailbox redirect error");
227 userLog("Account syncKey INIT to 0");
235 userLog("Initial FolderSync");
251 userLog("Determine EAS protocol version");
255 userLog("OPTION
[all...]
H A DEasSyncService.java240 // userLog("SyncKey set to ", syncKey, " in CalendarProvider");
275 userLog(threadName, ": Alert, aborting ", query);
277 userLog(threadName, ": Alert, no URI?");
285 userLog("Alert, no pending POST");
298 userLog(threadName + ": State = " + s.name());
307 userLog("Interrupting...");
324 userLog("Reset, aborting Ping");
348 userLog("Server supports versions: ", supportedVersions);
444 userLog("Redirecting to: " + loc);
461 userLog("Testin
[all...]
H A DEasOutboxService.java436 userLog("Send cmd: " + cmd);
455 userLog("SendMail error, status: " + status);
473 userLog("Deleting message...");
484 userLog("Message sending failed, code: " + code);
549 userLog("Exception caught in EasOutboxService", e);
552 userLog(mMailbox.mDisplayName, ": sync finished");
553 userLog("Outbox exited with status ", mExitStatus);
/packages/apps/Email/emailsync/src/com/android/emailsync/
H A DAbstractSyncService.java194 public void userLog(String string, int code, String string2) { method in class:AbstractSyncService
196 userLog(string + code + string2);
200 public void userLog(String string, int code) { method in class:AbstractSyncService
202 userLog(string + code);
206 public void userLog(String str, Exception e) { method in class:AbstractSyncService
223 public void userLog(String ...strings) { method in class:AbstractSyncService
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DAbstractSyncParser.java200 userLog("Parsed key for ", mMailbox.mDisplayName, ": ", newKey);
231 userLog("MoreAvailable");
238 void userLog(String ...strings) { method in class:AbstractSyncParser
240 //mService.userLog(strings);
243 void userLog(String string, int num, String string2) { method in class:AbstractSyncParser
245 //mService.userLog(string, num, string2);
H A DAbstractSyncAdapter.java93 public void userLog(String ...strings) { method in class:AbstractSyncAdapter
94 mService.userLog(strings);
104 userLog("Reset SyncKey to 0");
186 //mService.userLog("Results: " + result.length);
259 //mService.userLog("Try to execute ", ops.size(), " CPO's for " + authority);
266 //mService.userLog("Transaction too large; spliting!");
275 //mService.userLog("Try mini-batch of ", mini.size(), " CPO's");
H A DCalendarSyncParser.java393 userLog("Changing (delete/add) event ", serverId);
402 userLog(TAG, "Changed item not found; treating as new.");
418 userLog("All-day event arrived in: " + timeZone.getID());
422 userLog("Not an all-day event locally: " + mLocalTimeZone.getID());
645 userLog(TAG, "Removing " + cnt + " inserts from mOps");
657 userLog(TAG, "Removing deletion ops from mOps");
674 userLog(TAG, sb.toString());
1076 userLog("Deleting ", serverId);
1104 userLog("Changing " + serverId);
1129 userLog("Calenda
[all...]
H A DGalParser.java133 mService.userLog("GAL result range: " + range);
H A DEmailSyncAdapter.java408 userLog("gie, sending ", className, " syncKey: ", syncKey);
569 userLog("Partially loaded: ", msg.mServerId);
933 userLog("Multiple messages with the same serverId/mailbox: " + serverId);
950 userLog("Deleting ", serverId + ", "
993 userLog("Changing ", serverId);
1081 userLog("Update of " + serverId + " failed; will retry");
1149 userLog("Delete duplicate with id: " + dupId);
1160 userLog("Fetched body successfully for ", id);
1163 userLog("Truncating message to " + maxPerFetch);
1216 userLog(mMailbo
[all...]
H A DEmailSyncParser.java184 userLog("Partially loaded: ", msg.mServerId);
551 userLog("Multiple messages with the same serverId/mailbox: " + serverId);
568 userLog("Deleting ", serverId + ", "
611 userLog("Changing ", serverId);
812 userLog("Delete duplicate with id: " + dupId);
879 userLog(mMailbox.mDisplayName, " SyncKey saved as: ", mMailbox.mSyncKey);
H A DContactsSyncParser.java434 userLog("Deleting ", serverId);
482 userLog("Changing contact ", serverId);
514 userLog("Contacts SyncKey saved as: ", mMailbox.mSyncKey);
571 userLog("New contact " + clientId + " was given serverId: " + serverId);
594 userLog("Changed contact " + serverId + " failed with status: " + status);

Completed in 3447 milliseconds