HomeSort by relevance Sort by last modified time
    Searched refs:SendMmsResult (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/service/carrier/
CarrierMessagingService.java 286 * @param callback result callback. Call with a {@link SendMmsResult}.
289 @Nullable Uri location, @NonNull ResultCallback<SendMmsResult> callback) {
292 callback.onReceiveResult(new SendMmsResult(SEND_STATUS_RETRY_ON_CARRIER_NETWORK, null));
327 public static final class SendMmsResult {
332 * Constructs a SendMmsResult with the MMS send result, and the SendConf PDU.
341 public SendMmsResult(int sendStatus, @Nullable byte[] sendConfPdu) {
517 onSendMms(pduUri, subId, location, new ResultCallback<SendMmsResult>() {
519 public void onReceiveResult(final SendMmsResult result) throws RemoteException {
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 169 milliseconds