Searched refs:isUpdate (Results 1 – 10 of 10) sorted by relevance
84 final boolean isUpdate = Build.VERSION.SDK_INT >= Build.VERSION_CODES.M in testValuesDiffUpdate()85 ? builderWrapper.getBuilder().build().isUpdate() in testValuesDiffUpdate()87 assertTrue("Didn't produce update action", isUpdate); in testValuesDiffUpdate()
212 public boolean isUpdate() { in isUpdate() method in ValuesDelta429 } else if (isUpdate()) { in buildDiffWrapper()446 } else if (isUpdate()) { in buildDiffHelper()
424 final boolean touched = entry.isInsert() || entry.isUpdate(); in trimEmpty()464 if (isRealInsert || entry.isUpdate() || entry.isDelete()) { in hasChanges()
161 boolean isUpdate = mOldNotifications.containsKey(notification.getKey()); in updateNotifications()162 if (isUpdate) { in updateNotifications()
234 private boolean isUpdate(AlertEntry alertEntry) { in isUpdate() method in CarHeadsUpNotificationManager301 boolean shouldShowAnimation = !isUpdate(alertEntry); in showHeadsUp()
58 return cpoWrapper.getOperation().isUpdate(); in isUpdateCompat()
286 public boolean isUpdate() { in isUpdate() method in Model.Update
376 } else if (isUpdate()) {
906 if (op.isUpdate()) mUpdateCount++; in addPending()
4147 boolean isUpdate = doesStatusCancelUpdateMeanUpdate(values, modValues); in handleUpdateEvents()4151 if (isUpdate) { in handleUpdateEvents()