summaryrefslogtreecommitdiff
path: root/core/java/android/view/SurfaceControl.java
diff options
context:
space:
mode:
authorJeffrey Huang <jeffreyhuang@google.com>2019-12-06 18:53:15 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-12-06 18:53:15 +0000
commit77db95096431d438f057b67998ae5c0abdf498cd (patch)
treead923373c800554297a0b2608d4c4ab59d751db7 /core/java/android/view/SurfaceControl.java
parent5c493742f7640dd48cd60232eddf306735102948 (diff)
parentcb78285b81eb731bf75a7cd869657505caec06ae (diff)
Merge "Rename writeToProto to be dumpDebug"
Diffstat (limited to 'core/java/android/view/SurfaceControl.java')
-rw-r--r--core/java/android/view/SurfaceControl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/SurfaceControl.java b/core/java/android/view/SurfaceControl.java
index 9e5e20ab046b..87628da42599 100644
--- a/core/java/android/view/SurfaceControl.java
+++ b/core/java/android/view/SurfaceControl.java
@@ -901,7 +901,7 @@ public final class SurfaceControl implements Parcelable {
* @param fieldId Field Id of the SurfaceControl as defined in the parent message.
* @hide
*/
- public void writeToProto(ProtoOutputStream proto, long fieldId) {
+ public void dumpDebug(ProtoOutputStream proto, long fieldId) {
final long token = proto.start(fieldId);
proto.write(HASH_CODE, System.identityHashCode(this));
proto.write(NAME, mName);