Home
last modified time | relevance | path

Searched refs:transaction (Results 1 – 25 of 45) sorted by relevance

12

/frameworks/base/core/java/android/database/sqlite/
DSQLiteSession.java345 Transaction transaction = obtainTransaction(transactionMode, transactionListener); in beginTransactionUnchecked() local
346 transaction.mParent = mTransactionStack; in beginTransactionUnchecked()
347 mTransactionStack = transaction; in beginTransactionUnchecked()
936 Transaction transaction = mTransactionPool; in obtainTransaction() local
937 if (transaction != null) { in obtainTransaction()
938 mTransactionPool = transaction.mParent; in obtainTransaction()
939 transaction.mParent = null; in obtainTransaction()
940 transaction.mMarkedSuccessful = false; in obtainTransaction()
941 transaction.mChildFailed = false; in obtainTransaction()
943 transaction = new Transaction(); in obtainTransaction()
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
DARM_DELIVERY.TXT1 The contents of this transaction was created by Hedley Francis
10 quoting transaction reference <97414>.
21 This transaction contains deliverables which are designated as being of
47 In addition to the data versions listed above, this transaction contains
54 files included in this transaction, together with their checksums.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
DARM_DELIVERY.TXT1 The contents of this transaction was created by Hedley Francis
10 quoting transaction reference <97412>.
21 This transaction contains deliverables which are designated as being of
47 In addition to the data versions listed above, this transaction contains
54 files included in this transaction, together with their checksums.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
DARM_DELIVERY.TXT1 The contents of this transaction was created by Hedley Francis
10 quoting transaction reference <97413>.
21 This transaction contains deliverables which are designated as being of
47 In addition to the data versions listed above, this transaction contains
54 files included in this transaction, together with their checksums.
/frameworks/base/docs/html/training/basics/fragments/
Dfragment-ui.jd60 <p>To perform a transaction such as add or
98 <p>You can perform multiple fragment transaction for the activity using the same {@link
158 <p class="note"><strong>Note:</strong> When you remove or replace a fragment and add the transaction
160 back to restore the fragment, it restarts. If you <em>do not</em> add the transaction to the back
172 FragmentTransaction transaction = getSupportFragmentManager().beginTransaction();
175 // and add the transaction to the back stack so the user can navigate back
176 transaction.replace(R.id.fragment_container, newFragment);
177 transaction.addToBackStack(null);
179 // Commit the transaction
180 transaction.commit();
[all …]
Dcommunicating.jd154 FragmentTransaction transaction = getSupportFragmentManager().beginTransaction();
157 // and add the transaction to the back stack so the user can navigate back
158 transaction.replace(R.id.fragment_container, newFragment);
159 transaction.addToBackStack(null);
161 // Commit the transaction
162 transaction.commit();
/frameworks/base/core/java/android/preference/
DPreferenceActivity.java1145 FragmentTransaction transaction = getFragmentManager().beginTransaction(); in switchToHeaderInner() local
1146 transaction.setTransition(FragmentTransaction.TRANSIT_FRAGMENT_FADE); in switchToHeaderInner()
1147 transaction.replace(com.android.internal.R.id.prefs, f); in switchToHeaderInner()
1148 transaction.commitAllowingStateLoss(); in switchToHeaderInner()
1238 FragmentTransaction transaction = getFragmentManager().beginTransaction(); in startPreferenceFragment() local
1239 transaction.replace(com.android.internal.R.id.prefs, fragment); in startPreferenceFragment()
1241 transaction.setTransition(FragmentTransaction.TRANSIT_FRAGMENT_OPEN); in startPreferenceFragment()
1242 transaction.addToBackStack(BACK_STACK_PREFS); in startPreferenceFragment()
1244 transaction.setTransition(FragmentTransaction.TRANSIT_FRAGMENT_FADE); in startPreferenceFragment()
1246 transaction.commitAllowingStateLoss(); in startPreferenceFragment()
[all …]
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipHelper.java337 ServerTransaction transaction = event.getServerTransaction(); in getServerTransaction() local
338 if (transaction == null) { in getServerTransaction()
342 return transaction; in getServerTransaction()
353 ServerTransaction transaction = getServerTransaction(event); in sendRinging() local
362 transaction.sendResponse(response); in sendRinging()
363 return transaction; in sendRinging()
519 public static String getCallId(Transaction transaction) { in getCallId() argument
520 return ((transaction != null) ? getCallId(transaction.getRequest()) in getCallId()
DSipSessionGroup.java423 ISipSessionListener listener, ServerTransaction transaction, in createNewSession() argument
426 newSession.mServerTransaction = transaction; in createNewSession()
879 private String toString(Transaction transaction) { in toString() argument
880 if (transaction == null) return "null"; in toString()
881 Request request = transaction.getRequest(); in toString()
882 Dialog dialog = transaction.getDialog(); in toString()
885 cseq.getSeqNumber(), transaction.getState(), in toString()
/frameworks/support/v4/java/android/support/v4/app/
DDialogFragment.java139 public int show(FragmentTransaction transaction, String tag) { in show() argument
142 transaction.add(this, tag); in show()
144 mBackStackId = transaction.commit(); in show()
/frameworks/base/docs/html/google/play/billing/v2/
Dapi.jd55 transaction information for each item on a per-user basis. This enables you to
67 <li><em>Unmanaged</em> &mdash; Items that do not have their transaction
69 Play to retrieve transaction information for those items. For "unmanaged"
70 purchases, you are responsible for managing the transaction information. Also,
119 transaction history or perform various in-app billing security tasks, such as signature
161 detailed transaction information. The following section describes the basic request-response
196 an item in your application. Google Play then handles the financial transaction by displaying
201 a requested purchase is billed successfully or when a user cancels a transaction during
204 transaction information to retrieve.</p>
212 <p>This request retrieves a user's transaction status for <a
[all …]
Dbilling_integrate.jd45 integrity of the transaction messages that are sent by Google Play.</li>
175 <p>This enables the application to verify the signature of the transaction information that is
464 <li><code>GET_PURCHASE_INFORMATION</code>&mdash;retrieves transaction information for a purchase
466 <li><code>CONFIRM_NOTIFICATIONS</code>&mdash;acknowledges that you received the transaction
468 <li><code>RESTORE_TRANSACTIONS</code>&mdash;retrieves a user's transaction history for <a
652 <p>Next, when the requested transaction changes state (for example, the purchase is successfully
655 use to retrieve the transaction details for the <code>REQUEST_PURCHASE</code> request.</p>
664 message until you receive an <code>IN_APP_NOTIFY</code> message for the transaction. While the
665 transaction is pending, the Google Play checkout UI displays an "Authorizing purchase..."
667 this notification as your primary means of conveying transaction status to users. Instead, we
[all …]
Dbilling_reference.jd158 to verify the integrity of transaction responses form Google Play.</td>
177 transaction information for an order. You can use this key to send supplemental information with
195 an item in your application. Google Play then handles the financial transaction by displaying
200 occur when a purchase request is billed successfully or when a user cancels a transaction during
203 transaction information to retrieve.</p>
212 <p>This request retrieves a user's transaction status for managed purchases (see <a
215 retrieve a user's transaction status, which is usually only when your application is reinstalled
329 transaction information is contained in a JSON string. The JSON string is signed and the signature
374 <td>A unique order identifier for the transaction. This corresponds to the Google Wallet Order
Dbilling_subscriptions.jd72 can retrieve the purchase token and other transaction details by initiating a
189 transaction..
279 <p>Your app can store the restored purchase state and other transaction details
/frameworks/base/core/java/android/app/
DDialogFragment.java242 public int show(FragmentTransaction transaction, String tag) { in show() argument
245 transaction.add(this, tag); in show()
247 mBackStackId = transaction.commit(); in show()
/frameworks/base/docs/html/training/implementing-navigation/
Dtemporal.jd183 the transaction:</p>
190 // Add this transaction to the back stack
197 the {@link android.app.FragmentManager} pops the most recent transaction off the back stack and
198 performs the reverse action (such as removing a fragment if the transaction added it).</p>
201 stack</strong> when the transaction is for horizontal navigation (such as when switching tabs)
207 fragments, such as the action bar, remember to update the UI when you commit the transaction. You
209 when you commit the transaction. You can listen for when a {@link android.app.FragmentTransaction}
/frameworks/base/docs/html/guide/components/
Dfragments.jd71 fragment transaction, you can also add it to a back stack that's managed by the
72 activity&mdash;each back stack entry in the activity is a record of the fragment transaction that
73 occurred. The back stack allows the user to reverse a fragment transaction (navigate backwards),
411 commit to the activity is called a transaction and you can perform one using APIs in {@link
412 android.app.FragmentTransaction}. You can also save each transaction to a back stack managed by the
424 <p>Each transaction is a set of changes that you want to perform at the same time. You can set
425 up all the changes you want to perform for a given transaction using methods such as {@link
427 and {@link android.app.FragmentTransaction#replace replace()}. Then, to apply the transaction
433 android.app.FragmentTransaction#addToBackStack addToBackStack()}, in order to add the transaction
441 // Create new fragment and transaction
[all …]
/frameworks/base/services/java/com/android/server/pm/
DInstaller.java148 private synchronized String transaction(String cmd) { in transaction() method in Installer
183 String res = transaction(cmd); in execute()
326 String s = transaction(builder.toString()); in getSizeInfo()
/frameworks/base/docs/html/tools/testing/
Dwhat_to_test.jd37 current transaction.
49 transaction state, you should also test that the application updates itself to respond
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp205 Vector<ComposerState> transaction; in closeGlobalTransactionImpl() local
219 transaction = mComposerStates; in closeGlobalTransactionImpl()
236 sm->setTransactionState(transaction, displayTransaction, flags); in closeGlobalTransactionImpl()
/frameworks/base/docs/html/google/play/billing/
Dbilling_subscriptions.jd189 payment to use for billing and completing the normal purchase transaction.
191 to the free trial. Instead, Google Play records a transaction of $0.00 and the
193 until cancellation. When the transaction is complete, Google Play notifies users
295 any subscription products, the transaction fee is the same as the transaction
299 Billing to handle the transaction and may not provide links to a purchase flow
311 each recurring transaction by appending an integer as follows: </p>
Dbilling_overview.jd126 the transaction, including requesting and validating the form of payment and
127 processing the financial transaction.</p>
/frameworks/base/docs/html/training/animation/
Dcardflip.jd349 // Create and commit a new fragment transaction that adds the fragment for the back of
368 // Add this transaction to the back stack, allowing users to press Back
372 // Commit the transaction.
/frameworks/base/docs/html/distribute/googleplay/about/
Dmonetizing.jd25 and complete the transaction.</p>
157 transaction.</p>
/frameworks/av/media/mtp/
DMtpServer.cpp169 MtpTransactionID transaction = mRequest.getTransactionID(); in run() local
198 mData.setTransactionID(transaction); in run()
212 mResponse.setTransactionID(transaction); in run()

12