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

1 23 4 5

  /packages/apps/Mms/src/com/android/mms/transaction/
ProgressCallbackEntity.java 18 package com.android.mms.transaction;
SimFullReceiver.java 18 package com.android.mms.transaction;
SmsReceiver.java 18 package com.android.mms.transaction;
TransactionBundle.java 18 package com.android.mms.transaction;
29 * Key for the transaction-type.
85 * @param uri The relevant URI for this transaction. Indicates the URL of the
96 * Constructor of a transaction bundle used for incoming bundle instances.
SmsRejectedReceiver.java 17 package com.android.mms.transaction;
MessageStatusReceiver.java 18 package com.android.mms.transaction;
36 "com.android.mms.transaction.MessageStatusReceiver.MESSAGE_STATUS_RECEIVED";
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)) {
ReadRecTransaction.java 18 package com.android.mms.transaction;
46 public class ReadRecTransaction extends Transaction {
61 // Attach the transaction to the instance of RetryScheduler.
67 * @see com.android.mms.Transaction#process()
SmsMessageSender.java 18 package com.android.mms.transaction;
SmsSingleRecipientSender.java 1 package com.android.mms.transaction;
99 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
TransactionSettings.java 18 package com.android.mms.transaction;
33 * Container of transaction settings. Instances of this class are contained
34 * within Transaction instances to allow overriding of the default APN
  /external/bluetooth/bluez/test/
avtest.c 77 uint8_t transaction:4; member in struct:avdtp_header
94 uint8_t transaction:4; member in struct:avdtp_start_header
103 uint8_t transaction:4; member in struct:avdtp_continue_header
110 uint8_t transaction:4; member in struct:avctp_header
118 uint8_t transaction:4; member in struct:avdtp_header
135 uint8_t transaction:4; member in struct:avdtp_start_header
144 uint8_t transaction:4; member in struct:avdtp_continue_header
150 uint8_t transaction:4; member in struct:avctp_header
184 printf("TL %d PT %d CR %d IPID %d PID 0x%04x\n", hdr->transaction,
190 printf("TL %d PT %d MT %d SI %d\n", hdr->transaction,
    [all...]
  /external/dbus/bus/
activation.c 864 add_restore_pending_to_transaction (BusTransaction *transaction,
879 !bus_transaction_add_cancel_hook (transaction, restore_pending, d,
886 _dbus_verbose ("Saved pending activation to be restored if the transaction fails\n");
894 BusTransaction *transaction,
940 if (!bus_transaction_send_from_driver (transaction, entry->connection, message))
963 BusTransaction *transaction,
993 if (!bus_context_check_security_policy (activation->context, transaction,
1000 if (!bus_transaction_send (transaction, addressed_recipient, entry->activation_message))
1010 if (!add_restore_pending_to_transaction (transaction, pending_activation))
1012 _dbus_verbose ("Could not add cancel hook to transaction to revert removing pending activation\n")
1037 BusTransaction *transaction; local
    [all...]
dispatch.c 44 BusTransaction *transaction,
47 if (!bus_context_check_security_policy (context, transaction,
55 if (!bus_transaction_send (transaction,
67 bus_dispatch_matches (BusTransaction *transaction,
89 connections = bus_transaction_get_connections (transaction);
92 context = bus_transaction_get_context (transaction);
112 message, transaction, &tmp_error))
135 BusTransaction *transaction; local
142 transaction = NULL;
200 /* Create our transaction */
    [all...]
bus.h 109 BusTransaction *transaction,
  /frameworks/base/voip/java/com/android/server/sip/
SipHelper.java 43 import javax.sip.Transaction;
298 ServerTransaction transaction = event.getServerTransaction(); local
299 if (transaction == null) {
303 return transaction;
314 ServerTransaction transaction = getServerTransaction(event); local
323 transaction.sendResponse(response);
324 return transaction;
447 if (source instanceof Transaction) {
448 return getCallId(((Transaction) source));
456 public static String getCallId(Transaction transaction)
    [all...]
  /packages/apps/Mms/src/com/android/mms/
MmsApp.java 29 import com.android.mms.transaction.MessagingNotification;
  /external/e2fsprogs/e2fsck/
revoke.c 20 * transaction's revoked blocks to the journal
22 * + Recovery: during recovery we record the transaction ID of all
29 * single transaction:
33 * cancel the revoke before the transaction commits.
40 * in the current transaction, so any revoke for that block in the
41 * transaction must have happened after the block was journaled and so
78 journal replay, this involves recording the transaction ID of the
79 last transaction to revoke this block. */
263 * crash after this current transaction commits. Any subsequent
264 * metadata writes of the buffer in this transaction cancel th
    [all...]
  /external/bluetooth/bluez/tools/
avinfo.c 145 uint8_t transaction:4; member in struct:avdtp_header
197 uint8_t transaction:4; member in struct:avdtp_header
435 static int transaction = 0; local
439 header->transaction = transaction;
445 transaction = (transaction + 1) % 16;
  /external/chromium/net/disk_cache/
rankings.cc 26 // entry is to be inserted or removed from the list, a transaction object should
28 // finishing the operation, the transaction record (stored as part of the user
30 class Transaction {
36 Transaction(volatile disk_cache::LruData* data, disk_cache::Addr addr,
38 ~Transaction();
41 DISALLOW_COPY_AND_ASSIGN(Transaction);
44 Transaction::Transaction(volatile disk_cache::LruData* data,
47 DCHECK(!data_->transaction);
51 data_->transaction = addr.value()
    [all...]
disk_format.h 74 CacheAddr transaction; // In-flight operation target. member in struct:disk_cache::LruData
  /frameworks/base/services/java/com/android/server/
Installer.java 132 private synchronized String transaction(String cmd) { method in class:Installer
161 String res = transaction(cmd);
311 String s = transaction(builder.toString());
  /external/webkit/WebCore/bindings/v8/custom/
V8DatabaseCustom.cpp 64 return throwError("changeVersion transaction callback must be of valid type.");
93 return throwError("Transaction callback is required.", V8Proxy::SyntaxError);
96 return throwError("Transaction callback must be of valid type.");
109 return throwError("Transaction error callback must be of valid type.");
117 return throwError("Transaction success callback must be of valid type.");
122 database->transaction(callback.release(), errorCallback.release(), successCallback.release(), readOnly);
128 INC_STATS("DOM.Database.transaction()");
  /external/bluetooth/bluez/audio/
control.c 117 uint8_t transaction:4; member in struct:avctp_header
134 uint8_t transaction:4; member in struct:avctp_header
533 DBG("AVCTP transaction %u, packet type %u, C/R %u, IPID %u, "
535 avctp->transaction, avctp->packet_type,
1011 static uint8_t transaction = 0; local
1015 avctp->transaction = transaction++;
1032 avctp->transaction = transaction++;
  /packages/apps/Mms/src/com/android/mms/ui/
ClassZeroActivity.java 42 import com.android.mms.transaction.SmsReceiverService;
43 import com.android.mms.transaction.MessagingNotification;

Completed in 592 milliseconds

1 23 4 5