Home
last modified time | relevance | path

Searched refs:sameCopy (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/accessibilityservice/
H A DAccessibilityShortcutInfoTest.java123 final AccessibilityShortcutInfo sameCopy = getAccessibilityShortcutInfo( in testEquals() local
125 assertTrue(mShortcutInfo != sameCopy); in testEquals()
126 assertTrue(mShortcutInfo.hashCode() == sameCopy.hashCode()); in testEquals()
127 assertTrue(mShortcutInfo.getComponentName().equals(sameCopy.getComponentName())); in testEquals()
128 assertTrue(mShortcutInfo.equals(sameCopy)); in testEquals()