Home
last modified time | relevance | path

Searched refs:mResultThread (Results 1 – 2 of 2) sorted by relevance

/cts/libs/input/src/com/android/cts/input/
DVirtualInputDevice.java52 private final Thread mResultThread; field in VirtualInputDevice
95 mResultThread = new Thread(() -> { in VirtualInputDevice()
105 mResultThread.start(); in VirtualInputDevice()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java191 private HandlerThread mResultThread = null; field in ItsService
315 mResultThread = new HandlerThread("ResultThread"); in onCreate()
316 mResultThread.start(); in onCreate()
317 mResultHandler = new Handler(mResultThread.getLooper()); in onCreate()
383 if (mResultThread != null) { in onDestroy()
384 mResultThread.quitSafely(); in onDestroy()
385 mResultThread = null; in onDestroy()