/frameworks/base/services/java/com/android/server/am/ |
D | ContentProviderConnection.java | 51 toShortString(sb); in toString() 56 public String toShortString() { in toShortString() method in ContentProviderConnection 58 toShortString(sb); in toShortString() 68 public void toShortString(StringBuilder sb) { in toShortString() method in ContentProviderConnection 69 sb.append(provider.toShortString()); in toShortString() 75 sb.append(client.toShortString()); in toClientString()
|
D | IntentBindRecord.java | 58 pw.print(intent.getIntent().toShortString(false, true, false, false)); in dumpInService() 110 intent.getIntent().toShortString(sb, false, false, false, false); in toString()
|
D | ProcessRecord.java | 310 pw.print(prefix); pw.print(" - "); pw.println(conProviders.get(i).toShortString()); in dump() 390 public String toShortString() { in toShortString() method in ProcessRecord 395 toShortString(sb); in toShortString() 399 void toShortString(StringBuilder sb) { in toShortString() method in ProcessRecord 426 toShortString(sb); in toString()
|
D | TaskRecord.java | 120 intent.toShortString(sb, false, true, false, true); in dump() 127 affinityIntent.toShortString(sb, false, true, false, true); in dump()
|
D | BroadcastRecord.java | 90 pw.print(callerApp != null ? callerApp.toShortString() : "null"); in dump() 136 pw.println((curComponent != null ? curComponent.toShortString() : "--")); in dump()
|
D | PendingIntentRecord.java | 164 ? requestIntent.toShortString(false, true, false, false) : "<null>") in toString() 341 pw.println(key.requestIntent.toShortString(false, true, true, true)); in dump()
|
D | ReceiverList.java | 72 pw.print(prefix); pw.print("app="); pw.print(app.toShortString()); in dumpLocal()
|
D | ContentProviderRecord.java | 211 public String toShortString() { in toShortString() method in ContentProviderRecord
|
D | ProviderMap.java | 254 pw.println(r.toShortString()); in dumpProvidersByNameLocked()
|
/frameworks/base/core/java/android/view/animation/ |
D | Transformation.java | 151 toShortString(sb); in toString() 158 public String toShortString() { in toShortString() method in Transformation 160 toShortString(sb); in toShortString() 167 public void toShortString(StringBuilder sb) { in toShortString() method in Transformation 169 sb.append(" matrix="); mMatrix.toShortString(sb); in toShortString()
|
/frameworks/base/core/java/android/content/ |
D | ClipData.java | 586 toShortString(b); in toString() 593 public void toShortString(StringBuilder b) { in toShortString() method in ClipData.Item 605 mIntent.toShortString(b, true, true, true, true); in toShortString() 798 toShortString(b); in toString() 805 public void toShortString(StringBuilder b) { in toShortString() method in ClipData 808 first = !mClipDescription.toShortString(b); in toShortString() 828 mItems.get(i).toShortString(b); in toShortString()
|
D | ClipDescription.java | 196 toShortString(b); in toString() 203 public boolean toShortString(StringBuilder b) { in toShortString() method in ClipDescription
|
D | ComponentName.java | 176 public String toShortString() { in toShortString() method in ComponentName
|
D | Intent.java | 6357 toShortString(b, true, true, true, false); in toString() 6368 toShortString(b, false, true, true, false); in toInsecureString() 6379 toShortString(b, false, true, true, true); in toInsecureStringWithClip() 6386 public String toShortString(boolean secure, boolean comp, boolean extras, boolean clip) { in toShortString() method 6388 toShortString(b, secure, comp, extras, clip); in toShortString() 6393 public void toShortString(StringBuilder b, boolean secure, boolean comp, boolean extras, in toShortString() method 6460 b.append("bnds=").append(mSourceBounds.toShortString()); in toShortString() 6469 mClipData.toShortString(b); in toShortString() 6484 mSelector.toShortString(b, secure, comp, extras, clip); in toShortString()
|
/frameworks/base/graphics/java/android/graphics/ |
D | RectF.java | 116 public String toShortString() { in toShortString() method in RectF 117 return toShortString(new StringBuilder(32)); in toShortString() 124 public String toShortString(StringBuilder sb) { in toShortString() method in RectF
|
D | Matrix.java | 742 toShortString(sb); in toString() 748 public String toShortString() { in toShortString() method in Matrix 750 toShortString(sb); in toShortString() 757 public void toShortString(StringBuilder sb) { in toShortString() method in Matrix
|
D | Rect.java | 112 public String toShortString() { in toShortString() method in Rect 113 return toShortString(new StringBuilder(32)); in toShortString() 120 public String toShortString(StringBuilder sb) { in toShortString() method in Rect
|
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 322 ? "no component name" : componentName.toShortString()) in toString() 2015 name = compname.toShortString(); in startActivityNow() 2120 + ", comp=" + r.intent.getComponent().toShortString() in performLaunchActivity() 2147 "Activity " + r.intent.getComponent().toShortString() + in performLaunchActivity() 2166 "Activity " + r.intent.getComponent().toShortString() + in performLaunchActivity() 2263 "Activity " + r.intent.getComponent().toShortString() + in handleLaunchActivity() 2274 + r.intent.getComponent().toShortString() in handleLaunchActivity() 2370 + ", comp=" + data.intent.getComponent().toShortString() in handleReceiver() 2744 + r.intent.getComponent().toShortString() in performResumeActivity() 2930 + r.intent.getComponent().toShortString() in createThumbnailBitmap() [all …]
|
D | Activity.java | 5117 "Activity " + mComponent.toShortString() + in performStart() 5166 "Activity " + mComponent.toShortString() + in performRestart() 5185 "Activity " + mComponent.toShortString() + in performResume() 5198 "Activity " + mComponent.toShortString() + in performResume() 5211 "Activity " + mComponent.toShortString() + in performPause() 5249 "Activity " + mComponent.toShortString() + in performStop()
|
/frameworks/base/core/java/android/view/ |
D | ViewRootImpl.java | 1378 if (DEBUG_LAYOUT) Log.v(TAG, "relayout: frame=" + frame.toShortString() in performTraversals() 1379 + " content=" + mPendingContentInsets.toShortString() in performTraversals() 1380 + " visible=" + mPendingVisibleInsets.toShortString() in performTraversals() 2421 + mScrollY + " vi=" + vi.toShortString()); in scrollToRectOrFocus() 2433 + " ci=" + ci.toShortString() in scrollToRectOrFocus() 2434 + " vi=" + vi.toShortString()); in scrollToRectOrFocus() 2438 + ": focusRect=" + mTempRect.toShortString()); in scrollToRectOrFocus() 2445 + mTempRect.toShortString() in scrollToRectOrFocus() 2446 + " visRect=" + mVisRect.toShortString()); in scrollToRectOrFocus() 2451 + mTempRect.toShortString() in scrollToRectOrFocus() [all …]
|
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/ |
D | AccessibilityNodeInfoDumper.java | 117 AccessibilityNodeInfoHelper.getVisibleBoundsInScreen(node).toShortString()); in dumpNodeRec()
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | WallpaperService.java | 523 out.print(mVisibleInsets.toShortString()); in dump() 524 out.print(" mWinFrame="); out.print(mWinFrame.toShortString()); in dump() 525 out.print(" mContentInsets="); out.println(mContentInsets.toShortString()); in dump()
|
/frameworks/base/services/java/com/android/server/wm/ |
D | WindowState.java | 513 + "): frame=" + mFrame.toShortString() in computeFrameLw() 514 + " ci=" + contentInsets.toShortString() in computeFrameLw() 515 + " vi=" + visibleInsets.toShortString()); in computeFrameLw()
|
D | AppWindowAnimator.java | 305 pw.println(thumbnailTransformation.toShortString()); in dump()
|
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
D | KeyguardViewManager.java | 132 Log.v("TAG", "bug 7643792: fitSystemWindows(" + insets.toShortString() + ")"); in fitSystemWindows()
|