/packages/apps/Dialer/java/com/android/dialer/calllog/database/ |
D | MutationApplier.java | 53 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/ |
D | PhoneLookupDataSource.java | 144 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/ |
D | SystemCallLogDataSource.java | 169 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/ |
D | CallLogCacheUpdater.java | 79 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())
|
D | RefreshAnnotatedCallLogWorker.java | 174 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/ |
D | VoicemailDataSource.java | 64 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/ |
D | CallLogDataSource.java | 71 ListenableFuture<Void> fill(CallLogMutations mutations); in fill() argument
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
D | sv_wordlist.combined.gz | 1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ... |