Loading core/java/android/view/accessibility/AccessibilityNodeInfo.java +1 −0 Original line number Diff line number Diff line Loading @@ -3442,6 +3442,7 @@ public class AccessibilityNodeInfo implements Parcelable { mPackageName = other.mPackageName; mClassName = other.mClassName; mText = other.mText; mOriginalText = other.mOriginalText; mHintText = other.mHintText; mError = other.mError; mContentDescription = other.mContentDescription; Loading Loading
core/java/android/view/accessibility/AccessibilityNodeInfo.java +1 −0 Original line number Diff line number Diff line Loading @@ -3442,6 +3442,7 @@ public class AccessibilityNodeInfo implements Parcelable { mPackageName = other.mPackageName; mClassName = other.mClassName; mText = other.mText; mOriginalText = other.mOriginalText; mHintText = other.mHintText; mError = other.mError; mContentDescription = other.mContentDescription; Loading