Home
last modified time | relevance | path

Searched refs:ExecutorThreadFactory (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/components/cronet/android/test/javatests/src/org/chromium/net/
H A DNQETest.java68 private class ExecutorThreadFactory implements ThreadFactory { class in NQETest
163 Executor listenersExecutor = Executors.newSingleThreadExecutor(new ExecutorThreadFactory()); in testQuicDisabled()
280 Executors.newSingleThreadExecutor(new ExecutorThreadFactory()); in testPrefsWriteRead()
342 Executor listenersExecutor = Executors.newSingleThreadExecutor(new ExecutorThreadFactory()); in testQuicDisabledWithParams()
H A DTestUrlRequestCallback.java74 private static class ExecutorThreadFactory implements ThreadFactory { class in TestUrlRequestCallback
131 this(Executors.newSingleThreadExecutor(new ExecutorThreadFactory()));
H A DTestBidirectionalStreamCallback.java63 Executors.newSingleThreadExecutor(new ExecutorThreadFactory());
79 private class ExecutorThreadFactory implements ThreadFactory { class in TestBidirectionalStreamCallback
/aosp_15_r20/external/cronet/components/cronet/android/test/javatests/src/org/chromium/net/urlconnection/
H A DMessageLoopTest.java32 Executors.newSingleThreadExecutor(new ExecutorThreadFactory());
34 private class ExecutorThreadFactory implements ThreadFactory { class in MessageLoopTest
/aosp_15_r20/external/cronet/android/tests/cts/src/android/net/http/cts/util/
H A DTestUrlRequestCallback.java104 private static class ExecutorThreadFactory implements ThreadFactory { class in TestUrlRequestCallback
180 this(Executors.newSingleThreadExecutor(new ExecutorThreadFactory()));
H A DTestBidirectionalStreamCallback.java81 Executors.newSingleThreadExecutor(new ExecutorThreadFactory());
97 private class ExecutorThreadFactory implements ThreadFactory { class in TestBidirectionalStreamCallback