HomeSort by relevance Sort by last modified time
    Searched refs:applyToDatabase (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/calllog/database/
MutationApplier.java 53 public ListenableFuture<Void> applyToDatabase(CallLogMutations mutations, Context appContext) {
73 "MutationApplier.applyToDatabase", "inserting %d rows", mutations.getInserts().size());
87 "MutationApplier.applyToDatabase", "updating %d rows", mutations.getUpdates().size());
101 "MutationApplier.applyToDatabase", "deleting %d rows", mutations.getDeletes().size());
  /packages/apps/Dialer/java/com/android/dialer/calllog/
RefreshAnnotatedCallLogWorker.java 204 mutationApplier.applyToDatabase(mutations, appContext);

Completed in 323 milliseconds