Home
last modified time | relevance | path

Searched refs:hasChanges (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/async/
DFakeOsAccess.java230 boolean hasChanges = copyFileBuffers(file, file.sink); in maybeTransferData()
231 hasChanges = copyFileBuffers(file.source, file) || hasChanges; in maybeTransferData()
233 if (hasChanges) { in maybeTransferData()
265 boolean hasChanges = false; in copyFileBuffers()
268 hasChanges = true; // Read queue had no data, or write queue was full. in copyFileBuffers()
277 hasChanges = true; in copyFileBuffers()
280 return hasChanges; in copyFileBuffers()
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactModifier.java385 public static boolean hasChanges(RawContactDeltaList set, AccountTypeManager accountTypes) { in hasChanges() method in RawContactModifier
386 return hasChanges(set, accountTypes, /* excludedMimeTypes =*/ null); in hasChanges()
389 public static boolean hasChanges(RawContactDeltaList set, AccountTypeManager accountTypes, in hasChanges() method in RawContactModifier
400 if (hasChanges(state, type, excludedMimeTypes)) { in hasChanges()
452 private static boolean hasChanges(RawContactDelta state, AccountType accountType, in hasChanges() method in RawContactModifier
/packages/apps/Settings/src/com/android/settings/datetime/timezone/
DSpannableUtil.java126 if (!edits.hasChanges()) { in applyCaseMapToSpannable()
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java975 return RawContactModifier.hasChanges(mState, accountTypes, excludedMimeTypes); in hasPendingRawContactChanges()
/packages/modules/RuntimeI18n/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt3217 Landroid/icu/text/Edits;->hasChanges()Z