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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DEmailServiceProxy.java35 * The EmailServiceProxy class provides a simple interface for the UI to call into the various
40 * new EmailServiceProxy(context, class).loadAttachment(attachmentId, callback)
46 * An EmailServiceProxy object cannot be reused (trying to do so generates a RemoteException)
49 public class EmailServiceProxy extends ServiceProxy implements IEmailService { class in inherits:ServiceProxy,IEmailService
50 private static final String TAG = "EmailServiceProxy";
77 public EmailServiceProxy(Context _context, Class<?> _class) { method in class:EmailServiceProxy
85 public EmailServiceProxy(Context _context, Intent _intent) { method in class:EmailServiceProxy

Completed in 54 milliseconds