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

  /external/nist-sip/java/javax/sip/
Timeout.java 5 TRANSACTION;
  /packages/apps/Mms/src/com/android/mms/transaction/
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.
110 * when a Transaction is completed (TRANSACTION_COMPLETED_ACTION intents).
118 * when a Transaction is completed (TRANSACTION_COMPLETED_ACTION intents).
133 // How often to extend the use of the MMS APN while a transaction
139 private final ArrayList<Transaction> mProcessing = new ArrayList<Transaction>();
140 private final ArrayList<Transaction> mPending = new ArrayList<Transaction>();
416 Transaction transaction = (Transaction) observable; local
603 Transaction transaction = null; local
    [all...]
MmsSystemEventReceiver.java 18 package com.android.mms.transaction;
48 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
49 Log.v(TAG, "wakeUpService: start transaction service ...");
57 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
75 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
TransactionSettings.java 18 package com.android.mms.transaction;
32 * Container of transaction settings. Instances of this class are contained
33 * within Transaction instances to allow overriding of the default APN
62 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
76 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
135 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
SmsReceiverService.java 18 package com.android.mms.transaction;
78 "com.android.mms.transaction.MESSAGE_SENT";
84 "com.android.mms.transaction.SEND_MESSAGE";
86 "com.android.mms.transaction.SEND_INACTIVE_MESSAGE";
112 // if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) {
168 // if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) {
185 * Handle incoming transaction requests.
192 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
200 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
270 Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE))
    [all...]
HttpUtils.java 18 package com.android.mms.transaction;
50 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)) {
RetryScheduler.java 18 package com.android.mms.transaction;
73 Transaction t = (Transaction) observable;
75 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
136 // Send Transaction case
159 // Notification Transaction case
174 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
270 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
295 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
SmsSingleRecipientSender.java 1 package com.android.mms.transaction;
122 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) {
SendTransaction.java 18 package com.android.mms.transaction;
57 public class SendTransaction extends Transaction implements Runnable {
69 // Attach the transaction to the instance of RetryScheduler.
75 * @see com.android.mms.Transaction#process()
117 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
127 // Check whether the responding Transaction-ID is consistent
132 Log.e(TAG, "Inconsistent Transaction-ID: req="
  /frameworks/native/services/surfaceflinger/
MessageQueue.h 96 TRANSACTION = 2
111 // sends TRANSACTION message immediately
MessageQueue.cpp 66 mQueue.mLooper->sendMessage(this, Message(MessageQueue::TRANSACTION));
80 case TRANSACTION:
SurfaceFlinger.cpp 747 case MessageQueue::TRANSACTION:
    [all...]
  /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 60 import com.android.mms.transaction.MessageSender;
61 import com.android.mms.transaction.MmsMessageSender;
62 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;
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 564 milliseconds