Home
last modified time | relevance | path

Searched refs:userLog (Results 1 – 18 of 18) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/
DEasAccountService.java158 userLog("Caught authentication error"); in run()
162 userLog("Caught IOException: ", (message == null) ? "No message" : message); in run()
165 userLog("Uncaught exception in AccountMailboxService", e); in run()
169 userLog("Sync finished"); in run()
181 userLog("Stopped sync finished."); in run()
198 userLog("AccountMailbox redirect error"); in canHandleAccountMailboxRedirect()
231 userLog("Account syncKey INIT to 0"); in sync()
239 userLog("Initial FolderSync"); in sync()
255 userLog("Determine EAS protocol version"); in sync()
259 userLog("OPTIONS response: ", code); in sync()
[all …]
DEasSyncService.java239 userLog(threadName, ": Alert, aborting ", query); in alarm()
241 userLog(threadName, ": Alert, no URI?"); in alarm()
249 userLog("Alert, no pending POST"); in alarm()
262 userLog(threadName + ": State = " + s.name()); in alarm()
271 userLog("Interrupting..."); in alarm()
288 userLog("Reset, aborting Ping"); in reset()
320 userLog("Server supports versions: ", supportedVersions); in setupProtocolVersion()
418 userLog("Redirecting to: " + loc); in getValidateRedirect()
435 userLog("Testing EAS: ", hostAuth.mAddress, ", ", hostAuth.mLogin, in validateAccount()
449 userLog("Validation (OPTIONS) response: " + code); in validateAccount()
[all …]
DAbstractSyncService.java192 public void userLog(String string, int code, String string2) { in userLog() method in AbstractSyncService
194 userLog(string + code + string2); in userLog()
198 public void userLog(String string, int code) { in userLog() method in AbstractSyncService
200 userLog(string + code); in userLog()
204 public void userLog(String str, Exception e) { in userLog() method in AbstractSyncService
221 public void userLog(String ...strings) { in userLog() method in AbstractSyncService
DEasOutboxService.java402 userLog("Send cmd: " + cmd); in sendMessage()
421 userLog("SendMail error, status: " + status); in sendMessage()
439 userLog("Deleting message..."); in sendMessage()
451 userLog("Message sending failed, code: " + code); in sendMessage()
520 userLog("Exception caught in EasOutboxService", e); in run()
523 userLog(mMailbox.mDisplayName, ": sync finished"); in run()
524 userLog("Outbox exited with status ", mExitStatus); in run()
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DAbstractSyncParser.java177 userLog("Parsed key for ", mMailbox.mDisplayName, ": ", newKey); in parse()
211 userLog("Changes found to ping loop mailbox ", mMailbox.mDisplayName, ": will ping."); in parse()
226 userLog("Aborting account syncs due to mailbox change to ping..."); in parse()
232 userLog("MoreAvailable"); in parse()
237 void userLog(String ...strings) { in userLog() method in AbstractSyncParser
238 mService.userLog(strings); in userLog()
241 void userLog(String string, int num, String string2) { in userLog() method in AbstractSyncParser
242 mService.userLog(string, num, string2); in userLog()
DAbstractSyncAdapter.java95 public void userLog(String ...strings) { in userLog() method in AbstractSyncAdapter
96 mService.userLog(strings); in userLog()
140 userLog("Reset SyncKey to 0"); in getSyncKey()
223 mService.userLog("Results: " + result.length); in execute()
295 mService.userLog("Try to execute ", ops.size(), " CPO's for " + authority); in safeExecute()
302 mService.userLog("Transaction too large; spliting!"); in safeExecute()
311 mService.userLog("Try mini-batch of ", mini.size(), " CPO's"); in safeExecute()
DMeetingResponseParser.java39 mService.userLog("Error in meeting response: " + status); in parseResult()
42 mService.userLog("Meeting response calendar id: " + getValue()); in parseResult()
DFolderSyncParser.java192 userLog("New Account SyncKey: ", mAccount.mSyncKey); in parse()
203 userLog("Leaving FolderSyncParser with Account syncKey=", mAccount.mSyncKey); in parse()
225 userLog("Deleting ", serverId); in deleteParser()
475 userLog("Updating ", serverId); in updateParser()
515 userLog("Rejecting unknown type mailbox: " + m.mDisplayName); in commitMailboxes()
521 userLog("Adding mailbox: ", m.mDisplayName); in commitMailboxes()
527 userLog("Applying ", mOperations.size(), " mailbox operations."); in commitMailboxes()
534 userLog("RemoteException in commitMailboxes"); in commitMailboxes()
537 userLog("OperationApplicationException in commitMailboxes"); in commitMailboxes()
DSettingsParser.java47 mService.userLog("Settings status = ", status); in parse()
76 mService.userLog("Set status = ", getValueInt()); in parseSet()
DMoveItemsParser.java86 mService.userLog("Error in MoveItems: " + status); in parseResponse()
90 mService.userLog("Moved message id is now: " + mNewServerId); in parseResponse()
DCalendarSyncAdapter.java282 userLog("SyncKey retrieved as ", syncKey, " from CalendarProvider"); in getSyncKey()
307 userLog("SyncKey set to ", syncKey, " in CalendarProvider"); in setSyncKey()
472 userLog("Changing (delete/add) event ", serverId); in addEvent()
481 userLog(TAG, "Changed item not found; treating as new."); in addEvent()
497 userLog("All-day event arrived in: " + timeZone.getID()); in addEvent()
501 userLog("Not an all-day event locally: " + mLocalTimeZone.getID()); in addEvent()
645 mService.userLog("Maximum number of attendees exceeded; redacting"); in addEvent()
721 userLog(TAG, "Removing " + cnt + " inserts from mOps"); in addEvent()
733 userLog(TAG, "Removing deletion ops from mOps"); in addEvent()
750 userLog(TAG, sb.toString()); in logEventColumns()
[all …]
DPingParser.java58 mService.userLog("Changes found in: ", serverId); in parsePingFolders()
75 mService.userLog("Ping completed, status = ", status); in parse()
DAttachmentLoader.java119 mService.userLog("Expected attachment length: ", len); in readChunked()
124 mService.userLog("Attachment load reached EOF, totalRead: ", totalRead); in readChunked()
148 mService.userLog("Read more than expected: ", totalRead); in readChunked()
DSearch.java125 svc.userLog("Search returned " + code); in searchMessages()
131 svc.userLog("Search exception " + e); in searchMessages()
220 mService.userLog("Saved " + ops.size() + " search results"); in parseStore()
DProvisionParser.java544 mService.userLog("Policy type: ", policyType); in parsePolicy()
550 mService.userLog("Policy status: ", getValue()); in parsePolicy()
580 mService.userLog("DeviceInformation status: " + getValue()); in parseDeviceInformation()
597 mService.userLog("Provision status: ", status); in parse()
DEmailSyncAdapter.java429 userLog("gie, sending ", className, " syncKey: ", syncKey); in getEstimate()
561 userLog("Partially loaded: ", msg.mServerId);
924 userLog("Multiple messages with the same serverId/mailbox: " + serverId);
941 userLog("Deleting ", serverId + ", "
984 userLog("Changing ", serverId);
1074 mService.userLog("Update of " + serverId + " failed; will retry");
1129 userLog("Delete duplicate with id: " + dupId);
1140 userLog("Fetched body successfully for ", id);
1195 userLog(mMailbox.mDisplayName, " SyncKey saved as: ", mMailbox.mSyncKey);
1321 userLog("Postponing deletion of referenced message: ", serverId);
DContactsSyncAdapter.java287 userLog("SyncKey set to ", syncKey, " in ContactsProvider"); in setSyncKey()
785 userLog("Deleting ", serverId); in deleteParser()
833 userLog("Changing contact ", serverId); in changeParser()
868 userLog("Contacts SyncKey saved as: ", mMailbox.mSyncKey); in commit()
925 userLog("New contact " + clientId + " was given serverId: " + serverId); in addResponsesParser()
948 userLog("Changed contact " + serverId + " failed with status: " + status); in changeResponsesParser()
1058 mService.userLog("Executing ", size(), " CPO's"); in execute()
1879 userLog("Sending Contacts changes to the server"); in sendLocalChanges()
1885 userLog("Creating new contact with clientId: ", clientId); in sendLocalChanges()
1895 userLog("Deleting contact with serverId: ", serverId); in sendLocalChanges()
[all …]
DGalParser.java133 mService.userLog("GAL result range: " + range); in parseStore()