Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountTypeProvider.java146 if (!deepEquals(mAuthTypes.get(auth.type), auth)) { in shouldUpdate()
266 private boolean deepEquals(AuthenticatorDescription auth1, AuthenticatorDescription auth2) { in deepEquals() method in AccountTypeProvider
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/enterprise/
DCrossProfileCalendarHelperTest.java80 assertTrue(Objects.deepEquals(CrossProfileCalendarHelper.CALENDARS_TABLE_WHITELIST, in testNoProjection_getFullWhitelistedProjectionForCalendars()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationDiff.java204 || !Objects.deepEquals(oldNotification.actions, newNotification.actions)) { in sameNotificationContent()