Searched refs:excludedMimeTypes (Results 1 – 2 of 2) sorted by relevance
390 Set<String> excludedMimeTypes) { in hasChanges() argument400 if (hasChanges(state, type, excludedMimeTypes)) { in hasChanges()453 Set<String> excludedMimeTypes) { in hasChanges() argument456 if (excludedMimeTypes != null && excludedMimeTypes.contains(mimeType)) continue; in hasChanges()
973 private boolean hasPendingRawContactChanges(Set<String> excludedMimeTypes) { in hasPendingRawContactChanges() argument975 return RawContactModifier.hasChanges(mState, accountTypes, excludedMimeTypes); in hasPendingRawContactChanges()994 final Set<String> excludedMimeTypes = new HashSet<>(); in hasPendingChanges() local995 excludedMimeTypes.add(StructuredName.CONTENT_ITEM_TYPE); in hasPendingChanges()996 return hasPendingRawContactChanges(excludedMimeTypes); in hasPendingChanges()