/packages/apps/Dialer/java/com/android/dialer/calllog/ |
D | AnnotatedCallLogMigrator.java | 39 private final ListeningExecutorService backgroundExecutor; field in AnnotatedCallLogMigrator 44 @BackgroundExecutor ListeningExecutorService backgroundExecutor, in AnnotatedCallLogMigrator() argument 47 this.backgroundExecutor = backgroundExecutor; in AnnotatedCallLogMigrator() 75 return backgroundExecutor.submit(() -> !sharedPreferences.getBoolean(PREF_MIGRATED, false)); 84 return backgroundExecutor.submit(
|
D | CallLogState.java | 36 private final ListeningExecutorService backgroundExecutor; field in CallLogState 42 @BackgroundExecutor ListeningExecutorService backgroundExecutor) { in CallLogState() argument 44 this.backgroundExecutor = backgroundExecutor; in CallLogState() 73 return backgroundExecutor.submit( in isBuilt()
|
D | ClearMissedCalls.java | 47 private final ListeningExecutorService backgroundExecutor; field in ClearMissedCalls 53 @BackgroundExecutor ListeningExecutorService backgroundExecutor, in ClearMissedCalls() argument 56 this.backgroundExecutor = backgroundExecutor; in ClearMissedCalls() 125 return backgroundExecutor.submit(
|
D | CallLogCacheUpdater.java | 52 private final ListeningExecutorService backgroundExecutor; field in CallLogCacheUpdater 65 @BackgroundExecutor ListeningExecutorService backgroundExecutor, in CallLogCacheUpdater() argument 68 this.backgroundExecutor = backgroundExecutor; in CallLogCacheUpdater() 93 backgroundExecutor); in updateCache()
|
/packages/apps/Dialer/java/com/android/dialer/calllog/config/ |
D | CallLogConfigImpl.java | 68 private final ListeningExecutorService backgroundExecutor; field in CallLogConfigImpl 76 @BackgroundExecutor ListeningExecutorService backgroundExecutor) { in CallLogConfigImpl() argument 81 this.backgroundExecutor = backgroundExecutor; in CallLogConfigImpl() 116 backgroundExecutor); in update() 120 backgroundExecutor.submit( in update() 138 return backgroundExecutor.submit( in update()
|
/packages/apps/Dialer/java/com/android/dialer/phonelookup/database/ |
D | PhoneLookupHistoryDatabaseHelper.java | 39 private final ListeningExecutorService backgroundExecutor; field in PhoneLookupHistoryDatabaseHelper 44 @BackgroundExecutor ListeningExecutorService backgroundExecutor) { in PhoneLookupHistoryDatabaseHelper() argument 48 this.backgroundExecutor = backgroundExecutor; in PhoneLookupHistoryDatabaseHelper() 86 return backgroundExecutor.submit( in delete()
|
/packages/apps/Dialer/java/com/android/dialer/phonelookup/cp2/ |
D | MissingPermissionsOperations.java | 42 private final ListeningExecutorService backgroundExecutor; field in MissingPermissionsOperations 48 @BackgroundExecutor ListeningExecutorService backgroundExecutor, in MissingPermissionsOperations() argument 51 this.backgroundExecutor = backgroundExecutor; in MissingPermissionsOperations() 66 return backgroundExecutor.submit( in isDirtyForMissingPermissions()
|
/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/voicemail/ |
D | VoicemailDataSource.java | 44 private final ListeningExecutorService backgroundExecutor; field in VoicemailDataSource 49 @BackgroundExecutor ListeningExecutorService backgroundExecutor) { in VoicemailDataSource() argument 51 this.backgroundExecutor = backgroundExecutor; in VoicemailDataSource() 72 return backgroundExecutor.submit( in fill()
|
/packages/apps/Dialer/java/com/android/dialer/contacts/hiresphoto/ |
D | HighResolutionPhotoRequesterImpl.java | 58 private final ListeningExecutorService backgroundExecutor; field in HighResolutionPhotoRequesterImpl 63 @BackgroundExecutor ListeningExecutorService backgroundExecutor) { in HighResolutionPhotoRequesterImpl() argument 65 this.backgroundExecutor = backgroundExecutor; in HighResolutionPhotoRequesterImpl() 70 return backgroundExecutor.submit( in request()
|
/packages/apps/Dialer/java/com/android/dialer/calllog/database/ |
D | AnnotatedCallLogDatabaseHelper.java | 44 private final ListeningExecutorService backgroundExecutor; field in AnnotatedCallLogDatabaseHelper 50 @BackgroundExecutor ListeningExecutorService backgroundExecutor) { in AnnotatedCallLogDatabaseHelper() argument 55 this.backgroundExecutor = backgroundExecutor; in AnnotatedCallLogDatabaseHelper() 218 return backgroundExecutor.submit( in delete()
|
/packages/apps/Dialer/java/com/android/dialer/calllog/ui/ |
D | RealtimeRowProcessor.java | 73 private final ListeningExecutorService backgroundExecutor; field in RealtimeRowProcessor 85 @BackgroundExecutor ListeningExecutorService backgroundExecutor, in RealtimeRowProcessor() argument 89 this.backgroundExecutor = backgroundExecutor; in RealtimeRowProcessor() 150 backgroundExecutor.submit( in writePhoneLookupHistory()
|
/packages/apps/Dialer/java/com/android/dialer/speeddial/loader/ |
D | SpeedDialUiItemMutator.java | 90 private final ListeningExecutorService backgroundExecutor; field in SpeedDialUiItemMutator 99 @BackgroundExecutor ListeningExecutorService backgroundExecutor, in SpeedDialUiItemMutator() argument 103 this.backgroundExecutor = backgroundExecutor; in SpeedDialUiItemMutator() 113 return dialerFutureSerializer.submit(this::loadSpeedDialUiItemsInternal, backgroundExecutor); in loadSpeedDialUiItems() 129 () -> removeSpeedDialUiItemInternal(speedDialUiItem), backgroundExecutor); in removeSpeedDialUiItem() 190 () -> insertNewContactEntry(contactUri), backgroundExecutor); in starContact()
|
/packages/apps/Dialer/java/com/android/dialer/phonelookup/ |
D | PhoneLookup.java | 58 ListeningExecutorService backgroundExecutor = in lookup() local 59 DialerExecutorComponent.get(appContext).backgroundExecutor(); in lookup() 62 backgroundExecutor.submit( in lookup()
|
/packages/apps/Dialer/java/com/android/dialer/preferredsim/impl/ |
D | PreferredAccountWorkerImpl.java | 74 private final ListeningExecutorService backgroundExecutor; field in PreferredAccountWorkerImpl 83 @BackgroundExecutor ListeningExecutorService backgroundExecutor) { in PreferredAccountWorkerImpl() argument 85 this.backgroundExecutor = backgroundExecutor; in PreferredAccountWorkerImpl() 100 return backgroundExecutor.submit(() -> doInBackground(phoneNumber, candidates)); in selectAccount()
|
/packages/apps/Dialer/java/com/android/dialer/blocking/ |
D | Blocking.java | 73 .backgroundExecutor() in block() 105 .backgroundExecutor() in unblock() 143 .backgroundExecutor()
|
/packages/apps/Dialer/java/com/android/dialer/rtt/ |
D | RttTranscriptUtil.java | 37 .backgroundExecutor() in getAvailableRttTranscriptIds() 111 .backgroundExecutor() in saveRttTranscript()
|
/packages/apps/Camera2/src/com/android/camera/device/ |
D | Camera2Actions.java | 51 Executor backgroundExecutor, in Camera2Actions() argument 56 mBackgroundExecutor = backgroundExecutor; in Camera2Actions()
|
/packages/apps/Dialer/java/com/android/dialer/speeddial/ |
D | DisambigDialog.java | 213 .backgroundExecutor() in setDefaultChannel() 222 DialerExecutorComponent.get(appContext).backgroundExecutor()); in setDefaultChannel()
|
D | SpeedDialFragment.java | 209 .backgroundExecutor() in onHidden() 218 DialerExecutorComponent.get(getContext()).backgroundExecutor()); in onHidden()
|
/packages/apps/Dialer/java/com/android/dialer/common/concurrent/ |
D | DialerExecutorComponent.java | 44 public abstract ListeningExecutorService backgroundExecutor(); in backgroundExecutor() method in DialerExecutorComponent
|
/packages/apps/Dialer/java/com/android/dialer/main/impl/bottomnav/ |
D | MissedCallCountObserver.java | 53 .backgroundExecutor() in onChange()
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | PhoneLookupHistoryRecorder.java | 84 DialerExecutorComponent.get(appContext).backgroundExecutor()); in recordPhoneLookupInfo()
|
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/ |
D | SimulatorMainPortal.java | 76 .backgroundExecutor() in execute()
|
/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/ |
D | NewVoicemailFragment.java | 248 .backgroundExecutor() in queryVoicemailStatus()
|
/packages/apps/Dialer/java/com/android/dialer/database/ |
D | DialerDatabaseHelper.java | 361 DialerExecutorComponent.get(context).backgroundExecutor()), in startSmartDialUpdateThread()
|