Home
last modified time | relevance | path

Searched refs:asyncTaskExecutor (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogAsyncTaskUtil.java39 private static AsyncTaskExecutor asyncTaskExecutor; field in CallLogAsyncTaskUtil
42 asyncTaskExecutor = AsyncTaskExecutors.createThreadPoolExecutor(); in initTaskExecutor()
48 if (asyncTaskExecutor == null) { in markVoicemailAsRead()
52 asyncTaskExecutor.submit( in markVoicemailAsRead()
78 if (asyncTaskExecutor == null) { in deleteVoicemail()
82 asyncTaskExecutor.submit( in deleteVoicemail()
114 if (asyncTaskExecutor == null) { in markCallAsRead()
118 asyncTaskExecutor.submit( in markCallAsRead()
/packages/apps/Dialer/java/com/android/incallui/legacyblocking/
DBlockedNumberContentObserver.java55 private final AsyncTaskExecutor asyncTaskExecutor = AsyncTaskExecutors.createThreadPoolExecutor(); field in BlockedNumberContentObserver
78 asyncTaskExecutor.submit( in onChange()
/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomSystem.java227 Executor asyncTaskExecutor, in TelecomSystem() argument
374 DropBoxManager.class), asyncTaskExecutor, clockProxy); in TelecomSystem()
385 mContext.getPackageManager(), packageName), asyncTaskExecutor); in TelecomSystem()
420 asyncTaskExecutor, in TelecomSystem()
DEmergencyCallDiagnosticLogger.java94 Executor asyncTaskExecutor, ClockProxy clockProxy) { in EmergencyCallDiagnosticLogger() argument
99 mAsyncTaskExecutor = asyncTaskExecutor; in EmergencyCallDiagnosticLogger()
DCallAudioRouteStateMachine.java88 Executor asyncTaskExecutor, in create() argument
98 asyncTaskExecutor, in create()
1531 Executor asyncTaskExecutor, in CallAudioRouteStateMachine() argument
1543 mAsyncTaskExecutor = asyncTaskExecutor; in CallAudioRouteStateMachine()
1557 int earpieceControl, Looper looper, Executor asyncTaskExecutor, in CallAudioRouteStateMachine() argument
1569 mAsyncTaskExecutor = asyncTaskExecutor; in CallAudioRouteStateMachine()
DCallsManager.java609 Executor asyncTaskExecutor, in CallsManager()
777 mAsyncTaskExecutor = asyncTaskExecutor; in CallsManager()
/packages/services/Telephony/src/com/android/phone/
DDiagnosticDataCollector.java68 public DiagnosticDataCollector(Runtime javaRuntime, Executor asyncTaskExecutor, in DiagnosticDataCollector() argument
71 mAsyncTaskExecutor = asyncTaskExecutor; in DiagnosticDataCollector()
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/
DVoicemailPlaybackPresenter.java129 protected AsyncTaskExecutor asyncTaskExecutor; field in VoicemailPlaybackPresenter
157 asyncTaskExecutor = AsyncTaskExecutors.createAsyncTaskExecutor(); in VoicemailPlaybackPresenter()
394 asyncTaskExecutor.submit( in checkForContent()
461 asyncTaskExecutor.submit( in requestContent()
1092 asyncTaskExecutor.submit( in onChange()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DCallStreamingNotification.java86 @NonNull Executor asyncTaskExecutor) { in CallStreamingNotification() argument
90 mAsyncTaskExecutor = asyncTaskExecutor; in CallStreamingNotification()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomSystemTest.java547 Executor asyncTaskExecutor, in setupTelecomSystem()