HomeSort by relevance Sort by last modified time
    Searched defs:userLog (Results 1 - 8 of 8) sorted by null

  /packages/apps/Exchange/src/com/android/exchange/adapter/
AbstractSyncParser.java 187 userLog("Parsed key for ", mMailbox.mDisplayName, ": ", newKey);
218 userLog("MoreAvailable");
225 void userLog(String ...strings) {
227 //mService.userLog(strings);
230 void userLog(String string, int num, String string2) {
232 //mService.userLog(string, num, string2);
AbstractSyncAdapter.java 93 public void userLog(String ...strings) {
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");
EmailSyncParser.java 167 userLog("Partially loaded: ", msg.mServerId);
534 userLog("Multiple messages with the same serverId/mailbox: " + serverId);
551 userLog("Deleting ", serverId + ", "
594 userLog("Changing ", serverId);
    [all...]
CalendarSyncParser.java 393 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");
    [all...]
  /packages/apps/Email/emailsync/src/com/android/emailsync/
AbstractSyncService.java 194 public void userLog(String string, int code, String string2) {
196 userLog(string + code + string2);
200 public void userLog(String string, int code) {
202 userLog(string + code);
206 public void userLog(String str, Exception e) {
223 public void userLog(String ...strings) {
  /packages/apps/Exchange/src/com/android/exchange/
EasOutboxService.java 436 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);
EasAccountService.java 161 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("OPTIONS response: ", code)
    [all...]
EasSyncService.java 240 // 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("Testing EAS: ", hostAuth.mAddress, ", ", hostAuth.mLogin
    [all...]

Completed in 135 milliseconds