Home
last modified time | relevance | path

Searched defs:transactionType (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Mms/src/com/android/mms/transaction/
DTransactionBundle.java77 private TransactionBundle(int transactionType) { in TransactionBundle()
92 public TransactionBundle(int transactionType, String uri) { in TransactionBundle()
DTransactionService.java235 int transactionType = getTransactionType(msgType); in onNewIntent() local
374 private void onNetworkUnavailable(int serviceId, int transactionType) { in onNetworkUnavailable()
579 private String decodeTransactionType(int transactionType) { in decodeTransactionType()
665 int transactionType = args.getTransactionType(); in handleMessage() local