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

  /packages/apps/Exchange/src/com/android/exchange/adapter/
AbstractSyncParser.java 177 userLog("Parsed key for ", mMailbox.mDisplayName, ": ", newKey);
211 userLog("Changes found to ping loop mailbox ", mMailbox.mDisplayName, ": will ping.");
226 userLog("Aborting account syncs due to mailbox change to ping...");
232 userLog("MoreAvailable");
237 void userLog(String ...strings) {
238 mService.userLog(strings);
241 void userLog(String string, int num, String string2) {
242 mService.userLog(string, num, string2);
MeetingResponseParser.java 39 mService.userLog("Error in meeting response: " + status);
42 mService.userLog("Meeting response calendar id: " + getValue());
SettingsParser.java 47 mService.userLog("Settings status = ", status);
76 mService.userLog("Set status = ", getValueInt());
MoveItemsParser.java 86 mService.userLog("Error in MoveItems: " + status);
90 mService.userLog("Moved message id is now: " + mNewServerId);
PingParser.java 58 mService.userLog("Changes found in: ", serverId);
75 mService.userLog("Ping completed, status = ", status);
AbstractSyncAdapter.java 83 public void userLog(String ...strings) {
84 mService.userLog(strings);
128 userLog("Reset SyncKey to 0");
FolderSyncParser.java 190 userLog("New Account SyncKey: ", mAccount.mSyncKey);
201 userLog("Leaving FolderSyncParser with Account syncKey=", mAccount.mSyncKey);
223 userLog("Deleting ", serverId);
470 userLog("Updating ", serverId);
510 userLog("Rejecting unknown type mailbox: " + m.mDisplayName);
516 userLog("Adding mailbox: ", m.mDisplayName);
522 userLog("Applying ", mOperations.size(), " mailbox operations.");
529 userLog("RemoteException in commitMailboxes");
532 userLog("OperationApplicationException in commitMailboxes");
AttachmentLoader.java 117 mService.userLog("Expected attachment length: ", len);
122 mService.userLog("Attachment load reached EOF, totalRead: ", totalRead);
146 mService.userLog("Read more than expected: ", totalRead);
Search.java 118 svc.userLog("Search returned " + code);
124 svc.userLog("Search exception " + e);
209 mService.userLog("Saved " + ops.size() + " search results");
CalendarSyncAdapter.java 264 userLog("SyncKey retrieved as ", syncKey, " from CalendarProvider");
289 userLog("SyncKey set to ", syncKey, " in CalendarProvider");
457 userLog("Changing (delete/add) event ", serverId);
466 userLog(TAG, "Changed item not found; treating as new.");
482 userLog("All-day event arrived in: " + timeZone.getID());
486 userLog("Not an all-day event locally: " + mLocalTimeZone.getID());
625 mService.userLog("Maximum number of attendees exceeded; redacting");
    [all...]
GalParser.java 133 mService.userLog("GAL result range: " + range);
ProvisionParser.java 508 mService.userLog("Policy type: ", policyType);
514 mService.userLog("Policy status: ", getValue());
544 mService.userLog("DeviceInformation status: " + getValue());
561 mService.userLog("Provision status: ", status);
EmailSyncAdapter.java 404 userLog("gie, sending ", className, " syncKey: ", syncKey);
532 userLog("Partially loaded: ", msg.mServerId);
    [all...]
ContactsSyncAdapter.java 218 userLog("SyncKey set to ", syncKey, " in ContactsProvider");
719 userLog("Deleting ", serverId);
767 userLog("Changing contact ", serverId);
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/
EasSyncService.java 292 userLog(threadName, ": Alert, aborting ", query);
294 userLog(threadName, ": Alert, no URI?");
302 userLog("Alert, no pending POST");
315 userLog(threadName + ": State = " + s.name());
324 userLog("Interrupting...");
341 userLog("Reset, aborting Ping");
373 userLog("Server supports versions: ", supportedVersions);
463 userLog("Testing EAS: ", hostAuth.mAddress, ", ", hostAuth.mLogin,
480 userLog("Validation (OPTIONS) response: " + code);
488 userLog("OPTIONS response without commands or versions")
    [all...]
AbstractSyncService.java 192 public void userLog(String string, int code, String string2) {
194 userLog(string + code + string2);
198 public void userLog(String string, int code) {
200 userLog(string + code);
204 public void userLog(String str, Exception e) {
221 public void userLog(String ...strings) {
EasOutboxService.java 371 userLog("Send cmd: " + cmd);
390 userLog("SendMail error, status: " + status);
408 userLog("Deleting message...");
420 userLog("Message sending failed, code: " + code);
489 userLog("Exception caught in EasOutboxService", e);
492 userLog(mMailbox.mDisplayName, ": sync finished");
493 userLog("Outbox exited with status ", mExitStatus);

Completed in 489 milliseconds