Home
last modified time | relevance | path

Searched defs:shouldUpdate (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DAccountTypeProvider.java141 public boolean shouldUpdate(AuthenticatorDescription[] auths, SyncAdapterType[] syncTypes) { in shouldUpdate() method in AccountTypeProvider
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityRecordTests.java2198 boolean shouldUpdate, boolean activityChange) { in verifyProcessInfoUpdate()