Searched defs:setTask (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
170 protected boolean setTask(ProxyTask task, String name) throws IllegalStateException { method in class:ServiceProxy
172 throw new IllegalStateException("Cannot call setTask twice on the same ServiceProxy.");
186 * {@link #setTask}. This will wait until the task completes, up to the timeout (which can be
224 return setTask(new ProxyTask() {

Completed in 69 milliseconds