Searched refs:isUpdate (Results 1 – 9 of 9) sorted by relevance
85 final boolean isUpdate = Build.VERSION.SDK_INT >= Build.VERSION_CODES.M in testValuesDiffUpdate()86 ? builderWrapper.getBuilder().build().isUpdate() in testValuesDiffUpdate()88 assertTrue("Didn't produce update action", isUpdate); in testValuesDiffUpdate()
210 public boolean isUpdate() { in isUpdate() method in ValuesDelta427 } else if (isUpdate()) { in buildDiffWrapper()444 } else if (isUpdate()) { in buildDiffHelper()
426 final boolean touched = entry.isInsert() || entry.isUpdate(); in trimEmpty()466 if (isRealInsert || entry.isUpdate() || entry.isDelete()) { in hasChanges()
75 final boolean isUpdate = in onCreateDialog()78 if (isUpdate) { in onCreateDialog()
339 boolean isUpdate = ((mAppInfo.flags & ApplicationInfo.FLAG_UPDATED_SYSTEM_APP) != 0); in initView()340 setTitle(isUpdate ? R.string.uninstall_update_title : R.string.uninstall_application_title); in initView()
60 return cpoWrapper.getOperation().isUpdate(); in isUpdateCompat()
628 public boolean isUpdate() { in isUpdate() method in EntityDelta.ValuesDelta803 } else if (isUpdate()) { in buildDiff()
376 } else if (isUpdate()) { in buildDiff()
3883 boolean isUpdate = doesStatusCancelUpdateMeanUpdate(values, modValues); in handleUpdateEvents()3887 if (isUpdate) { in handleUpdateEvents()