Searched refs:sameCopy (Results 1 – 1 of 1) sorted by relevance
123 final AccessibilityShortcutInfo sameCopy = getAccessibilityShortcutInfo( in testEquals() local125 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()