Home
last modified time | relevance | path

Searched refs:errorLog (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DAbstractSyncParser.java134 mService.errorLog("Sync failed: " + CommandStatus.toString(status)); in parse()
141 mService.errorLog("Bad sync key; RESET and delete data"); in parse()
DFolderSyncParser.java154 mService.errorLog("FolderSync failed: " + CommandStatus.toString(status)); in parse()
165 mService.errorLog("Bad sync key; RESET and delete all folders"); in parse()
186 mService.errorLog("Throwing IOException; will retry later"); in parse()
DAttachmentLoader.java232 mService.errorLog("Can't get attachment; write file not found?"); in loadAttachment()
/packages/apps/Exchange/exchange2/src/com/android/exchange/
DEasAccountService.java177 errorLog("Sync ended due to an exception."); in run()
292 errorLog("OPTIONS command failed; throwing IOException"); in sync()
485 errorLog("*** PING ERROR LOOP: Set " + mailbox.mDisplayName + " to " + mins in pushFallback()
DAbstractSyncService.java244 public void errorLog(String str) { in errorLog() method in AbstractSyncService
DEasSyncService.java1938 errorLog("Sync ended due to an exception."); in run()