Home
last modified time | relevance | path

Searched refs:mutations (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/calllog/database/
DMutationApplier.java53 public ListenableFuture<Void> applyToDatabase(CallLogMutations mutations, Context appContext) { in applyToDatabase() argument
54 if (mutations.isEmpty()) { in applyToDatabase()
59 applyToDatabaseInternal(mutations, appContext); in applyToDatabase()
65 private void applyToDatabaseInternal(CallLogMutations mutations, Context appContext) in applyToDatabaseInternal() argument
71 if (!mutations.getInserts().isEmpty()) { in applyToDatabaseInternal()
73 "MutationApplier.applyToDatabase", "inserting %d rows", mutations.getInserts().size()); in applyToDatabaseInternal()
74 for (Entry<Long, ContentValues> entry : mutations.getInserts().entrySet()) { in applyToDatabaseInternal()
85 if (!mutations.getUpdates().isEmpty()) { in applyToDatabaseInternal()
87 "MutationApplier.applyToDatabase", "updating %d rows", mutations.getUpdates().size()); in applyToDatabaseInternal()
88 for (Entry<Long, ContentValues> entry : mutations.getUpdates().entrySet()) { in applyToDatabaseInternal()
[all …]
/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/phonelookup/
DPhoneLookupDataSource.java144 public ListenableFuture<Void> fill(CallLogMutations mutations) { in fill() argument
148 mutations.getInserts().size(), in fill()
149 mutations.getUpdates().size(), in fill()
150 mutations.getDeletes().size()); in fill()
160 () -> collectIdAndNumberFromAnnotatedCallLogAndPendingInserts(appContext, mutations)); in fill()
199 populateInserts(originalPhoneLookupHistoryDataByAnnotatedCallLogId.build(), mutations); in fill()
203 computePhoneLookupHistoryRowsToDelete(annotatedCallLogIdsByNumber, mutations)); in fill()
235 updateMutations(rowsToUpdate, mutations); in fill()
239 mutations.getInserts().size(), in fill()
240 mutations.getUpdates().size(), in fill()
[all …]
/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/systemcalllog/
DSystemCallLogDataSource.java169 public ListenableFuture<Void> fill(CallLogMutations mutations) { in fill() argument
170 return backgroundExecutorService.submit(() -> fillInternal(mutations)); in fill()
194 private Void fillInternal(CallLogMutations mutations) { in fillInternal() argument
205 Assert.checkArgument(mutations.isEmpty()); in fillInternal()
214 handleInsertsAndUpdates(appContext, mutations, annotatedCallLogIds); in fillInternal()
215 handleDeletes(appContext, annotatedCallLogIds, mutations); in fillInternal()
232 Context appContext, CallLogMutations mutations, Set<Long> existingAnnotatedCallLogIds) { in handleInsertsAndUpdates() argument
358 mutations.update(id, contentValues); in handleInsertsAndUpdates()
360 mutations.insert(id, contentValues); in handleInsertsAndUpdates()
432 Context appContext, Set<Long> existingAnnotatedCallLogIds, CallLogMutations mutations) { in handleDeletes() argument
[all …]
/packages/apps/Dialer/java/com/android/dialer/calllog/
DCallLogCacheUpdater.java79 public ListenableFuture<Void> updateCache(CallLogMutations mutations) { in updateCache() argument
90 updateCacheInternal(mutations); in updateCache() argument
96 private void updateCacheInternal(CallLogMutations mutations) {
99 mutations.getInserts().entrySet().stream(), mutations.getUpdates().entrySet().stream())
DRefreshAnnotatedCallLogWorker.java174 CallLogMutations mutations = new CallLogMutations(); in rebuild() local
178 ListenableFuture<Void> fillFuture = systemCallLogDataSource.fill(mutations); in rebuild()
190 ListenableFuture<Void> dataSourceFuture = dataSource.fill(mutations); in rebuild()
207 mutationApplier.applyToDatabase(mutations, appContext); in rebuild()
216 unused -> callLogCacheUpdater.updateCache(mutations), in rebuild()
246 return mutations.isEmpty() in rebuild()
/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/voicemail/
DVoicemailDataSource.java64 public ListenableFuture<Void> fill(CallLogMutations mutations) { in fill() argument
66 for (Entry<Long, ContentValues> insert : mutations.getInserts().entrySet()) { in fill()
75 for (Entry<Long, ContentValues> insert : mutations.getInserts().entrySet()) { in fill()
/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/
DCallLogDataSource.java71 ListenableFuture<Void> fill(CallLogMutations mutations); in fill() argument
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
Dsv_wordlist.combined.gz1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ...