Home | History | Annotate | Download | only in carrier

Lines Matching refs:onReceiveResult

104             callback.onReceiveResult(true);
124 callback.onReceiveResult(new SendSmsResult(SEND_STATUS_RETRY_ON_CARRIER_NETWORK, 0));
162 callback.onReceiveResult(new SendSmsResult(SEND_STATUS_RETRY_ON_CARRIER_NETWORK, 0));
200 callback.onReceiveResult(
236 callback.onReceiveResult(new SendMmsResult(SEND_STATUS_RETRY_ON_CARRIER_NETWORK, null));
255 callback.onReceiveResult(DOWNLOAD_STATUS_RETRY_ON_CARRIER_NETWORK);
400 public void onReceiveResult(@NonNull T result) throws RemoteException;
413 public void onReceiveResult(final Boolean result) throws RemoteException {
425 public void onReceiveResult(final SendSmsResult result) throws RemoteException {
437 public void onReceiveResult(final SendSmsResult result) throws RemoteException {
449 public void onReceiveResult(final SendMultipartSmsResult result)
462 public void onReceiveResult(final SendMmsResult result) throws RemoteException {
473 public void onReceiveResult(Integer result) throws RemoteException {