/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteSession.java | 345 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/reference/ |
D | ARM_DELIVERY.TXT | 1 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/arm_neon/ |
D | ARM_DELIVERY.TXT | 1 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/arm11/ |
D | ARM_DELIVERY.TXT | 1 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/ |
D | fragment-ui.jd | 62 <p>To perform a transaction such as add or 100 <p>You can perform multiple fragment transaction for the activity using the same {@link 160 <p class="note"><strong>Note:</strong> When you remove or replace a fragment and add the transaction 162 back to restore the fragment, it restarts. If you <em>do not</em> add the transaction to the back 174 FragmentTransaction transaction = getSupportFragmentManager().beginTransaction(); 177 // and add the transaction to the back stack so the user can navigate back 178 transaction.replace(R.id.fragment_container, newFragment); 179 transaction.addToBackStack(null); 181 // Commit the transaction 182 transaction.commit(); [all …]
|
D | communicating.jd | 156 FragmentTransaction transaction = getSupportFragmentManager().beginTransaction(); 159 // and add the transaction to the back stack so the user can navigate back 160 transaction.replace(R.id.fragment_container, newFragment); 161 transaction.addToBackStack(null); 163 // Commit the transaction 164 transaction.commit();
|
/frameworks/base/core/java/android/preference/ |
D | PreferenceActivity.java | 1219 FragmentTransaction transaction = getFragmentManager().beginTransaction(); in switchToHeaderInner() local 1220 transaction.setTransition(FragmentTransaction.TRANSIT_FRAGMENT_FADE); in switchToHeaderInner() 1221 transaction.replace(com.android.internal.R.id.prefs, f); in switchToHeaderInner() 1222 transaction.commitAllowingStateLoss(); in switchToHeaderInner() 1318 FragmentTransaction transaction = getFragmentManager().beginTransaction(); in startPreferenceFragment() local 1319 transaction.replace(com.android.internal.R.id.prefs, fragment); in startPreferenceFragment() 1321 transaction.setTransition(FragmentTransaction.TRANSIT_FRAGMENT_OPEN); in startPreferenceFragment() 1322 transaction.addToBackStack(BACK_STACK_PREFS); in startPreferenceFragment() 1324 transaction.setTransition(FragmentTransaction.TRANSIT_FRAGMENT_FADE); in startPreferenceFragment() 1326 transaction.commitAllowingStateLoss(); in startPreferenceFragment() [all …]
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
D | SipHelper.java | 337 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()
|
D | SipSessionGroup.java | 423 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/base/docs/html/google/play/billing/v2/ |
D | api.jd | 68 transaction information for each item on a per-user basis. This enables you to 80 <li><em>Unmanaged</em> — Items that do not have their transaction 82 Play to retrieve transaction information for those items. For "unmanaged" 83 purchases, you are responsible for managing the transaction information. Also, 132 transaction history or perform various in-app billing security tasks, such as signature 174 detailed transaction information. The following section describes the basic request-response 209 an item in your application. Google Play then handles the financial transaction by displaying 214 a requested purchase is billed successfully or when a user cancels a transaction during 217 transaction information to retrieve.</p> 225 <p>This request retrieves a user's transaction status for <a [all …]
|
D | billing_integrate.jd | 66 integrity of the transaction messages that are sent by Google Play.</li> 196 <p>This enables the application to verify the signature of the transaction information that is 493 <li><code>GET_PURCHASE_INFORMATION</code>—retrieves transaction information for a purchase 495 <li><code>CONFIRM_NOTIFICATIONS</code>—acknowledges that you received the transaction 497 <li><code>RESTORE_TRANSACTIONS</code>—retrieves a user's transaction history for <a 681 <p>Next, when the requested transaction changes state (for example, the purchase is successfully 684 use to retrieve the transaction details for the <code>REQUEST_PURCHASE</code> request.</p> 693 message until you receive an <code>IN_APP_NOTIFY</code> message for the transaction. While the 694 transaction is pending, the Google Play checkout UI displays an "Authorizing purchase..." 696 this notification as your primary means of conveying transaction status to users. Instead, we [all …]
|
D | billing_reference.jd | 179 to verify the integrity of transaction responses form Google Play.</td> 198 transaction information for an order. You can use this key to send supplemental information with 216 an item in your application. Google Play then handles the financial transaction by displaying 221 occur when a purchase request is billed successfully or when a user cancels a transaction during 224 transaction information to retrieve.</p> 233 <p>This request retrieves a user's transaction status for managed purchases (see <a 236 retrieve a user's transaction status, which is usually only when your application is reinstalled 350 transaction information is contained in a JSON string. The JSON string is signed and the signature 395 <td>A unique order identifier for the transaction. This corresponds to the Google Wallet Order
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | DialogFragment.java | 150 public int show(FragmentTransaction transaction, String tag) { in show() argument 153 transaction.add(this, tag); in show() 155 mBackStackId = transaction.commit(); in show()
|
/frameworks/base/core/java/android/app/ |
D | DialogFragment.java | 242 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-intl/intl/zh-cn/training/basics/fragments/ |
D | fragment-ui.jd | 127 FragmentTransaction transaction = getSupportFragmentManager().beginTransaction(); 131 transaction.replace(R.id.fragment_container, newFragment); 132 transaction.addToBackStack(null); 135 transaction.commit();
|
/frameworks/base/docs/html/training/implementing-navigation/ |
D | temporal.jd | 183 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/ |
D | fragments.jd | 62 fragment transaction, you can also add it to a back stack that's managed by the 63 activity—each back stack entry in the activity is a record of the fragment transaction that 64 occurred. The back stack allows the user to reverse a fragment transaction (navigate backwards), 403 commit to the activity is called a transaction and you can perform one using APIs in {@link 404 android.app.FragmentTransaction}. You can also save each transaction to a back stack managed by the 416 <p>Each transaction is a set of changes that you want to perform at the same time. You can set 417 up all the changes you want to perform for a given transaction using methods such as {@link 419 and {@link android.app.FragmentTransaction#replace replace()}. Then, to apply the transaction 425 android.app.FragmentTransaction#addToBackStack addToBackStack()}, in order to add the transaction 433 // Create new fragment and transaction [all …]
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
D | SelectPrinterActivity.java | 305 FragmentTransaction transaction = getFragmentManager().beginTransaction(); in showAddPrinterSelectionDialog() local 309 transaction.remove(oldFragment); in showAddPrinterSelectionDialog() 316 transaction.add(newFragment, FRAGMENT_TAG_ADD_PRINTER_DIALOG); in showAddPrinterSelectionDialog() 317 transaction.commit(); in showAddPrinterSelectionDialog()
|
/frameworks/base/docs/html/tools/testing/ |
D | what_to_test.jd | 37 current transaction. 49 transaction state, you should also test that the application updates itself to respond
|
/frameworks/base/docs/html/training/animation/ |
D | cardflip.jd | 349 // 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/google/play/billing/ |
D | billing_subscriptions.jd | 257 payment to use for billing and completing the normal purchase transaction. 260 to the free trial. Instead, Google Play records a transaction of $0.00 and the 262 until cancellation. When the transaction is complete, Google Play notifies users 376 any subscription products, the transaction fee is the same as the transaction 380 Billing to handle the transaction and may not provide links to a purchase flow 392 each recurring transaction by appending an integer as follows: </p>
|
D | billing_overview.jd | 136 the transaction, including requesting and validating the form of payment and 137 processing the financial transaction.</p>
|
/frameworks/native/libs/gui/ |
D | SurfaceComposerClient.cpp | 211 Vector<ComposerState> transaction; in closeGlobalTransactionImpl() local 225 transaction = mComposerStates; in closeGlobalTransactionImpl() 242 sm->setTransactionState(transaction, displayTransaction, flags); in closeGlobalTransactionImpl()
|
/frameworks/av/media/mtp/ |
D | MtpServer.cpp | 171 MtpTransactionID transaction = mRequest.getTransactionID(); in run() local 200 mData.setTransactionID(transaction); in run() 214 mResponse.setTransactionID(transaction); in run()
|
/frameworks/base/docs/html/guide/topics/connectivity/nfc/ |
D | hce.jd | 60 and no Android application is involved in the transaction at all. After the 61 transaction is complete, an Android application can query the secure element 62 directly for the transaction status and notify the user.</p> 112 running) and executes the transaction in the background. Of course, you are free 417 transaction. This is necessary because the user may have moved the device away 510 because the host CPU is not involved in the transaction and therefore cannot
|