HomeSort by relevance Sort by last modified time
    Searched refs:hasChanges (Results 1 - 4 of 4) sorted by null

  /external/jdiff/src/jdiff/
HTMLIndexes.java 166 boolean hasAdditions, boolean hasChanges) {
223 if (hasChanges) {
252 boolean hasChanges = false;
254 hasChanges = true;
255 recordDiffs(hasRemovals, hasAdditions, hasChanges);
276 emitIndexHeader("Packages", indexType, hasRemovals, hasAdditions, hasChanges);
449 boolean hasChanges = false;
458 hasChanges = true;
459 recordDiffs(hasRemovals, hasAdditions, hasChanges);
480 emitIndexHeader("Classes", indexType, hasRemovals, hasAdditions, hasChanges);
    [all...]
HTMLReportGenerator.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityModifier.java 389 public static boolean hasChanges(EntityDeltaList set, AccountTypeManager accountTypes) {
399 if (hasChanges(state, type)) {
451 private static boolean hasChanges(EntityDelta state, AccountType accountType) {
    [all...]

Completed in 387 milliseconds