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

  /packages/apps/Exchange/src/com/android/exchange/adapter/
AbstractSyncParser.java 200 userLog("Parsed key for ", mMailbox.mDisplayName, ": ", newKey);
231 userLog("MoreAvailable");
238 void userLog(String ...strings) {
240 //mService.userLog(strings);
243 void userLog(String string, int num, String string2) {
245 //mService.userLog(string, num, string2);
CalendarSyncParser.java 394 userLog("Changing (delete/add) event ", serverId);
403 userLog(TAG, "Changed item not found; treating as new.");
419 userLog("All-day event arrived in: " + timeZone.getID());
423 userLog("Not an all-day event locally: " + mLocalTimeZone.getID());
    [all...]
EmailSyncParser.java 191 userLog("Partially loaded: ", msg.mServerId);
563 userLog("Multiple messages with the same serverId/mailbox: " + serverId);
580 userLog("Deleting ", serverId + ", "
623 userLog("Changing ", serverId);
    [all...]
ContactsSyncParser.java 439 userLog("Deleting ", serverId);
490 userLog("Changing contact ", serverId);
523 userLog("Contacts SyncKey saved as: ", mMailbox.mSyncKey);
580 userLog("New contact " + clientId + " was given serverId: " + serverId);
603 userLog("Changed contact " + serverId + " failed with status: " + status);
    [all...]

Completed in 82 milliseconds