Home
last modified time | relevance | path

Searched refs:asyncTaskExecutor (Results 1 – 11 of 11) 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()
DCallLogAdapter.java145 private final AsyncTaskExecutor asyncTaskExecutor = AsyncTaskExecutors.createAsyncTaskExecutor(); field in CallLogAdapter
923 asyncTaskExecutor.submit(LOAD_DATA_TASK_IDENTIFIER, loadDataTask); in loadAndRender()
/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.java225 Executor asyncTaskExecutor, in TelecomSystem() argument
353 DropBoxManager.class), asyncTaskExecutor, clockProxy); in TelecomSystem()
364 mContext.getPackageManager(), packageName), asyncTaskExecutor); in TelecomSystem()
399 asyncTaskExecutor, in TelecomSystem()
DEmergencyCallDiagnosticLogger.java94 Executor asyncTaskExecutor, ClockProxy clockProxy) { in EmergencyCallDiagnosticLogger() argument
99 mAsyncTaskExecutor = asyncTaskExecutor; in EmergencyCallDiagnosticLogger()
DCallAudioRouteStateMachine.java86 Executor asyncTaskExecutor) { in create() argument
94 asyncTaskExecutor); in create()
1532 Executor asyncTaskExecutor) { in CallAudioRouteStateMachine() argument
1542 mAsyncTaskExecutor = asyncTaskExecutor; in CallAudioRouteStateMachine()
1554 int earpieceControl, Looper looper, Executor asyncTaskExecutor) { in CallAudioRouteStateMachine() argument
1564 mAsyncTaskExecutor = asyncTaskExecutor; in CallAudioRouteStateMachine()
DCallsManager.java575 Executor asyncTaskExecutor, in CallsManager()
712 mAsyncTaskExecutor = asyncTaskExecutor; in CallsManager()
/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/Telephony/src/com/android/phone/
DDiagnosticDataCollector.java69 public DiagnosticDataCollector(Runtime javaRuntime, Executor asyncTaskExecutor, in DiagnosticDataCollector() argument
72 mAsyncTaskExecutor = asyncTaskExecutor; in DiagnosticDataCollector()
/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.java521 Executor asyncTaskExecutor) { in setupTelecomSystem()