Searched refs:mNonPreemptingExecutor (Results 1 – 1 of 1) sorted by relevance
78 task.executeOnExecutor(mNonPreemptingExecutor, params); in execute()84 private Executor mNonPreemptingExecutor = new Executor() { field in ProviderExecutor