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

Commit 48ff10d5 authored by Jacky Kao's avatar Jacky Kao Committed by Automerger Merge Worker
Browse files

Merge "Makes AccessibilityNodeInfo#getSourceNodeId as test API" into rvc-dev...

Merge "Makes AccessibilityNodeInfo#getSourceNodeId as test API" into rvc-dev am: f6f8deea am: b6ce1cf0 am: 0272eec6

Change-Id: Iff389a496aadff8ea56bf8092fa8427181c35935
parents 892fe915 0272eec6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4984,6 +4984,7 @@ package android.view.accessibility {

  public class AccessibilityNodeInfo implements android.os.Parcelable {
    method public void addChild(@NonNull android.os.IBinder);
    method public long getSourceNodeId();
    method public void setLeashedParent(@Nullable android.os.IBinder, int);
    method public static void setNumInstancesInUseCounter(java.util.concurrent.atomic.AtomicInteger);
    method public void writeToParcelNoRecycle(android.os.Parcel, int);
+1 −0
Original line number Diff line number Diff line
@@ -3437,6 +3437,7 @@ public class AccessibilityNodeInfo implements Parcelable {
     * @hide
     */
    @UnsupportedAppUsage
    @TestApi
    public long getSourceNodeId() {
        return mSourceNodeId;
    }