Home
last modified time | relevance | path

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

/cts/tests/tests/security/src/android/security/cts/
DAttributionSourceService.java143 private final HandlerThread mReplyThread; field in AttributionSourceService.AttributionSourceServiceConnection
149 mReplyThread = new HandlerThread("AttributionSourceServiceConnection"); in AttributionSourceServiceConnection()
150 mReplyThread.start(); in AttributionSourceServiceConnection()
151 mReplyHandler = new ReplyHandler(mReplyThread.getLooper()); in AttributionSourceServiceConnection()
266 mReplyThread.quit(); in stop()
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
DErrorLoggingService.java339 private final HandlerThread mReplyThread; field in ErrorLoggingService.ErrorServiceConnection
350 mReplyThread = new HandlerThread("ErrorServiceConnection"); in ErrorServiceConnection()
351 mReplyThread.start(); in ErrorServiceConnection()
352 mReplyHandler = new ReplyHandler(mReplyThread.getLooper()); in ErrorServiceConnection()
359 mReplyThread.quit(); in close()