Searched refs:transaction (Results 1 - 25 of 61) sorted by relevance

123

/packages/apps/Mms/src/com/android/mms/transaction/
H A DObserver.java18 package com.android.mms.transaction;
H A DAbstractRetryScheme.java18 package com.android.mms.transaction;
H A DMessageSender.java18 package com.android.mms.transaction;
H A DPrivilegedSmsReceiver.java17 package com.android.mms.transaction;
H A DTransactionService.java18 package com.android.mms.transaction;
86 * the MMS transaction until the connection is established.</li>
138 // How often to extend the use of the MMS APN while a transaction
262 // If it's a transiently failed transaction,
279 // transaction.
286 // is a non-permanent failure, we want to process the transaction.
287 // Otherwise, break out and skip processing this transaction.
325 Log.v(TAG, "onNewIntent: launch transaction...");
402 Log.w(TAG, "TransactionService exiting with transaction still pending");
421 Transaction transaction
800 processPendingTransaction(Transaction transaction, TransactionSettings settings) argument
860 processTransaction(Transaction transaction) argument
[all...]
H A DMessageStatusReceiver.java18 package com.android.mms.transaction;
26 "com.android.mms.transaction.MessageStatusReceiver.MESSAGE_STATUS_RECEIVED";
H A DTransactionState.java18 package com.android.mms.transaction;
60 * To set the state of transaction. This method is only invoked by
63 * @param state The current state of transaction.
73 * To represent the result uri of transaction such as uri of MM.
H A DDefaultRetryScheme.java18 package com.android.mms.transaction;
H A DObservable.java18 package com.android.mms.transaction;
H A DMmsPushOutboxMessages.java15 package com.android.mms.transaction;
H A DTransaction.java18 package com.android.mms.transaction;
32 * Transaction is an abstract class for notification transaction, send transaction
70 * Returns the transaction state of this transaction.
81 * during a MMS Client transaction.
86 * Used to determine whether a transaction is equivalent to this instance.
88 * @param transaction the transaction which is compared to this instance.
89 * @return true if transaction i
91 isEquivalent(Transaction transaction) argument
[all...]
H A DNotificationTransaction.java18 package com.android.mms.transaction;
20 import static com.android.mms.transaction.TransactionState.FAILED;
21 import static com.android.mms.transaction.TransactionState.INITIALIZED;
22 import static com.android.mms.transaction.TransactionState.SUCCESS;
67 * retrieval</b> response. The transaction service, upon succesful
68 * completion of this transaction, will trigger a retrieve transaction
98 // Attach the transaction to the instance of RetryScheduler.
147 Log.v(TAG, "Notification transaction launched: " + this);
237 // Always mark the transaction successfu
[all...]
H A DProgressCallbackEntity.java18 package com.android.mms.transaction;
H A DSimFullReceiver.java18 package com.android.mms.transaction;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DAbstractContactsProvider.java45 /** Set true to enable detailed transaction logging. */
59 * Number of inserts performed in bulk to allow before yielding the transaction.
64 * The contacts transaction that is active in this thread.
74 * The database helper to serialize all transactions on. If non-null, any new transaction
76 * and initiate a transaction on that database. This should be used to ensure that operations
96 * The transaction listener used with {@link #mSerializeOnDbHelper}.
134 ContactsTransaction transaction = startTransaction(false);
138 transaction.markDirty();
140 transaction.markSuccessful(false);
149 ContactsTransaction transaction
312 yield(ContactsTransaction transaction) argument
[all...]
H A DProfileProvider.java122 ContactsTransaction transaction = getCurrentTransaction();
124 transaction.startTransactionForDb(db, ContactsProvider2.PROFILE_DB_TAG, this);
157 protected boolean yield(ContactsTransaction transaction) { argument
158 return mDelegate.yield(transaction);
/packages/apps/Mms/tests/src/com/android/mms/util/
H A DSmsReceiverServiceTests.java21 import com.android.mms.transaction.SmsReceiverService;
H A DHttpUtilsTests.java24 import com.android.mms.transaction.HttpUtils;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
H A DMainPanel.java140 FragmentTransaction transaction = getChildFragmentManager().beginTransaction();
142 transaction.setCustomAnimations(R.anim.slide_in_right, R.anim.slide_out_right);
144 transaction.setCustomAnimations(R.anim.slide_in_left, R.anim.slide_out_left);
146 transaction.replace(R.id.category_panel_container, category, CategoryPanel.FRAGMENT_TAG);
147 transaction.commitAllowingStateLoss();
264 FragmentTransaction transaction = null;
269 transaction = getChildFragmentManager().beginTransaction();
274 transaction = getFragmentManager().beginTransaction();
283 transaction.replace(R.id.state_panel_container, statePanel, StatePanel.FRAGMENT_TAG);
288 transaction
[all...]
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSetupOutgoing.java92 final FragmentTransaction transaction = getFragmentManager().beginTransaction();
93 transaction.add(checkerFragment, AccountCheckSettingsFragment.TAG);
94 transaction.addToBackStack("back");
95 transaction.commit();
H A DAccountSetupIncoming.java172 FragmentTransaction transaction = getFragmentManager().beginTransaction();
173 transaction.add(checkerFragment, AccountCheckSettingsFragment.TAG);
174 transaction.addToBackStack("back");
175 transaction.commit();
/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DHomeXLarge.java50 FragmentTransaction transaction = openFragmentTransaction();
51 transaction.add(R.id.contacts_list, mList);
52 transaction.add(R.id.contact_details, mDetails);
53 transaction.commit();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorPanel.java124 FragmentTransaction transaction = null;
130 transaction = getChildFragmentManager().beginTransaction();
136 transaction = getFragmentManager().beginTransaction();
141 transaction.setCustomAnimations(android.R.anim.fade_in, android.R.anim.fade_out);
146 transaction.replace(R.id.state_panel_container, statePanel, StatePanel.FRAGMENT_TAG);
153 transaction.remove(statePanel);
156 transaction.commit();
/packages/apps/Mms/src/com/android/mms/
H A DMmsApp.java37 import com.android.mms.transaction.MessagingNotification;
38 import com.android.mms.transaction.MmsSystemEventReceiver;
39 import com.android.mms.transaction.SmsReceiver;
40 import com.android.mms.transaction.SmsReceiverService;
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailLayoutController.java209 FragmentTransaction transaction = mFragmentManager.beginTransaction();
210 transaction.add(R.id.about_fragment_container, mDetailFragment,
212 transaction.add(R.id.updates_fragment_container, mUpdatesFragment,
214 transaction.commitAllowingStateLoss();
229 FragmentTransaction transaction = mFragmentManager.beginTransaction();
230 transaction.add(R.id.about_fragment_container, mDetailFragment,
232 transaction.add(R.id.updates_fragment_container, mUpdatesFragment,
234 transaction.commitAllowingStateLoss();
245 FragmentTransaction transaction = mFragmentManager.beginTransaction();
246 transaction
[all...]

Completed in 701 milliseconds

123