/packages/apps/Dialer/java/com/android/dialer/phonelookup/cp2/ |
D | Cp2DefaultDirectoryPhoneLookup.java | 74 private final ListeningExecutorService backgroundExecutorService; field in Cp2DefaultDirectoryPhoneLookup 85 @BackgroundExecutor ListeningExecutorService backgroundExecutorService, in Cp2DefaultDirectoryPhoneLookup() argument 91 this.backgroundExecutorService = backgroundExecutorService; in Cp2DefaultDirectoryPhoneLookup() 102 return backgroundExecutorService.submit(() -> lookupInternal(dialerPhoneNumber)); in lookup() 173 backgroundExecutorService.submit( in isDirty() 275 return backgroundExecutorService.submit( 321 return backgroundExecutorService.submit( 348 return backgroundExecutorService.submit( 369 return backgroundExecutorService.submit( 406 return backgroundExecutorService.submit( [all …]
|
D | Cp2ExtendedDirectoryPhoneLookup.java | 67 private final ListeningExecutorService backgroundExecutorService; field in Cp2ExtendedDirectoryPhoneLookup 75 @BackgroundExecutor ListeningExecutorService backgroundExecutorService, in Cp2ExtendedDirectoryPhoneLookup() argument 81 this.backgroundExecutorService = backgroundExecutorService; in Cp2ExtendedDirectoryPhoneLookup() 123 return backgroundExecutorService.submit( in queryCp2ForExtendedDirectoryIds() 188 return backgroundExecutorService.submit(
|
/packages/apps/Dialer/java/com/android/dialer/phonelookup/cequint/ |
D | CequintPhoneLookup.java | 46 private final ListeningExecutorService backgroundExecutorService; field in CequintPhoneLookup 52 @BackgroundExecutor ListeningExecutorService backgroundExecutorService, in CequintPhoneLookup() argument 55 this.backgroundExecutorService = backgroundExecutorService; in CequintPhoneLookup() 66 backgroundExecutorService.submit( in lookup() 78 backgroundExecutorService.submit( in lookup() 95 return backgroundExecutorService.submit( in lookup()
|
/packages/apps/Dialer/java/com/android/dialer/phonelookup/spam/ |
D | SpamPhoneLookup.java | 48 private final ListeningExecutorService backgroundExecutorService; field in SpamPhoneLookup 56 @BackgroundExecutor ListeningExecutorService backgroundExecutorService, in SpamPhoneLookup() 60 this.backgroundExecutorService = backgroundExecutorService; in SpamPhoneLookup() 80 backgroundExecutorService.submit( in isDirty() 142 return backgroundExecutorService.submit( in onSuccessfulBulkUpdate() 164 return backgroundExecutorService.submit(
|
/packages/apps/Dialer/java/com/android/dialer/phonelookup/emergency/ |
D | EmergencyPhoneLookup.java | 44 private final ListeningExecutorService backgroundExecutorService; field in EmergencyPhoneLookup 49 @BackgroundExecutor ListeningExecutorService backgroundExecutorService) { in EmergencyPhoneLookup() argument 51 this.backgroundExecutorService = backgroundExecutorService; in EmergencyPhoneLookup() 56 return backgroundExecutorService.submit( in lookup()
|
/packages/apps/Dialer/java/com/android/dialer/spam/stub/ |
D | SpamStub.java | 38 private final ListeningExecutorService backgroundExecutorService; field in SpamStub 41 public SpamStub(@BackgroundExecutor ListeningExecutorService backgroundExecutorService) { in SpamStub() argument 42 this.backgroundExecutorService = backgroundExecutorService; in SpamStub() 48 return backgroundExecutorService.submit( in batchCheckSpamStatus()
|
/packages/apps/Dialer/java/com/android/dialer/calllog/database/ |
D | MutationApplier.java | 45 private final ListeningExecutorService backgroundExecutorService; field in MutationApplier 48 public MutationApplier(@BackgroundExecutor ListeningExecutorService backgroundExecutorService) { in MutationApplier() argument 49 this.backgroundExecutorService = backgroundExecutorService; in MutationApplier() 57 return backgroundExecutorService.submit( in applyToDatabase()
|
D | Coalescer.java | 48 private final ListeningExecutorService backgroundExecutorService; field in Coalescer 52 @BackgroundExecutor ListeningExecutorService backgroundExecutorService, in Coalescer() 54 this.backgroundExecutorService = backgroundExecutorService; in Coalescer() 70 backgroundExecutorService.submit( in coalesce()
|
/packages/apps/Dialer/java/com/android/dialer/phonelookup/cnap/ |
D | CnapPhoneLookup.java | 45 private final ListeningExecutorService backgroundExecutorService; field in CnapPhoneLookup 50 @BackgroundExecutor ListeningExecutorService backgroundExecutorService) { in CnapPhoneLookup() argument 52 this.backgroundExecutorService = backgroundExecutorService; in CnapPhoneLookup() 74 return backgroundExecutorService.submit( in lookup()
|
/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/phonelookup/ |
D | PhoneLookupDataSource.java | 70 private final ListeningExecutorService backgroundExecutorService; field in PhoneLookupDataSource 96 @BackgroundExecutor ListeningExecutorService backgroundExecutorService, in PhoneLookupDataSource() argument 101 this.backgroundExecutorService = backgroundExecutorService; in PhoneLookupDataSource() 109 backgroundExecutorService.submit( in isDirty() 159 backgroundExecutorService.submit( in fill() 168 backgroundExecutorService); in fill() 229 backgroundExecutorService /* PhoneNumberUtil may do disk IO */); in fill() 251 backgroundExecutorService.submit(() -> writePhoneLookupHistory(appContext)); in onSuccessfulFill()
|
/packages/apps/Dialer/java/com/android/dialer/calllog/ |
D | RefreshAnnotatedCallLogWorker.java | 58 private final ListeningExecutorService backgroundExecutorService; field in RefreshAnnotatedCallLogWorker 73 @BackgroundExecutor ListeningExecutorService backgroundExecutorService, in RefreshAnnotatedCallLogWorker() argument 82 this.backgroundExecutorService = backgroundExecutorService; in RefreshAnnotatedCallLogWorker() 111 backgroundExecutorService.submit( in checkDirtyAndRebuildIfNecessary() 250 backgroundExecutorService); in rebuild()
|
/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/systemcalllog/ |
D | SystemCallLogDataSource.java | 76 private final ListeningExecutorService backgroundExecutorService; field in SystemCallLogDataSource 88 @BackgroundExecutor ListeningExecutorService backgroundExecutorService, in SystemCallLogDataSource() argument 94 this.backgroundExecutorService = backgroundExecutorService; in SystemCallLogDataSource() 138 backgroundExecutorService.submit( in clearData() 165 return backgroundExecutorService.submit(this::isDirtyInternal); in isDirty() 170 return backgroundExecutorService.submit(() -> fillInternal(mutations)); in fill() 175 return backgroundExecutorService.submit(this::onSuccessfulFillInternal); in onSuccessfulFill()
|