Home
last modified time | relevance | path

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

/cts/tests/tests/webkit/src/android/webkit/cts/
DTestProcessClient.java49 private final Messenger mReplyHandler = new Messenger(new ReplyHandler(Looper.getMainLooper()));
158 private class ReplyHandler extends Handler { class in TestProcessClient
159 ReplyHandler(Looper looper) { in ReplyHandler() method in TestProcessClient.ReplyHandler
/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