Home
last modified time | relevance | path

Searched refs:toShortString (Results 1 – 25 of 120) sorted by relevance

12345

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DContentProviderConnection.java86 + 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 DHostingRecord.java125 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 DBroadcastHistory.java199 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 DIntentBindRecord.java59 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 DClientWindowFrames.java95 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 DWindowFrames.java187 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 DTransformation.java244 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 DResumeMediaBrowserLogger.kt35 str1 = componentName.toShortString()
46 { str1 = componentName.toShortString() },
69 str1 = componentName.toShortString()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/log/
H A DScreenDecorationsLogger.kt52 { 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 DBlobInfo.java91 return toShortString(); in toString()
94 private String toShortString() { in toShortString() method in BlobInfo
100 + "leases: " + LeaseInfo.toShortString(mLeaseInfos) + "," in toShortString()
H A DLeaseInfo.java96 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 DRggbChannelVector.java203 return String.format("RggbChannelVector%s", toShortString()); in toString()
214 private String toShortString() { in toShortString() method in RggbChannelVector
H A DColorSpaceTransform.java263 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 DAssociationStoreImpl.java82 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 DCompanionDeviceServiceConnector.java139 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 DScrollCaptureTarget.java142 + (mScrollBounds == null ? "null" : mScrollBounds.toShortString())); in dump()
148 + (localVisible == null ? "null" : localVisible.toShortString())); in dump()
H A DInsetsSource.java372 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 DCompanionDevicePresenceMonitor.java328 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 DTracingServiceProxy.java256 "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 DClipData.java688 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 DPositionListenerActivity.java135 mCurrentCount, mPosition.toShortString(), mWidth, mHeight, in updateText()
137 mMappedBounds.toShortString())); in updateText()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityUserState.java574 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 DTvPipBoundsController.java139 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 DRectF.java120 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 DMatrix.java773 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

12345