Searched defs:progressCallbackExecutor (Results 1 – 5 of 5) sorted by relevance
101 @Nullable Executor progressCallbackExecutor, in dexopt()117 @NonNull Executor dexoptExecutor, @Nullable Executor progressCallbackExecutor, in dexoptPackages()
485 @Nullable @CallbackExecutor Executor progressCallbackExecutor, in dexoptPackages()529 @Nullable @CallbackExecutor Executor progressCallbackExecutor, in dexoptPackagesWithParams()928 @Nullable @CallbackExecutor Executor progressCallbackExecutor, in onBoot()1312 @Nullable @CallbackExecutor Executor progressCallbackExecutor, in maybeDowngradePackages()1350 @Nullable @CallbackExecutor Executor progressCallbackExecutor, in maybeDexoptPackagesSupplementaryPass()
645 ExecutorService progressCallbackExecutor = Executors.newSingleThreadExecutor(); in handleBatchDexopt() local
686 var progressCallbackExecutor = new DelayedExecutor(); in testProgressCallback() local
1200 var progressCallbackExecutor = mock(Executor.class); in testOnBoot() local