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

/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java653 protected String toDebugString(long now) { method in class:AccountManagerService.TestFeaturesSession
654 return super.toDebugString(now) + ", hasFeatures"
701 protected String toDebugString(long now) { method in class:AccountManagerService.RemoveAccountSession
702 return super.toDebugString(now) + ", removeAccount"
1034 protected String toDebugString(long now) {
1035 return super.toDebugString(now) + ", getAuthTokenLabel"
1116 protected String toDebugString(long now) {
1118 return super.toDebugString(now) + ", getAuthToken"
1286 protected String toDebugString(long now) {
1287 return super.toDebugString(no
1492 protected String toDebugString(long now) { method in class:AccountManagerService.GetAccountsByTypeAndFeatureSession
1721 protected String toDebugString() { method in class:AccountManagerService.Session
1725 protected String toDebugString(long now) { method in class:AccountManagerService.Session
[all...]
/frameworks/base/core/java/android/content/
H A DSyncResult.java279 public String toDebugString() { method in class:SyncResult

Completed in 405 milliseconds