HomeSort by relevance Sort by last modified time
    Searched refs: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 132 svc.putExtra(TransactionBundle.URI, uri.toString());
133 svc.putExtra(TransactionBundle.TRANSACTION_TYPE,
TransactionService.java 289 TransactionBundle args = new TransactionBundle(
314 TransactionBundle args = new TransactionBundle(intent.getExtras());
358 private void launchTransaction(int serviceId, TransactionBundle txnBundle, boolean noNetwork) {
646 TransactionBundle args = (TransactionBundle) msg.obj;
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListItem.java 67 import com.android.mms.transaction.TransactionBundle;
246 intent.putExtra(TransactionBundle.URI, mMessageItem.mMessageUri.toString());
247 intent.putExtra(TransactionBundle.TRANSACTION_TYPE,
    [all...]

Completed in 213 milliseconds