Loading core/java/android/content/ComponentName.java +6 −0 Original line number Diff line number Diff line Loading @@ -305,6 +305,12 @@ public final class ComponentName implements Parcelable, Cloneable, Comparable<Co proto.end(token); } /** * {@inheritDoc} * * <p>Two components are considered to be equal if the packages in which they reside have the * same name, and if the classes that implement each component also have the same name. */ @Override public boolean equals(Object obj) { try { Loading Loading
core/java/android/content/ComponentName.java +6 −0 Original line number Diff line number Diff line Loading @@ -305,6 +305,12 @@ public final class ComponentName implements Parcelable, Cloneable, Comparable<Co proto.end(token); } /** * {@inheritDoc} * * <p>Two components are considered to be equal if the packages in which they reside have the * same name, and if the classes that implement each component also have the same name. */ @Override public boolean equals(Object obj) { try { Loading