Searched defs:getBackingHashCode (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/ | ||
D | BundleEntryAdapterTest.kt | 57 fun getBackingHashCode() { in getBackingHashCode() method in com.android.systemui.statusbar.notification.collection.BundleEntryAdapterTest |
D | NotificationEntryAdapterTest.kt | 67 fun getBackingHashCode() { in getBackingHashCode() method in com.android.systemui.statusbar.notification.collection.NotificationEntryAdapterTest |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ | ||
D | EntryAdapter.java | 41 int getBackingHashCode(); in getBackingHashCode() method |
D | BundleEntryAdapter.kt | 37 override fun getBackingHashCode(): Int { in getBackingHashCode() method in com.android.systemui.statusbar.notification.collection.BundleEntryAdapter |
D | NotificationEntryAdapter.kt | 47 override fun getBackingHashCode(): Int { in getBackingHashCode() method in com.android.systemui.statusbar.notification.collection.NotificationEntryAdapter |