Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/model/
DWidgetsListContentEntry.java93 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()
DWidgetsListHeaderEntry.java114 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()
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsServiceInfo.java450 TextEntry otherEntry = (TextEntry) other; in equals() local
452 return key.equals(otherEntry.key) && Arrays.equals(value, otherEntry.value); in equals()
/packages/modules/Connectivity/tests/unit/java/android/net/
DNetworkStatsTest.java985 final NetworkStats.Entry otherEntry = new NetworkStats.Entry( in testApply464xlatAdjustments() local
997 .insertEntry(otherEntry); in testApply464xlatAdjustments()
1018 assertEquals(otherEntry, stats.getValues(2, null)); in testApply464xlatAdjustments()