Searched refs:TransactionBundle (Results 1 – 4 of 4) sorted by relevance
27 public class TransactionBundle { class75 private TransactionBundle(int transactionType) { in TransactionBundle() method in TransactionBundle90 public TransactionBundle(int transactionType, String uri) { in TransactionBundle() method in TransactionBundle100 public TransactionBundle(Bundle bundle) { in TransactionBundle() method in TransactionBundle
259 TransactionBundle args = new TransactionBundle( in onNewIntent()281 TransactionBundle args = new TransactionBundle(intent.getExtras()); in onNewIntent()326 private void launchTransaction(int serviceId, TransactionBundle txnBundle, boolean noNetwork) { in launchTransaction()615 TransactionBundle args = (TransactionBundle) msg.obj; in handleMessage()
124 svc.putExtra(TransactionBundle.URI, uri.toString()); in doInBackground()125 svc.putExtra(TransactionBundle.TRANSACTION_TYPE, in doInBackground()
72 import com.android.mms.transaction.TransactionBundle;247 intent.putExtra(TransactionBundle.URI, mMessageItem.mMessageUri.toString()); in bindNotifInd()248 intent.putExtra(TransactionBundle.TRANSACTION_TYPE, in bindNotifInd()