HomeSort by relevance Sort by last modified time
    Searched full:transactionbundle (Results 1 - 4 of 4) sorted by null

  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionBundle.java 29 public class TransactionBundle {
77 private TransactionBundle(int transactionType) {
83 * Constructor of a bundle used for TransactionBundle instances of type
92 public TransactionBundle(int transactionType, String uri) {
102 public TransactionBundle(Bundle bundle) {
PushReceiver.java 134 svc.putExtra(TransactionBundle.URI, uri.toString());
135 svc.putExtra(TransactionBundle.TRANSACTION_TYPE,
TransactionService.java 315 TransactionBundle args = new TransactionBundle(
340 TransactionBundle args = new TransactionBundle(intent.getExtras());
375 private void launchTransaction(int serviceId, TransactionBundle txnBundle, boolean noNetwork) {
672 TransactionBundle args = (TransactionBundle) msg.obj;
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListItem.java 68 import com.android.mms.transaction.TransactionBundle;
247 intent.putExtra(TransactionBundle.URI, mMessageItem.mMessageUri.toString());
248 intent.putExtra(TransactionBundle.TRANSACTION_TYPE,
    [all...]

Completed in 490 milliseconds