Searched defs:toDebugString (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/
H A DSyncResult.java279 public String toDebugString() { method in class:SyncResult
/frameworks/base/services/java/com/android/server/accounts/
H A DAccountManagerService.java586 protected String toDebugString(long now) {
587 return super.toDebugString(now) + ", getAccountCredentialsForClone"
619 protected String toDebugString(long now) {
620 return super.toDebugString(now) + ", getAccountCredentialsForClone"
813 protected String toDebugString(long now) { method in class:AccountManagerService.TestFeaturesSession
814 return super.toDebugString(now) + ", hasFeatures"
869 protected String toDebugString(long now) { method in class:AccountManagerService.RemoveAccountSession
870 return super.toDebugString(now) + ", removeAccount"
1218 protected String toDebugString(long now) {
1219 return super.toDebugString(no
1702 protected String toDebugString(long now) { method in class:AccountManagerService.GetAccountsByTypeAndFeatureSession
2030 protected String toDebugString() { method in class:AccountManagerService.Session
2034 protected String toDebugString(long now) { method in class:AccountManagerService.Session
[all...]

Completed in 70 milliseconds