Home | History | Annotate | Download | only in email

Lines Matching refs:cb

1725         public void call(IEmailServiceCallback cb) throws RemoteException;
1759 public void call(IEmailServiceCallback cb) throws RemoteException {
1760 cb.loadAttachmentStatus(messageId, attachmentId, status, progress);
1866 public void setCallback(IEmailServiceCallback cb) {
1867 sCallbackList.register(cb);