Searched defs:progressCallbackExecutor (Results 1 – 4 of 4) sorted by relevance
112 @Nullable Executor progressCallbackExecutor, in dexopt()128 @NonNull Executor dexoptExecutor, @Nullable Executor progressCallbackExecutor, in dexoptPackages()
471 @Nullable @CallbackExecutor Executor progressCallbackExecutor, in dexoptPackages()849 @Nullable @CallbackExecutor Executor progressCallbackExecutor, in onBoot()
588 ExecutorService progressCallbackExecutor = Executors.newSingleThreadExecutor(); in handleBatchDexopt() local
692 var progressCallbackExecutor = new DelayedExecutor(); in testProgressCallback() local