HomeSort by relevance Sort by last modified time
    Searched defs:Transaction (Results 1 - 8 of 8) sorted by null

  /external/nist-sip/java/javax/sip/
Transaction.java 6 public interface Transaction extends Serializable {
  /packages/apps/Mms/src/com/android/mms/transaction/
Transaction.java 18 package com.android.mms.transaction;
32 * Transaction is an abstract class for notification transaction, send transaction
36 public abstract class Transaction extends Observable {
61 public Transaction(Context context, int serviceId,
70 * Returns the transaction state of this transaction.
72 * @return Current state of the Transaction.
80 * An instance of Transaction encapsulates the actions require
    [all...]
  /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...]
  /external/chromium/net/http/
http_cache_transaction.cc 100 HttpCache::Transaction::Transaction(HttpCache* cache, bool enable_range_support)
121 io_callback_(this, &Transaction::OnIOComplete)),
123 cache_callback_(new CancelableCompletionCallback<Transaction>(
124 this, &Transaction::OnIOComplete))),
126 write_headers_callback_(new CancelableCompletionCallback<Transaction>(
127 this, &Transaction::OnIOComplete))) {
128 COMPILE_ASSERT(HttpCache::Transaction::kNumValidationHeaders ==
137 HttpCache::Transaction::~Transaction() {
    [all...]
http_cache_transaction.h 5 // This file declares HttpCache::Transaction, a private class of HttpCache so
20 // This is the transaction that is returned by the HttpCache transaction
22 class HttpCache::Transaction : public HttpTransaction {
24 Transaction(HttpCache* cache, bool enable_range_support);
25 virtual ~Transaction();
41 // The transaction has the following modes, which apply to how it may access
44 // o If the mode of the transaction is NONE, then it is in "pass through"
45 // mode and all methods just forward to the inner network transaction.
47 // o If the mode of the transaction is only READ, then it may only read fro
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
MockTransport.java 59 private static class Transaction {
68 Transaction(String pattern, String[] responses) {
74 Transaction(int otherType) {
95 private ArrayList<Transaction> mPairs = new ArrayList<Transaction>();
120 Transaction pair = new Transaction(pattern, responses);
138 mPairs.add(new Transaction(Transaction.ACTION_CLIENT_CLOSE));
142 mPairs.add(new Transaction(Transaction.ACTION_IO_EXCEPTION))
    [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 465 milliseconds