Searched refs:shouldUpdate (Results 1 – 6 of 6) sorted by relevance
181 boolean shouldUpdate = true; in updateDivider()183 shouldUpdate = templateLayout.isLayoutDirectionResolved(); in updateDivider()185 if (shouldUpdate) { in updateDivider()
219 boolean shouldUpdate = true; in updateDivider()221 shouldUpdate = templateLayout.isLayoutDirectionResolved(); in updateDivider()223 if (shouldUpdate) { in updateDivider()
429 boolean shouldUpdate = storedTile.getContactAffinity() != affinity || outdatedBirthdayStatus in updateTileContactFields()431 if (shouldUpdate) { in updateTileContactFields()
141 public boolean shouldUpdate(AuthenticatorDescription[] auths, SyncAdapterType[] syncTypes) { in shouldUpdate() method in AccountTypeProvider
505 if (mTypeProvider == null || mTypeProvider.shouldUpdate(
2198 boolean shouldUpdate, boolean activityChange) { in verifyProcessInfoUpdate() argument2201 verify(activity.app, times(shouldUpdate ? 1 : 0)).updateProcessInfo(anyBoolean(), in verifyProcessInfoUpdate()