Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a53169d authored by Felipe Leme's avatar Felipe Leme
Browse files

Fixed test-current.txt.

It broke due to 2 CLs that change it independently.

Bug: 123307965
Test: m update-api

Change-Id: I5e3c1f1844dd473c751f0544fc3252d19b6fb649
parent b495b6b4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2675,6 +2675,8 @@ package android.view.contentcapture {
    method @Nullable public android.view.contentcapture.ViewNode getViewNode();
    method public void writeToParcel(android.os.Parcel, int);
    field public static final android.os.Parcelable.Creator<android.view.contentcapture.ContentCaptureEvent> CREATOR;
    field public static final int TYPE_INITIAL_VIEW_TREE_APPEARED = 5; // 0x5
    field public static final int TYPE_INITIAL_VIEW_TREE_APPEARING = 4; // 0x4
    field public static final int TYPE_VIEW_APPEARED = 1; // 0x1
    field public static final int TYPE_VIEW_DISAPPEARED = 2; // 0x2
    field public static final int TYPE_VIEW_TEXT_CHANGED = 3; // 0x3