OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:userLog
(Results
1 - 11
of
11
) sorted by null
/packages/apps/Exchange/src/com/android/exchange/
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
...]
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);
/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/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);
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");
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
...]
GalParser.java
133
mService.
userLog
("GAL result range: " + range);
EmailSyncAdapter.java
408
userLog
("gie, sending ", className, " syncKey: ", syncKey);
569
userLog
("Partially loaded: ", msg.mServerId);
[
all
...]
EmailSyncParser.java
184
userLog
("Partially loaded: ", msg.mServerId);
551
userLog
("Multiple messages with the same serverId/mailbox: " + serverId);
568
userLog
("Deleting ", serverId + ", "
611
userLog
("Changing ", serverId);
[
all
...]
ContactsSyncParser.java
434
userLog
("Deleting ", serverId);
482
userLog
("Changing contact ", serverId);
514
userLog
("Contacts SyncKey saved as: ", mMailbox.mSyncKey);
571
userLog
("New contact " + clientId + " was given serverId: " + serverId);
594
userLog
("Changed contact " + serverId + " failed with status: " + status);
[
all
...]
Completed in 345 milliseconds