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

  /external/nist-sip/java/javax/sip/
Timeout.java 5 TRANSACTION;
  /packages/apps/Mms/src/com/android/mms/transaction/
MmsSystemEventReceiver.java 18 package com.android.mms.transaction;
49 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
50 Log.v(TAG, "wakeUpService: start transaction service ...");
58 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
69 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
89 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
100 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
TransactionService.java 18 package com.android.mms.transaction;
82 * the MMS transaction until the connection is established.</li>
90 * TransactionService when a Transaction is completed.
103 * when a Transaction is completed (TRANSACTION_COMPLETED_ACTION intents).
111 * when a Transaction is completed (TRANSACTION_COMPLETED_ACTION intents).
125 // How often to extend the use of the MMS APN while a transaction
131 private final ArrayList<Transaction> mProcessing = new ArrayList<Transaction>();
132 private final ArrayList<Transaction> mPending = new ArrayList<Transaction>();
375 Transaction transaction = (Transaction) observable; local
558 Transaction transaction = null; local
    [all...]
SmsReceiverService.java 18 package com.android.mms.transaction;
78 "com.android.mms.transaction.MESSAGE_SENT";
84 "com.android.mms.transaction.SEND_MESSAGE";
110 // if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) {
166 // if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) {
183 * Handle incoming transaction requests.
190 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
198 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
260 Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
300 if (LogTag.DEBUG_SEND || Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE))
    [all...]
HttpUtils.java 18 package com.android.mms.transaction;
53 private static final String TAG = LogTag.TRANSACTION;
101 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
162 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
163 Log.d(LogTag.TRANSACTION,
310 if (Log.isLoggable(LogTag.TRANSACTION, Log.DEBUG)) {
TransactionSettings.java 18 package com.android.mms.transaction;
34 * Container of transaction settings. Instances of this class are contained
35 * within Transaction instances to allow overriding of the default APN
71 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
128 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
RetryScheduler.java 18 package com.android.mms.transaction;
75 Transaction t = (Transaction) observable;
77 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
164 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
264 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
SmsSingleRecipientSender.java 1 package com.android.mms.transaction;
118 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) {
SendTransaction.java 18 package com.android.mms.transaction;
59 public class SendTransaction extends Transaction implements Runnable {
71 // Attach the transaction to the instance of RetryScheduler.
77 * @see com.android.mms.Transaction#process()
119 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
129 // Check whether the responding Transaction-ID is consistent
134 Log.e(TAG, "Inconsistent Transaction-ID: req="
  /packages/apps/Mms/src/com/android/mms/
LogTag.java 33 public static final String TRANSACTION = "Mms:transaction";
  /external/webkit/LayoutTests/storage/
test-authorizer.js 15 db.transaction(function(tx) {
76 executeStatement(tx, "BEGIN TRANSACTION;", "SQLITE_TRANSACTION");
112 db.transaction(function(tx) {
118 function(error) { logAndTerminateTest("Write transaction failed", error); },
119 function() { log("Write transaction succeeded."); });
126 function(error) { logAndTerminateTest("Read 'CREATE TABLE' transaction failed", error); });
129 db.transaction(createTableCallback,
130 function(error) { logAndTerminateTest("Write 'CREATE TABLE' transaction failed", error); });
132 function(error) { logAndTerminateTest("Read 'CREATE' transaction failed", error); });
135 db.transaction(createStatementsCallback
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 56 import com.android.mms.transaction.MessageSender;
57 import com.android.mms.transaction.MmsMessageSender;
58 import com.android.mms.transaction.SmsMessageSender;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
SipProviderImpl.java 71 import javax.sip.Transaction;
168 public void handleEvent(EventObject sipEvent, SIPTransaction transaction) {
172 + transaction + "this.sipListener = "
185 EventWrapper eventWrapper = new EventWrapper(sipEvent, transaction);
284 "Transaction already assigned to request");
286 throw new TransactionUnavailableException ("Cannot create client transaction for " + Request.ACK);
312 "Transaction already exists!");
338 "could not find existing transaction for "
349 "Cannot resolve next hop -- transaction unavailable");
352 "Cannot resolve next hop -- transaction unavailable", ex)
457 SIPServerTransaction transaction = null; local
902 SIPTransaction transaction = (SIPTransaction) transactionErrorEvent local
    [all...]
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
legacy_contacts.sql 1 BEGIN TRANSACTION;
  /packages/providers/ContactsProvider/tests/assets/test1/
legacy_contacts.sql 1 BEGIN TRANSACTION;
  /packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql 1 BEGIN TRANSACTION;

Completed in 500 milliseconds