HomeSort by relevance Sort by last modified time
    Searched refs:transaction (Results 76 - 100 of 105) sorted by null

1 2 34 5

  /packages/apps/Mms/src/com/android/mms/transaction/
MmsMessageSender.java 18 package com.android.mms.transaction;
91 // Start MMS transaction service
PushReceiver.java 18 package com.android.mms.transaction;
123 // Start service to finish the notification transaction.
127 Transaction.NOTIFICATION_TRANSACTION);
RetrieveTransaction.java 18 package com.android.mms.transaction;
58 public class RetrieveTransaction extends Transaction implements Runnable {
92 // Attach the transaction to the instance of RetryScheduler.
120 * @see com.android.mms.transaction.Transaction#process()
144 // Mark this transaction as failed to prevent duplicate
157 // Since it's not critical, it won't fail the transaction.
175 // Don't mark the transaction as failed if we failed to send it.
217 // If the Transaction-ID isn't set in the M-Retrieve.conf, it means
RetryScheduler.java 18 package com.android.mms.transaction;
76 Transaction t = (Transaction) observable;
78 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
145 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
245 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
SendTransaction.java 18 package com.android.mms.transaction;
60 public class SendTransaction extends Transaction implements Runnable {
74 // Attach the transaction to the instance of RetryScheduler.
80 * @see com.android.mms.Transaction#process()
122 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
132 // Check whether the responding Transaction-ID is consistent
137 Log.e(TAG, "Inconsistent Transaction-ID: req="
HttpUtils.java 18 package com.android.mms.transaction;
50 private static final String TAG = LogTag.TRANSACTION;
160 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
161 Log.d(LogTag.TRANSACTION,
267 if (Log.isLoggable(LogTag.TRANSACTION, Log.DEBUG)) {
SmsReceiverService.java 18 package com.android.mms.transaction;
76 "com.android.mms.transaction.MESSAGE_SENT";
82 "com.android.mms.transaction.SEND_MESSAGE";
108 // if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
125 // if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
141 // if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
158 * Handle incoming transaction requests.
226 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
260 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
274 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE))
    [all...]
  /external/webkit/LayoutTests/storage/
sql-data-types.js 84 db.transaction(createTestDBStmt);
  /external/webkit/WebKit/android/WebCoreSupport/
GeolocationPermissions.cpp 365 SQLiteTransaction transaction(database);
384 transaction.commit();
  /external/e2fsprogs/lib/ext2fs/
kernel-jbd.h 12 * Definitions for transaction data structures for the buffer cache
135 #define JFS_FLAG_DELETED 4 /* block deleted by this transaction */
276 * the transaction, so that at all times we know how many buffers the
277 * outstanding updates on a transaction might possibly touch. */
281 /* Which compound transaction is this update a part of? */
302 * tracks a compound transaction through its various states:
310 * FINISHED: We still have to keep the transaction for checkpointing.
312 * The transaction keeps track of all of the buffers modified by a
313 * running transaction, and all of the buffers committed but not yet
319 /* Pointer to the journal for this transaction. *
    [all...]
  /external/kernel-headers/original/linux/
jbd.h 12 * Definitions for transaction data structures for the buffer cache
99 * the transaction, so that at all times we know how many buffers the
100 * outstanding updates on a transaction might possibly touch.
112 * We use the journal_t to keep track of all outstanding transaction
175 #define JFS_FLAG_DELETED 4 /* block deleted by this transaction */
367 * @h_transaction: Which compound transaction is this update a part of?
382 /* Which compound transaction is this update a part of? */
403 * tracks a compound transaction through its various states:
411 * FINISHED: We still have to keep the transaction for checkpointing.
413 * The transaction keeps track of all of the buffers modified by
    [all...]
  /frameworks/base/voip/java/com/android/server/sip/
SipSessionGroup.java 62 import javax.sip.Transaction;
492 private Transaction getTransaction() {
592 "cannot initiate a new transaction to execute: "
703 Transaction current = event.isServerTransaction()
706 Transaction target = event.isServerTransaction()
711 Log.d(TAG, "not the current transaction; current="
715 Log.d(TAG, "transaction terminated: " + toString(current));
718 // no transaction; shouldn't be here; ignored
723 private String toString(Transaction transaction) {
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationList.java 25 import com.android.mms.transaction.MessagingNotification;
26 import com.android.mms.transaction.SmsRejectedReceiver;
ManageSimMessages.java 22 import com.android.mms.transaction.MessagingNotification;
MessageListItem.java 72 import com.android.mms.transaction.Transaction;
73 import com.android.mms.transaction.TransactionBundle;
74 import com.android.mms.transaction.TransactionService;
210 Transaction.RETRIEVE_TRANSACTION);
ComposeMessageActivity.java 21 import static com.android.mms.transaction.ProgressCallbackEntity.PROGRESS_ABORT;
22 import static com.android.mms.transaction.ProgressCallbackEntity.PROGRESS_COMPLETE;
23 import static com.android.mms.transaction.ProgressCallbackEntity.PROGRESS_START;
24 import static com.android.mms.transaction.ProgressCallbackEntity.PROGRESS_STATUS_ACTION;
137 import com.android.mms.transaction.MessagingNotification;
    [all...]
  /external/chromium/net/tools/dump_cache/
dump_files.cc 71 printf("transaction: 0x%x\n", header.lru.transaction);
  /external/dbus/bus/
bus.c 1127 BusTransaction *transaction,
1226 transaction,
    [all...]
  /external/wpa_supplicant/
pcsc_funcs.c 446 int transaction = 0; local
520 wpa_printf(MSG_DEBUG, "SCARD: Could not begin transaction: "
524 transaction = 1;
596 wpa_printf(MSG_DEBUG, "SCARD: Could not end transaction: "
603 if (transaction)
    [all...]
mlme.c 592 int transaction, u8 *extra, size_t extra_len,
617 mgmt->u.auth.auth_transaction = host_to_le16(transaction);
618 wpa_s->mlme.auth_transaction = transaction + 1;
1103 " (alg=%d transaction=%d status=%d)",
1115 "transaction=%d)",
1125 "(alg=%d transaction=%d)",
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
pcsc_funcs.c 446 int transaction = 0; local
520 wpa_printf(MSG_DEBUG, "SCARD: Could not begin transaction: "
524 transaction = 1;
596 wpa_printf(MSG_DEBUG, "SCARD: Could not end transaction: "
603 if (transaction)
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 51 import com.android.mms.transaction.MessageSender;
52 import com.android.mms.transaction.MmsMessageSender;
53 import com.android.mms.transaction.SmsMessageSender;
    [all...]
Conversation.java 24 import com.android.mms.transaction.MessagingNotification;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java 767 * value of CANCEL. This allows it to be identified and processed as a transaction in its
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShortcutRepositoryImplLog.java 204 private void runTransactionAsync(final SQLiteTransaction transaction) {
208 transaction.run(mOpenHelper.getWritableDatabase());
    [all...]

Completed in 471 milliseconds

1 2 34 5