Home
last modified time | relevance | path

Searched refs:backgroundExecutor (Results 1 – 25 of 26) sorted by relevance

12

/packages/apps/Dialer/java/com/android/dialer/calllog/
DAnnotatedCallLogMigrator.java39 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(
DCallLogState.java36 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()
DClearMissedCalls.java47 private final ListeningExecutorService backgroundExecutor; field in ClearMissedCalls
53 @BackgroundExecutor ListeningExecutorService backgroundExecutor, in ClearMissedCalls() argument
56 this.backgroundExecutor = backgroundExecutor; in ClearMissedCalls()
125 return backgroundExecutor.submit(
DCallLogCacheUpdater.java52 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/
DCallLogConfigImpl.java68 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/
DPhoneLookupHistoryDatabaseHelper.java39 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/
DMissingPermissionsOperations.java42 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/
DVoicemailDataSource.java44 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/
DHighResolutionPhotoRequesterImpl.java58 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/
DAnnotatedCallLogDatabaseHelper.java44 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/
DRealtimeRowProcessor.java73 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/
DSpeedDialUiItemMutator.java90 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/
DPhoneLookup.java58 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/
DPreferredAccountWorkerImpl.java74 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/
DBlocking.java73 .backgroundExecutor() in block()
105 .backgroundExecutor() in unblock()
143 .backgroundExecutor()
/packages/apps/Dialer/java/com/android/dialer/rtt/
DRttTranscriptUtil.java37 .backgroundExecutor() in getAvailableRttTranscriptIds()
111 .backgroundExecutor() in saveRttTranscript()
/packages/apps/Camera2/src/com/android/camera/device/
DCamera2Actions.java51 Executor backgroundExecutor, in Camera2Actions() argument
56 mBackgroundExecutor = backgroundExecutor; in Camera2Actions()
/packages/apps/Dialer/java/com/android/dialer/speeddial/
DDisambigDialog.java213 .backgroundExecutor() in setDefaultChannel()
222 DialerExecutorComponent.get(appContext).backgroundExecutor()); in setDefaultChannel()
DSpeedDialFragment.java209 .backgroundExecutor() in onHidden()
218 DialerExecutorComponent.get(getContext()).backgroundExecutor()); in onHidden()
/packages/apps/Dialer/java/com/android/dialer/common/concurrent/
DDialerExecutorComponent.java44 public abstract ListeningExecutorService backgroundExecutor(); in backgroundExecutor() method in DialerExecutorComponent
/packages/apps/Dialer/java/com/android/dialer/main/impl/bottomnav/
DMissedCallCountObserver.java53 .backgroundExecutor() in onChange()
/packages/apps/Dialer/java/com/android/incallui/
DPhoneLookupHistoryRecorder.java84 DialerExecutorComponent.get(appContext).backgroundExecutor()); in recordPhoneLookupInfo()
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorMainPortal.java76 .backgroundExecutor() in execute()
/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/
DNewVoicemailFragment.java248 .backgroundExecutor() in queryVoicemailStatus()
/packages/apps/Dialer/java/com/android/dialer/database/
DDialerDatabaseHelper.java361 DialerExecutorComponent.get(context).backgroundExecutor()), in startSmartDialUpdateThread()

12