OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:transaction_type
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Mms/src/com/android/mms/transaction/
TransactionBundle.java
35
public static final String
TRANSACTION_TYPE
= "type";
39
* Used when
TRANSACTION_TYPE
is TYPE_PUSH_TRANSACTION.
79
mBundle.putInt(
TRANSACTION_TYPE
, transactionType);
126
return mBundle.getInt(
TRANSACTION_TYPE
);
PushReceiver.java
134
svc.putExtra(TransactionBundle.
TRANSACTION_TYPE
,
/external/chromium_org/content/browser/dom_storage/
dom_storage_namespace.cc
291
if (transaction.
transaction_type
== TRANSACTION_CLEAR) {
301
if (transaction.
transaction_type
== TRANSACTION_REMOVE ||
302
transaction.
transaction_type
== TRANSACTION_WRITE) {
306
if (transaction.
transaction_type
== TRANSACTION_READ) {
323
if (transaction.
transaction_type
== TRANSACTION_READ)
326
if (transaction.
transaction_type
== TRANSACTION_CLEAR) {
331
if (transaction.
transaction_type
== TRANSACTION_REMOVE) {
339
if (transaction.
transaction_type
== TRANSACTION_WRITE) {
dom_storage_host.cc
198
DOMStorageNamespace::LogType
transaction_type
,
208
transaction.
transaction_type
=
transaction_type
;
dom_storage_host.h
75
DOMStorageNamespace::LogType
transaction_type
,
dom_storage_context_impl_unittest.cc
354
txn.
transaction_type
= DOMStorageNamespace::TRANSACTION_READ;
362
txn.
transaction_type
= DOMStorageNamespace::TRANSACTION_WRITE;
dom_storage_namespace.h
113
LogType
transaction_type
;
member in struct:content::DOMStorageNamespace::TransactionRecord
/packages/apps/Mms/src/com/android/mms/ui/
MessageListItem.java
248
intent.putExtra(TransactionBundle.
TRANSACTION_TYPE
,
[
all
...]
Completed in 89 milliseconds