Searched refs:executeOnExecutor (Results 1 – 6 of 6) sorted by relevance
77 new SpecialChromeAsyncTask().executeOnExecutor(executor); in testChromeThreadPoolExecutorRunnables()95 new SpecialChromeAsyncTask().executeOnExecutor(executor); in testChromeThreadPoolExecutorChromeAsyncTask()101 new SpecialOsAsyncTask().executeOnExecutor(executor); in testChromeThreadPoolExecutorChromeAsyncTask()119 new SpecialOsAsyncTask().executeOnExecutor(executor); in testChromeThreadPoolExecutorOsAsyncTask()126 new SpecialChromeAsyncTask().executeOnExecutor(executor); in testChromeThreadPoolExecutorOsAsyncTask()
83 grpcTask.executeOnExecutor( in sendMessage()100 runServerTask.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, port); in startOrStopServer()
70 grpcTask.executeOnExecutor( in doPingPong()
101 protected AsyncTask<Params, Progress, Result> executeOnExecutor( in executeOnExecutor() method in ShadowAsyncTask
164 asyncTask.executeOnExecutor(new ImmediateExecutor(), "a", "b"); in executeOnExecutor_usesPassedExecutor()
1875 asyncTask.executeOnExecutor(executor); in execute()