Searched refs:hasChanges (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/async/ |
D | FakeOsAccess.java | 230 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/ |
D | RawContactModifier.java | 385 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/ |
D | SpannableUtil.java | 126 if (!edits.hasChanges()) { in applyCaseMapToSpannable()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | ContactEditorFragment.java | 975 return RawContactModifier.hasChanges(mState, accountTypes, excludedMimeTypes); in hasPendingRawContactChanges()
|
/packages/modules/RuntimeI18n/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 3217 Landroid/icu/text/Edits;->hasChanges()Z
|