/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ContentProviderConnection.java | 86 + provider.name.toShortString() + ": proc=" + provider.proc); in startAssociationIfNeeded() 89 + provider.name.toShortString() + ": proc=" + provider.proc); in startAssociationIfNeeded() 124 toShortString(sb); in toString() 129 public String toShortString() { in toShortString() method in ContentProviderConnection 131 toShortString(sb); in toShortString() 141 public void toShortString(StringBuilder sb) { in toShortString() method in ContentProviderConnection 142 sb.append(provider.toShortString()); in toShortString() 148 sb.append(client.toShortString()); in toClientString()
|
H A D | HostingRecord.java | 125 this(hostingType, hostingName.toShortString(), REGULAR_ZYGOTE, in HostingRecord() 133 this(hostingType, hostingName.toShortString(), REGULAR_ZYGOTE, definingPackageName, in HostingRecord() 139 this(hostingType, hostingName.toShortString(), REGULAR_ZYGOTE, in HostingRecord() 150 this(hostingType, hostingName.toShortString(), hostingZygote); in HostingRecord() 236 return new HostingRecord(HostingRecord.HOSTING_TYPE_EMPTY, hostingName.toShortString(), in byWebviewZygote() 250 return new HostingRecord(HostingRecord.HOSTING_TYPE_EMPTY, hostingName.toShortString(), in byAppZygote()
|
H A D | BroadcastHistory.java | 199 pw.println(r.intent.toShortString(false, true, true, false)); in dumpLocked() 201 pw.print(" targetComp: "); pw.println(r.targetComp.toShortString()); in dumpLocked() 249 pw.println(intent.toShortString(false, true, true, false)); in dumpLocked()
|
H A D | IntentBindRecord.java | 59 pw.print(intent.getIntent().toShortString(false, true, false, false)); in dumpInService() 105 intent.getIntent().toShortString(sb, false, false, false, false); in toString()
|
/aosp14/frameworks/base/core/java/android/window/ |
H A D | ClientWindowFrames.java | 95 return "ClientWindowFrames{frame=" + frame.toShortString(sb) in toString() 96 + " display=" + displayFrame.toShortString(sb) in toString() 97 + " parentFrame=" + parentFrame.toShortString(sb) in toString() 98 + (attachedFrame != null ? " attachedFrame=" + attachedFrame.toShortString() : "") in toString()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowFrames.java | 187 pw.println(prefix + "Frames: parent=" + mParentFrame.toShortString(sTmpSB) in dump() 188 + " display=" + mDisplayFrame.toShortString(sTmpSB) in dump() 189 + " frame=" + mFrame.toShortString(sTmpSB) in dump() 190 + " last=" + mLastFrame.toShortString(sTmpSB) in dump()
|
/aosp14/frameworks/base/core/java/android/view/animation/ |
H A D | Transformation.java | 244 toShortString(sb); in toString() 251 public String toShortString() { in toShortString() method in Transformation 253 toShortString(sb); in toShortString() 260 public void toShortString(StringBuilder sb) { in toShortString() method in Transformation 262 sb.append(" matrix="); sb.append(mMatrix.toShortString()); in toShortString()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/resume/ |
H A D | ResumeMediaBrowserLogger.kt | 35 str1 = componentName.toShortString() 46 { str1 = componentName.toShortString() }, 69 str1 = componentName.toShortString()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/log/ |
H A D | ScreenDecorationsLogger.kt | 52 { str1 = bounds.toShortString() }, 61 { str1 = bounds.toShortString() }, 71 str1 = bounds.toShortString() 88 str2 = boundingRectangle.toShortString()
|
/aosp14/frameworks/base/apex/blobstore/framework/java/android/app/blob/ |
H A D | BlobInfo.java | 91 return toShortString(); in toString() 94 private String toShortString() { in toShortString() method in BlobInfo 100 + "leases: " + LeaseInfo.toShortString(mLeaseInfos) + "," in toShortString()
|
H A D | LeaseInfo.java | 96 private String toShortString() { in toShortString() method in LeaseInfo 100 static String toShortString(List<LeaseInfo> leaseInfos) { in toShortString() method in LeaseInfo 104 sb.append(leaseInfos.get(i).toShortString()); in toShortString()
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/params/ |
H A D | RggbChannelVector.java | 203 return String.format("RggbChannelVector%s", toShortString()); in toString() 214 private String toShortString() { in toShortString() method in RggbChannelVector
|
H A D | ColorSpaceTransform.java | 263 return String.format("ColorSpaceTransform%s", toShortString()); in toString() 275 private String toShortString() { in toShortString() method in ColorSpaceTransform
|
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/ |
H A D | AssociationStoreImpl.java | 82 Log.i(TAG, "addAssociation() " + association.toShortString()); in addAssociation() 111 Log.i(TAG, "updateAssociation() " + updated.toShortString()); in updateAssociation() 166 Log.i(TAG, "removed " + association.toShortString()); in removeAssociation() 307 allAssociations.forEach(assoc -> stringJoiner.add(assoc.toShortString())); in setAssociations()
|
H A D | CompanionDeviceServiceConnector.java | 139 Log.d(TAG, "onServiceConnection_StatusChanged() " + mComponentName.toShortString() in onServiceConnectionStatusChanged() 148 if (DEBUG) Log.d(TAG, "binderDied() " + mComponentName.toShortString()); in binderDied()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | ScrollCaptureTarget.java | 142 + (mScrollBounds == null ? "null" : mScrollBounds.toShortString())); in dump() 148 + (localVisible == null ? "null" : localVisible.toShortString())); in dump()
|
H A D | InsetsSource.java | 372 pw.print(" frame="); pw.print(mFrame.toShortString()); in dump() 374 pw.print(" visibleFrame="); pw.print(mVisibleFrame.toShortString()); in dump() 447 + " mFrame=" + mFrame.toShortString() in toString()
|
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/presence/ |
H A D | CompanionDevicePresenceMonitor.java | 328 out.append(" ").append(a.toShortString()).append('\n'); in dump() 339 out.append(" ").append(a.toShortString()).append('\n'); in dump() 350 out.append(" ").append(a.toShortString()).append('\n'); in dump()
|
/aosp14/frameworks/base/services/core/java/com/android/server/tracing/ |
H A D | TracingServiceProxy.java | 256 "Trace reporting service " + componentName.toShortString() + " does not have " in hasPermission() 269 "Trace reporting service " + componentName.toShortString() + " does not exist"); in hasBindServicePermission() 274 "Trace reporting service " + componentName.toShortString() in hasBindServicePermission()
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | ClipData.java | 688 toShortString(b, true); in toString() 700 public void toShortString(StringBuilder b, boolean redactContent) { in toShortString() method in ClipData.Item 738 mIntent.toShortString(b, redactContent, true, true, true); in toShortString() 1128 toShortString(b, true); in toString() 1139 public void toShortString(StringBuilder b, boolean redactContent) { in toShortString() method in ClipData 1142 first = !mClipDescription.toShortString(b, redactContent); in toShortString() 1169 mItems.get(i).toShortString(b, redactContent); in toShortString()
|
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | PositionListenerActivity.java | 135 mCurrentCount, mPosition.toShortString(), mWidth, mHeight, in updateText() 137 mMappedBounds.toShortString())); in updateText()
|
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | AccessibilityUserState.java | 574 pw.append(componentName.toShortString()); in dump() 578 pw.append(componentName.toShortString()); in dump() 586 pw.append(componentName.toShortString()); in dump() 590 pw.append(componentName.toShortString()); in dump() 598 pw.append(componentName.toShortString()); in dump() 602 pw.append(componentName.toShortString()); in dump()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
H A D | TvPipBoundsController.java | 139 TAG, placement.getBounds().toShortString()); in schedulePinnedStackPlacement() 227 "%s: movePipTo() - new pip bounds: %s", TAG, bounds.toShortString()); in movePipTo()
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | RectF.java | 120 public String toShortString() { in toShortString() method in RectF 121 return toShortString(new StringBuilder(32)); in toShortString() 129 public String toShortString(@NonNull StringBuilder sb) { in toShortString() method in RectF
|
H A D | Matrix.java | 773 toShortString(sb); in toString() 779 public String toShortString() { in toShortString() method in Matrix 781 toShortString(sb); in toShortString() 785 private void toShortString(StringBuilder sb) { in toShortString() method in Matrix
|