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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DServiceProxy.java35 * ServiceProxy is a superclass for proxy objects which make a single call to a service. It handles
37 * and disconnecting from the service afterwards. ServiceProxy objects cannot be reused (trying to
46 public abstract class ServiceProxy { class
47 public static final String EXTRA_FORCE_SHUTDOWN = "ServiceProxy.FORCE_SHUTDOWN";
90 public ServiceProxy(Context _context, Intent _intent) { method in class:ServiceProxy
122 // Each ServiceProxy handles just one task, so we unbind after we're
161 public ServiceProxy setTimeout(int secs) {
172 throw new IllegalStateException("Cannot call setTask twice on the same ServiceProxy.");

Completed in 93 milliseconds