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

/frameworks/opt/bitmap/src/com/android/bitmap/
H A DPooledCache.java25 String toDebugString(); method in interface:PooledCache
H A DUnrefedPooledCache.java170 public String toDebugString() { method in class:UnrefedPooledCache
/frameworks/base/core/java/android/content/
H A DSyncResult.java284 public String toDebugString() { method in class:SyncResult
/frameworks/opt/bitmap/src/com/android/bitmap/util/
H A DInputStreamBuffer.java333 return toDebugString();
338 public String toDebugString() { method in class:InputStreamBuffer
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DInputStreamBuffer.java333 return toDebugString();
338 public String toDebugString() { method in class:InputStreamBuffer
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java702 protected String toDebugString(long now) {
703 return super.toDebugString(now) + ", getAccountCredentialsForClone"
735 protected String toDebugString(long now) {
736 return super.toDebugString(now) + ", getAccountCredentialsForClone"
929 protected String toDebugString(long now) { method in class:AccountManagerService.TestFeaturesSession
930 return super.toDebugString(now) + ", hasFeatures"
1192 protected String toDebugString(long now) { method in class:AccountManagerService.RemoveAccountSession
1193 return super.toDebugString(now) + ", removeAccount"
1553 protected String toDebugString(long now) {
1554 return super.toDebugString(no
2157 protected String toDebugString(long now) { method in class:AccountManagerService.GetAccountsByTypeAndFeatureSession
2508 protected String toDebugString() { method in class:AccountManagerService.Session
2512 protected String toDebugString(long now) { method in class:AccountManagerService.Session
[all...]

Completed in 137 milliseconds