Lines Matching refs:cb
1730 public void call(IEmailServiceCallback cb) throws RemoteException;
1764 public void call(IEmailServiceCallback cb) throws RemoteException {
1765 cb.loadAttachmentStatus(messageId, attachmentId, status, progress);
1876 public void setCallback(IEmailServiceCallback cb) {
1877 sCallbackList.register(cb);