HomeSort by relevance Sort by last modified time
    Searched refs:transactionType (Results 1 - 2 of 2) sorted by null

  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionBundle.java 73 * @param transactionType
75 private TransactionBundle(int transactionType) {
77 mBundle.putInt(TRANSACTION_TYPE, transactionType);
84 * @param transactionType
90 public TransactionBundle(int transactionType, String uri) {
91 this(transactionType);
TransactionService.java 222 int transactionType = getTransactionType(msgType);
224 onNetworkUnavailable(startId, transactionType);
227 switch (transactionType) {
246 transactionType, uri.toString());
329 private void onNetworkUnavailable(int serviceId, int transactionType) {
331 Log.v(TAG, "onNetworkUnavailable: sid=" + serviceId + ", type=" + transactionType);
335 if (transactionType == Transaction.RETRIEVE_TRANSACTION) {
337 } else if (transactionType == Transaction.SEND_TRANSACTION) {
632 int transactionType = args.getTransactionType();
635 Log.v(TAG, "handle EVENT_TRANSACTION_REQUEST: transactionType="
    [all...]

Completed in 33 milliseconds