HomeSort by relevance Sort by last modified time
    Searched full:payment (Results 1 - 25 of 743) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/connectivity/shill/test-scripts/
payment_failed.html 5 <title>Payment Failed Page</title>
43 <h2>Payment Failed Page<h2>
44 Your payment was not received.
47 // The carrier should invoke this to inform Chrome OS that the payment
payment_succeeded.html 5 <title>Payment Confirmation Page</title>
44 Thank you. Your payment was received.
mobile_activation.html 43 <h2>Plan Payment Page<h2>
  /external/autotest/client/site_tests/network_CDMAActivate/
control 8 Tests various scenarios that may arise during the post-payment CDMA
24 After an online payment to activate a CDMA network, shill issues an OTASP
  /external/autotest/client/site_tests/network_LTEActivate/
control 8 Test various scenarios that may arise during the post-payment LTE
22 After an online payment to activate a network, shill keeps track of service
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
PreferredServices.java 42 * 1) The default set in tap&pay menu for payment category
131 // Load current payment default from settings
226 // If the requester is already the payment default, allow it to request foreground
234 // Foreground apps are not allowed to override payment default
235 // Check if this app registers payment AIDs, in which case we'll fail anyway
237 Log.d(TAG, "User doesn't allow payment services to be overridden.");
240 // If no payment AIDs, get AIDs of category other, and see if there's any
241 // conflict with payment AIDs of current default payment app. That means
242 // the current default payment app said this was a payment AID, and th
    [all...]
CardEmulationManager.java 211 // Validate the default is still installed and handling payment
215 Log.e(TAG, "Default payment service unexpectedly removed.");
217 if (DBG) Log.d(TAG, "Default payment service had payment category removed");
227 if (DBG) Log.d(TAG, "Number of payment services is " +
231 // No payment services left, unset default and don't ask the user
250 if (DBG) Log.d(TAG, "Default payment service still ok.");
253 // A payment service may have been removed, leaving only one;
267 // Make single found payment service the default
272 // No payment services left, leave default at nul
    [all...]
  /developers/build/prebuilts/gradle/CardEmulation/Application/src/main/res/xml/
aid_list.xml 36 If category="payment" is used for any aid-groups, you must also add an android:apduServiceBanner
48 is only displayed for apps which implement the "payment" AID category.
53 Important: category="payment" should only be used for industry-standard payment cards. If you are
54 implementing a closed-loop payment system (e.g. stored value cards for a specific merchant
55 or transit system), use category="other". This is because only one "payment" card may be
  /developers/samples/android/connectivity/nfc/CardEmulation/Application/src/main/res/xml/
aid_list.xml 36 If category="payment" is used for any aid-groups, you must also add an android:apduServiceBanner
48 is only displayed for apps which implement the "payment" AID category.
53 Important: category="payment" should only be used for industry-standard payment cards. If you are
54 implementing a closed-loop payment system (e.g. stored value cards for a specific merchant
55 or transit system), use category="other". This is because only one "payment" card may be
  /development/samples/browseable/CardEmulation/res/xml/
aid_list.xml 36 If category="payment" is used for any aid-groups, you must also add an android:apduServiceBanner
48 is only displayed for apps which implement the "payment" AID category.
53 Important: category="payment" should only be used for industry-standard payment cards. If you are
54 implementing a closed-loop payment system (e.g. stored value cards for a specific merchant
55 or transit system), use category="other". This is because only one "payment" card may be
  /cts/apps/CtsVerifier/res/xml/
payment_aid_list_1.xml 4 <aid-group android:description="@string/paymentService1" android:category="payment">
payment_aid_list_2.xml 3 <aid-group android:description="@string/paymentService2" android:category="payment">
payment_empty_aid_list.xml 3 <aid-group android:description="@string/paymentService1" android:category="payment">
payment_prefix_aid_list.xml 3 <aid-group android:description="@string/paymentService1" android:category="payment">
payment_prefix_aid_list_2.xml 3 <aid-group android:description="@string/paymentService1" android:category="payment">
  /frameworks/base/docs/html/distribute/monetize/
ecommerce.jd 28 Your customers purchase goods and services with credit or debit card payment
29 methods. Android Pay helps you minimize user data entry by enabling your payment flow
33 You also keep your existing payment infrastructure and leverage Android Pay
34 to optimize your payment flow &mdash; users can make purchases in as a few as
payments.jd 3 page.metaDescription=Users can purchase instantly with a choice of payment methods.
16 payment methods.
94 of their available payment methods. They sign into their PayPal account and
126 The payment methods available to users may vary based on location, carrier
  /external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
FactoryModuleBuilder.java 36 * Payment create(Date startDate, Money amount);
49 * <pre>public class RealPayment implements Payment {
67 * Payment create(Date startDate, Money amount);
68 * Payment createWithoutDate(Money amount);
71 * public class RealPayment implements Payment {
95 * .implement(Payment.class, RealPayment.class)
106 * Payment create(Date startDate, Money amount);
108 * Receipt create(Payment payment, Shipment shipment);
114 * .implement(Payment.class, RealPayment.class
    [all...]
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/wizard/
WizardExample2ndStepFragment.java 96 GuidedAction payment = findActionById(ACTION_ID_PAYMENT_METHOD); local
98 List<GuidedAction> paymentSubActions = payment.getSubActions();
116 payment.setDescription(sCards.get(sSelectedCard));
127 String payment = action.getTitle().toString(); local
128 if ( (sSelectedCard = sCards.indexOf(payment)) != -1 ) {
129 findActionById(ACTION_ID_PAYMENT_METHOD).setDescription(payment);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/fps/
exception.py 74 """Payment instrument is inactive.
80 incompatible payment instructions.
149 """The payment method used in the transaction is invalid.
154 """Specify correct payment method.
218 """The payment method specified in the transaction is not a credit
224 """Payment method is not defined in the transaction.
343 email address for this payment.
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/res/values/
strings.xml 50 <string name="wizard_example_payment_method">Payment Method</string>
51 <string name="wizard_example_toast_payment_method_clicked">\'Payment Method\' clicked.</string>
62 <string name="wizard_example_input_credit">Input Payment Type</string>
  /frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
GuidedStepActivity.java 54 private static final int PAYMENT = 6;
344 addAction(actions, PAYMENT, "Select Payment", "", subActions);
388 String payment = action.getTitle().toString();
390 if (payment.equals(sCards.get(i))) {
392 findActionById(PAYMENT).setDescription(payment);
393 notifyActionChanged(findActionPositionById(PAYMENT));
410 GuidedAction payments = findActionById(PAYMENT);
423 notifyActionChanged(findActionPositionById(PAYMENT));
    [all...]
GuidedStepSupportActivity.java 56 private static final int PAYMENT = 6;
346 addAction(actions, PAYMENT, "Select Payment", "", subActions);
390 String payment = action.getTitle().toString();
392 if (payment.equals(sCards.get(i))) {
394 findActionById(PAYMENT).setDescription(payment);
395 notifyActionChanged(findActionPositionById(PAYMENT));
412 GuidedAction payments = findActionById(PAYMENT);
425 notifyActionChanged(findActionPositionById(PAYMENT));
    [all...]
  /system/connectivity/shill/
pending_activation_store.h 31 // particular SIM. Once an online payment for the activation of a 3GPP
42 // This state indicates that an online payment has been made but the modem
  /frameworks/base/docs/html/google/play/billing/
billing_subscriptions.jd 18 <li><a href="#payment">Payment Processing and Policies</a></li>
197 <p>When the subscription payment is approved, Google Play
204 <p>If a recurring payment fails (for example, because the customer?s credit
295 publisher rewards him by deferring his next payment until June 1. Darcy is not
321 payment to use for billing and completing the normal purchase transaction.
443 is already canceled, or refund the user's payment without canceling it. You
449 payment is refunded. (If you want to refund more than the most recent payment,
455 <h2 id="payment">Payment Processing and Policies</h2
    [all...]

Completed in 3129 milliseconds

1 2 3 4 5 6 7 8 91011>>