Home
last modified time | relevance | path

Searched defs:executor (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
DTestSensorOperation.java84 public TestSensorOperation(TestSensorEnvironment environment, Executor executor) { in TestSensorOperation()
93 Executor executor, in TestSensorOperation()
235 Executor executor = new Executor() { in createOperation() local
263 Executor executor = new Executor() { in createOperation() local
351 Executor executor = new Executor() { in createOperation() local
398 Executor executor = new Executor() { in createFlushOperation() local
DParallelSensorOperation.java86 ThreadPoolExecutor executor = new ThreadPoolExecutor( in execute() local
/cts/tests/tests/hardware/src/android/hardware/cts/
DSensorTest.java425 FlushExecutor executor = new FlushExecutor(environment, 500 /* eventCount */); in testBatchAndFlushWithMultipleSensors() local
534 FlushExecutor executor = new FlushExecutor(environment, 500 /* eventCount */); in verifyRegisterListenerCallFlush() local
/cts/tests/tests/permission/src/android/permission/cts/
DFileSystemPermissionTest.java666 ExecutorService executor = Executors.newCachedThreadPool(); in testReadingSysFilesDoesntFail() local
671 private static void tryToReadFromAllIn(File dir, ExecutorService executor) throws IOException { in tryToReadFromAllIn()
692 private static void tryFileOpenRead(final File f, ExecutorService executor) throws IOException { in tryFileOpenRead()
/cts/libs/vogar-expect/src/vogar/commands/
DCommand.java188 ExecutorService executor = Threads.fixedThreadsExecutor("command", 1); in executeLater() local
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyPairGeneratorTest.java1422 ExecutorService executor = Executors.newSingleThreadExecutor(); in assertSSLConnectionWithClientAuth() local