Searched refs:getTransactionType (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Mms/src/com/android/mms/transaction/
H A DTransactionBundle.java125 public int getTransactionType() { method in class:TransactionBundle
151 return "transactionType: " + getTransactionType() +
H A DTransactionService.java249 int transactionType = getTransactionType(msgType);
349 private int getTransactionType(int msgType) { method in class:TransactionService
366 onNetworkUnavailable(serviceId, txnBundle.getTransactionType());
679 int transactionType = args.getTransactionType();

Completed in 574 milliseconds