Searched refs:sExecutorService (Results 1 – 6 of 6) sorted by relevance
59 if (sExecutorService == null) { in getInstance()60 sExecutorService = Executors.newSingleThreadScheduledExecutor(); in getInstance()74 if (sExecutorService != null) { in clearInstances()75 sExecutorService.shutdown(); in clearInstances()76 sExecutorService = null; in clearInstances()104 private static ScheduledExecutorService sExecutorService = null; field in CallComposerPictureManager143 mSubscriptionId, uploadUrl, sExecutorService); in handleUploadToServer()164 sExecutorService.schedule(() -> transfer.uploadPicture(imageData, supplier), in handleUploadToServer()194 mSubscriptionId, remoteUrl, sExecutorService); in handleDownloadFromServer()215 sExecutorService.schedule(() -> transfer.downloadPicture(supplier), in handleDownloadFromServer()[all …]
53 private static final ExecutorService sExecutorService = Executors.newSingleThreadExecutor(); field in DarkModeSectionController73 sExecutorService.submit(() -> { in onStart()85 sExecutorService.submit(() -> { in onStop()
54 private static ExecutorService sExecutorService; field in CandidateSuggestionFilter59 sExecutorService = Executors.newCachedThreadPool(); in getInstance()76 sExecutorService.execute(task); in filterCandidates()
54 private static final ExecutorService sExecutorService = Executors.newSingleThreadExecutor(); field in LockScreenPreviewer116 sExecutorService.submit(() -> { in onResume()170 sExecutorService.submit(() -> { in unregisterReceiver()
38 private static final ExecutorService sExecutorService = Executors.newSingleThreadExecutor(); field in PreviewUtils72 sExecutorService.submit(() -> { in renderPreview()
80 private static ExecutorService sExecutorService = Executors.newSingleThreadExecutor(); field in ContactListViewModel.SortedContactListLiveData128 mRunnableFuture = sExecutorService.submit(runnable); in sortContacts()