Home
last modified time | relevance | path

Searched refs:shouldUpdate (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
H A DListMixin.java181 boolean shouldUpdate = true; in updateDivider()
183 shouldUpdate = templateLayout.isLayoutDirectionResolved(); in updateDivider()
185 if (shouldUpdate) { in updateDivider()
/aosp12/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/template/
H A DRecyclerMixin.java219 boolean shouldUpdate = true; in updateDivider()
221 shouldUpdate = templateLayout.isLayoutDirectionResolved(); in updateDivider()
223 if (shouldUpdate) { in updateDivider()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleSpaceUtils.java429 boolean shouldUpdate = storedTile.getContactAffinity() != affinity || outdatedBirthdayStatus in updateTileContactFields()
431 if (shouldUpdate) { in updateTileContactFields()
/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/packages/apps/Contacts/src/com/android/contacts/model/
H A DAccountTypeManager.java505 if (mTypeProvider == null || mTypeProvider.shouldUpdate(
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityRecordTests.java2198 boolean shouldUpdate, boolean activityChange) { in verifyProcessInfoUpdate() argument
2201 verify(activity.app, times(shouldUpdate ? 1 : 0)).updateProcessInfo(anyBoolean(), in verifyProcessInfoUpdate()