Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
DErrorLoggingService.java304 private ReplyHandler mReplyHandler;
316 mReplyHandler = new ReplyHandler(mReplyThread.getLooper()); in ErrorServiceConnection()
337 private static final class ReplyHandler extends Handler { class in ErrorLoggingService.ErrorServiceConnection
342 private ReplyHandler(Looper looper) { in ReplyHandler() method in ErrorLoggingService.ErrorServiceConnection.ReplyHandler