HomeSort by relevance Sort by last modified time
    Searched refs:card (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
CardStreamFragment.java 34 * Cards can be shown or hidden. When a card is shown it can also be marked as not-dismissible, see
41 private LinkedHashMap<String, Card> mVisibleCards = new LinkedHashMap<String, Card>(INITIAL_SIZE);
42 private HashMap<String, Card> mHiddenCards = new HashMap<String, Card>(INITIAL_SIZE);
67 * Add a visible, dismissible card to the card stream.
69 * @param card
71 public void addCard(Card card) {
102 Card card = mVisibleCards.get(tag); local
133 final Card card = mHiddenCards.get(tag); local
154 final Card card = mVisibleCards.get(tag); local
168 final Card card = mVisibleCards.get(tag); local
198 final Card card = mVisibleCards.get(tag); local
213 final Card card = mVisibleCards.get(tag); local
230 Card card = new Card.Builder(callback,c).build(getActivity()); local
231 mHiddenCards.put(card.getTag(), card); local
239 Card card = new Card.Builder(callback,c).build(getActivity()); local
    [all...]
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
CardStreamFragment.java 34 * Cards can be shown or hidden. When a card is shown it can also be marked as not-dismissible, see
41 private LinkedHashMap<String, Card> mVisibleCards = new LinkedHashMap<String, Card>(INITIAL_SIZE);
42 private HashMap<String, Card> mHiddenCards = new HashMap<String, Card>(INITIAL_SIZE);
67 * Add a visible, dismissible card to the card stream.
69 * @param card
71 public void addCard(Card card) {
102 Card card = mVisibleCards.get(tag); local
133 final Card card = mHiddenCards.get(tag); local
154 final Card card = mVisibleCards.get(tag); local
168 final Card card = mVisibleCards.get(tag); local
198 final Card card = mVisibleCards.get(tag); local
213 final Card card = mVisibleCards.get(tag); local
230 Card card = new Card.Builder(callback,c).build(getActivity()); local
231 mHiddenCards.put(card.getTag(), card); local
239 Card card = new Card.Builder(callback,c).build(getActivity()); local
    [all...]
  /external/chromium_org/components/autofill/core/browser/
credit_card_unittest.cc 41 // A UnionPay card that doesn't pass the Luhn checksum
53 // Tests credit card summary string generation. This test simulates a variety
55 // existence of credit card number, month, and year fields.
57 // Case 0: empty credit card.
64 // Case 00: Empty credit card with empty strings.
72 // Case 1: No credit card number.
107 // Case 5: Very long credit card
166 // Test we get the correct icon for each card type.
189 // The new card has a different name, expiration date, and origin.
213 // Try again, but with only the original card having a verified origin
277 CreditCard card; local
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
data_model_wrapper_unittest.cc 24 CreditCard card; local
27 card.SetRawInfo(CREDIT_CARD_EXP_MONTH, base::IntToString16(month));
28 AutofillCreditCardWrapper wrapper(&card);
35 CreditCard card; local
36 card.SetRawInfo(CREDIT_CARD_EXP_MONTH, ASCIIToUTF16("1"));
37 card.SetRawInfo(CREDIT_CARD_EXP_4_DIGIT_YEAR, ASCIIToUTF16("2010"));
38 card.SetRawInfo(CREDIT_CARD_NUMBER, ASCIIToUTF16("4111111111111111"));
39 AutofillCreditCardWrapper wrapper(&card);
45 CreditCard card; local
46 card.SetRawInfo(CREDIT_CARD_EXP_MONTH, ASCIIToUTF16("12"))
55 CreditCard card; local
    [all...]
autofill_dialog_i18n_input.h 38 // Returns whether the given card is complete and verified (i.e. was reviewed
40 bool CardHasCompleteAndVerifiedData(const CreditCard& card);
autofill_dialog_i18n_input.cc 81 bool CardHasCompleteAndVerifiedData(const CreditCard& card) {
82 if (!card.IsVerified())
92 if (card.GetRawInfo(required_fields[i]).empty())
  /build/tools/droiddoc/templates-sdk-dyn/assets/css/
default.css     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShadowCardStack.java 67 TextView card = (TextView) cardParent.getChildAt(i); local
68 card.setText("Card number " + i);
71 Animator expand = ObjectAnimator.ofFloat(card, "translationY", targetY);
74 Animator toward = ObjectAnimator.ofFloat(card, "translationZ", i * Z);
78 card.setPivotX(X_SHIFT_DP);
79 Animator rotateAway = ObjectAnimator.ofFloat(card, "rotationY",
84 Animator slideAway = ObjectAnimator.ofFloat(card, "translationX",
90 Animator rotateBack = ObjectAnimator.ofFloat(card, "rotationY", 0);
93 Animator slideBack = ObjectAnimator.ofFloat(card, "translationX", 0)
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/css/
default.css     [all...]
  /external/chromium_org/chrome/browser/autofill/android/
personal_data_manager_android.cc 132 const CreditCard& card) {
135 ConvertUTF8ToJavaString(env, card.guid()).obj(),
136 ConvertUTF8ToJavaString(env, card.origin()).obj(),
137 ConvertUTF16ToJavaString(env, card.GetRawInfo(CREDIT_CARD_NAME)).obj(),
138 ConvertUTF16ToJavaString(env, card.GetRawInfo(CREDIT_CARD_NUMBER)).obj(),
139 ConvertUTF16ToJavaString(env, card.ObfuscatedNumber()).obj(),
142 card.GetRawInfo(CREDIT_CARD_EXP_MONTH)).obj(),
145 card.GetRawInfo(CREDIT_CARD_EXP_4_DIGIT_YEAR)).obj());
151 CreditCard* card) {
152 card->set_origin
251 CreditCard* card = personal_data_manager_->GetCreditCardByGUID( local
267 CreditCard card; local
    [all...]
  /developers/build/prebuilts/gradle/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
DisconnectListenerService.java 43 Notification card = notificationBuilder.build(); local
45 .notify(FORGOT_PHONE_NOTIFICATION_ID, card);
  /developers/samples/android/wearable/wear/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
DisconnectListenerService.java 43 Notification card = notificationBuilder.build(); local
45 .notify(FORGOT_PHONE_NOTIFICATION_ID, card);
  /development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/
DisconnectListenerService.java 43 Notification card = notificationBuilder.build(); local
45 .notify(FORGOT_PHONE_NOTIFICATION_ID, card);
  /bionic/libc/kernel/uapi/sound/
firewire.h 52 unsigned int card; member in struct:snd_firewire_get_info
  /external/kernel-headers/original/uapi/sound/
firewire.h 41 unsigned int card; /* same as fw_cdev_get_info.card */ member in struct:snd_firewire_get_info
  /external/chromium_org/chrome/browser/resources/google_now/
cards.js 8 * Show/hide trigger in a card.
26 * Data to build a dismissal request for a card from a specific group.
83 * Card combined from potentially multiple groups.
107 var UPDATE_CARD_TASK_NAME = 'update-card';
110 * Builds an object to manage notification card set.
111 * @return {Object} Card set interface.
114 var alarmPrefix = 'card-';
119 * of the card.
121 * card represented as a set of parameters for showing a Chrome
124 * called when each card is shown
    [all...]
  /external/chromium_org/components/autofill/content/browser/wallet/
instrument.cc 23 // Converts a known Autofill card type to a Instrument::FormOfPayment.
59 Instrument::Instrument(const CreditCard& card,
62 : primary_account_number_(card.GetRawInfo(CREDIT_CARD_NUMBER)),
64 expiration_month_(card.expiration_month()),
65 expiration_year_(card.expiration_year()),
66 form_of_payment_(FormOfPaymentFromCardType(card.type())),
  /art/runtime/gc/accounting/
card_table_test.cc 68 byte* card = card_table_->CardFromAddr(addr); local
69 *card = PRandCard(addr);
99 void operator()(byte* /*card*/, byte /*expected_value*/, byte /*new_value*/) const {
113 // Don't always start at a card boundary.
128 byte* card = card_table_->CardFromAddr(cur); local
130 if (visitor(value) != *card) {
133 EXPECT_EQ(visitor(value), *card); local
135 *card = value;
mod_union_table.cc 48 inline void operator()(byte* card, byte expected_value, byte new_value) const {
50 cleared_cards_->insert(card);
64 void operator()(byte* card, byte expected_card, byte new_card) const {
66 cleared_cards_->push_back(card);
225 // Check the references of each clean card which is also in the mod union table.
229 const byte* card = ref_pair.first; local
230 if (*card == CardTable::kCardClean) {
236 uintptr_t start = reinterpret_cast<uintptr_t>(card_table->AddrFromCard(card));
270 for (const auto& card : cleared_cards_) {
271 // Clear and re-compute alloc space references associated with this card
    [all...]
card_table-inl.h 86 // Find the first dirty card.
93 auto* card = reinterpret_cast<byte*>(word_cur) + i; local
94 DCHECK(*card == static_cast<byte>(start_word) || *card == kCardDirty)
95 << "card " << static_cast<size_t>(*card) << " word " << (start_word & 0xFF);
120 * Visitor is expected to take in a card and return the new value. When a value is modified, the
122 * visitor: The visitor which modifies the cards. Returns the new value for a card given an old
124 * modified: Whenever the visitor modifies a card, this visitor is called on the card. Enable
    [all...]
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
PersonalDataManagerTest.java 118 CreditCard card = new CreditCard( local
121 String cardOneGUID = mHelper.setCreditCard(card);
130 card.setGUID(cardOneGUID);
131 card.setMonth("10");
132 card.setNumber("5678567856785678");
133 mHelper.setCreditCard(card);
149 CreditCard card = new CreditCard( local
152 String cardOneGUID = mHelper.setCreditCard(card);
  /external/chromium_org/media/audio/alsa/
audio_manager_alsa.cc 124 int card = -1; local
127 while (!wrapper_->CardNext(&card) && card >= 0) {
129 int error = wrapper_->DeviceNameHint(card, kPcmInterfaceName, &hints);
244 int card = -1; local
249 while (!wrapper_->CardNext(&card) && (card >= 0) && !has_device) {
250 int error = wrapper_->DeviceNameHint(card, kPcmInterfaceName, &hints);
  /external/chromium_org/chrome/browser/resources/options/
autofill_edit_overlay.css 9 #autofill-edit-credit-card-overlay {
51 :-webkit-any(#autofill-edit-credit-card-overlay, #autofill-edit-address-overlay)
63 #autofill-edit-credit-card-overlay .content-area > *:first-child {
autofill_options.js 49 * The credit card list.
103 * Creates, decorates and initializes the credit card list.
127 * Shows the 'Add credit card' overlay, specifically by loading the
128 * 'Edit credit card' overlay and modifying the overlay title.
148 * Updates the data model for the credit card list with the values from
157 * Removes the Autofill address or credit card represented by |guid|.
177 * Requests profile data for the credit card represented by |guid| from the
180 * @param {string} guid The GUID of the credit card to edit.
201 * Shows the 'Edit credit card' overlay, using the data in |credit_card| to
203 * associative array that contains the credit card data
    [all...]
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_result.cc 91 const ScopedJavaLocalRef<jobject> card(
92 FETCH_JFIELD(env, wallet, ResultWallet, Card));
95 FETCH_JFIELD(env, card.obj(), ResultCard, ExpirationMonth);
97 FETCH_JFIELD(env, card.obj(), ResultCard, ExpirationYear);
99 FETCH_JSTRING(UTF8, env, card.obj(), ResultCard, Pan);
101 FETCH_JSTRING(UTF8, env, card.obj(), ResultCard, Cvn);

Completed in 755 milliseconds

1 2 3 4 5