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.java81 public TestSensorOperation(TestSensorEnvironment environment, Executor executor) { in TestSensorOperation()
90 Executor executor, in TestSensorOperation()
229 Executor executor = new Executor() { in createOperation() local
254 Executor executor = new Executor() { in createOperation() local
338 Executor executor = new Executor() { in createOperation() local
365 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.java422 FlushExecutor executor = new FlushExecutor(environment, 500 /* eventCount */); in testBatchAndFlushWithMultipleSensors() local
531 FlushExecutor executor = new FlushExecutor(environment, 500 /* eventCount */); in verifyRegisterListenerCallFlush() local
/cts/tests/tests/permission/src/android/permission/cts/
DFileSystemPermissionTest.java621 ExecutorService executor = Executors.newCachedThreadPool(); in testReadingSysFilesDoesntFail() local
626 private static void tryToReadFromAllIn(File dir, ExecutorService executor) throws IOException { in tryToReadFromAllIn()
647 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.java1395 ExecutorService executor = Executors.newSingleThreadExecutor(); in assertSSLConnectionWithClientAuth() local