Searched defs:ProxyTask (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DServiceProxy.java41 * to make a service call, it should call {@link #setTask}, supplying the {@link ProxyTask} that
42 * should run when the connection is ready. {@link ProxyTask#run} should implement the necessary
54 private ProxyTask mTask;
157 protected interface ProxyTask { interface in class:ServiceProxy
170 protected boolean setTask(ProxyTask task, String name) throws IllegalStateException {
185 * Callers that want to wait on the {@link ProxyTask} should call this immediately after calling
224 return setTask(new ProxyTask() {

Completed in 58 milliseconds