Searched refs:otherEntry (Results 1 – 4 of 4) sorted by relevance
93 WidgetsListContentEntry otherEntry = (WidgetsListContentEntry) obj; in equals()94 return mWidgets.equals(otherEntry.mWidgets) && mPkgItem.equals(otherEntry.mPkgItem) in equals()95 && mTitleSectionName.equals(otherEntry.mTitleSectionName) in equals()96 && mMaxSpanSize == otherEntry.mMaxSpanSize; in equals()
114 WidgetsListHeaderEntry otherEntry = (WidgetsListHeaderEntry) obj; in equals()115 return mWidgets.equals(otherEntry.mWidgets) && mPkgItem.equals(otherEntry.mPkgItem) in equals()116 && mTitleSectionName.equals(otherEntry.mTitleSectionName) in equals()117 && mIsWidgetListShown == otherEntry.mIsWidgetListShown in equals()118 && mVisibleWidgetsCount == otherEntry.mVisibleWidgetsCount in equals()119 && mIsSearchEntry == otherEntry.mIsSearchEntry; in equals()
450 TextEntry otherEntry = (TextEntry) other; in equals() local452 return key.equals(otherEntry.key) && Arrays.equals(value, otherEntry.value); in equals()
985 final NetworkStats.Entry otherEntry = new NetworkStats.Entry( in testApply464xlatAdjustments() local997 .insertEntry(otherEntry); in testApply464xlatAdjustments()1018 assertEquals(otherEntry, stats.getValues(2, null)); in testApply464xlatAdjustments()