Home
last modified time | relevance | path

Searched refs:toDebugString (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/
DPooledCache.java25 String toDebugString(); in toDebugString() method
DUnrefedPooledCache.java170 public String toDebugString() { in toDebugString() method in UnrefedPooledCache
DDecodeTask.java261 + mCache.toDebugString()); in decode()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java688 protected String toDebugString(long now) { in copyAccountToUser() method
689 return super.toDebugString(now) + ", getAccountCredentialsForClone" in copyAccountToUser()
724 protected String toDebugString(long now) { in completeCloningAccount() method
725 return super.toDebugString(now) + ", getAccountCredentialsForClone" in completeCloningAccount()
925 protected String toDebugString(long now) { in toDebugString() method in AccountManagerService.TestFeaturesSession
926 return super.toDebugString(now) + ", hasFeatures" in toDebugString()
1164 protected String toDebugString(long now) { in toDebugString() method in AccountManagerService.RemoveAccountSession
1165 return super.toDebugString(now) + ", removeAccount" in toDebugString()
1522 protected String toDebugString(long now) { in getAuthTokenLabel() method
1523 return super.toDebugString(now) + ", getAuthTokenLabel" in getAuthTokenLabel()
[all …]
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DInputStreamBuffer.java333 return toDebugString(); in toString()
338 public String toDebugString() { in toDebugString() method in InputStreamBuffer
/frameworks/opt/bitmap/src/com/android/bitmap/util/
DInputStreamBuffer.java333 return toDebugString(); in toString()
338 public String toDebugString() { in toDebugString() method in InputStreamBuffer
/frameworks/base/core/java/android/content/
DSyncResult.java284 public String toDebugString() { in toDebugString() method in SyncResult
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DBasicBitmapDrawable.java222 "CACHE MISS key=%s\ncache=%s", mCurrKey, mCache.toDebugString())); in setImage()
/frameworks/base/api/
Dcurrent.txt8177 method public java.lang.String toDebugString();