HomeSort by relevance Sort by last modified time
    Searched refs:NUMBER (Results 101 - 125 of 200) sorted by null

1 2 3 45 6 7 8

  /packages/apps/Browser/src/com/android/browser/
AutofillHandler.java 153 ContactsContract.CommonDataKinds.Phone.NUMBER,
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogAdapter.java 57 * Stores a phone number of a call with the country code where it originally occurred.
59 * Note the country does not necessarily specifies the country of the phone number itself, but
63 public final String number; field in class:CallLogAdapter.NumberWithCountryIso
66 public NumberWithCountryIso(String number, String countryIso) {
67 this.number = number;
76 return TextUtils.equals(number, other.number)
82 return (number == null ? 0 : number.hashCode()
113 public final String number; field in class:CallLogAdapter.ContactInfoRequest
523 final String number = c.getString(CallLogQuery.NUMBER); local
    [all...]
DefaultVoicemailNotifier.java 109 // Maps each number into a name: if a number is in the map, it has already left a more
118 // Check if we already know the name associated with this number.
119 String name = names.get(newCall.number);
122 name = mNameLookupQuery.query(newCall.number);
123 // If we cannot lookup the contact, use the number instead.
125 name = mPhoneNumberHelper.getDisplayNumber(newCall.number, "").toString();
127 name = newCall.number;
130 names.put(newCall.number, name);
190 R.string.notification_new_voicemail_ticker, names.get(callToNotify.number)));
212 public final String number; field in class:DefaultVoicemailNotifier.NewCall
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
RawContactDeltaListTests.java 154 values.put(Phone.NUMBER, value);
290 * Count number of {@link AggregationExceptions} updates contained in the
377 // Change the local number to trigger update
379 phone.put(Phone.NUMBER, TEST_PHONE);
402 // Change the local number to trigger update
404 phone.put(Phone.NUMBER, TEST_PHONE);
530 phone.put(Phone.NUMBER, TEST_PHONE);
  /packages/apps/Contacts/tests/src/com/android/contacts/calllog/
CallLogAdapterTest.java 58 public ContactInfo lookupNumber(String number, String countryIso) {
60 info.number = number;
61 info.formattedNumber = number;
93 // It is for the number we need to show.
94 assertEquals(TEST_NUMBER, request.number);
166 info.number = TEST_NUMBER;
176 values[CallLogQuery.NUMBER] = TEST_NUMBER;
197 public final String number; field in class:CallLogAdapterTest.TestCallLogAdapter.Request
202 public Request(String number, String countryIso, ContactInfo callLogInfo
    [all...]
CallLogFragmentTest.java 67 /** A test value for the country ISO of the phone number in the call log. */
69 /** A phone number to be used in tests. */
319 // To the entry's number.
358 * icon's visibility matches the nature of the number.
366 String number = getPhoneNumberForListEntry(i); local
367 if (CallerInfo.PRIVATE_NUMBER.equals(number) ||
368 CallerInfo.UNKNOWN_NUMBER.equals(number)) {
425 /** Returns the number associated with the given entry in {{@link #mList}. */
429 return mCursor.getString(CallLogQuery.NUMBER);
437 * Insert a certain number of random numbers in the DB. Makes sur
    [all...]
CallLogGroupBuilderTest.java 33 /** A phone number for testing. */
35 /** A phone number for testing. */
195 // SIP address vs phone number.
257 /** Adds a set of calls with the given types, all from the same number, in the old section. */
258 private void addMultipleOldCallLogEntries(String number, int... types) {
260 addOldCallLogEntry(number, type);
264 /** Adds a call with the given number and type to the old section of the call log. */
265 private void addOldCallLogEntry(String number, int type) {
266 addCallLogEntry(number, type, CallLogQuery.SECTION_OLD_ITEM);
269 /** Adds a call with the given number and type to the new section of the call log. *
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
RecipientsAdapter.java 43 * This adapter is used to filter contacts on both name and number.
58 Phone.NUMBER, // 3
85 String number = cursor.getString(RecipientsAdapter.NUMBER_INDEX); local
86 if (number == null) {
89 number = number.trim();
110 String nameAndNumber = Contact.formatNameAndNumber( name, number,
120 out.setSpan(new Annotation("name", number), 0, len,
129 out.setSpan(new Annotation("number", number), 0, len
154 TextView number = (TextView) view.findViewById(R.id.number); local
    [all...]
  /packages/apps/Phone/src/com/android/phone/
GsmUmtsCallForwardOptions.java 23 private static final String NUM_PROJECTION[] = {Phone.NUMBER};
32 private static final String KEY_NUMBER = "number";
97 cf.number = bundle.getString(KEY_NUMBER);
116 bundle.putString(KEY_NUMBER, pref.callForwardInfo.number);
NotificationMgr.java 79 Calls.NUMBER,
296 PhoneLookup.NUMBER,
317 public String number; field in class:NotificationMgr.QueryHandler.NotificationInfo
339 // Note that CursorJoiner is not useable here because the number
361 if (DBG) log("query contacts for number: " + n.number);
364 Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI, n.number),
365 PHONES_PROJECTION, null, null, PhoneLookup.NUMBER);
386 log("contact :" + n.name + " found for phone: " + n.number
409 notifyMissedCall(n.name, n.number, n.type, null, null, n.date)
    [all...]
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItem.java 37 NUMBER(R.string.number, TYPE_INT, CATEGORY_MAIN),
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 210 Phone.NUMBER,
582 PhoneLookup.NUMBER,
    [all...]
VoicemailProviderTest.java 60 /** Total number of columns exposed by voicemail provider. */
111 values.put(Voicemails.NUMBER, "1-800-263-7643");
544 values.put(Voicemails.NUMBER, "1-800-4664-411");
  /external/e2fsprogs/intl/
plural.c 17 # define NUMBER 261
159 /* YYTRANSLATE(YYLEX) -- Bison token number corresponding to YYLEX. */
162 /* YYTRANSLATE[YYLEX] -- Bison token number corresponding to YYLEX. */
212 /* YYRLINE[YYN] -- source line where rule number YYN was defined. */
227 "ADDOP2", "MULOP2", "'!'", "NUMBER", "':'", "'n'", "'('", "')'",
232 /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
239 /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
418 local variables YYSIZE and YYSTACKSIZE give the old and new number of
653 /* Number of parse errors so far. */ \
686 /* Number of tokens to shift before error messages enabled. *
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
SplitAggregateView.java 48 * and additional data such as a nickname, email address or phone number, whichever
59 Phone.NUMBER
  /packages/apps/Contacts/src/com/android/contacts/model/account/
GoogleAccountType.java 94 kind.fieldList.add(new EditField(Phone.NUMBER, R.string.phoneLabelsGroup, FLAGS_PHONE));
  /packages/apps/Contacts/tests/src/com/android/contacts/interactions/
PhoneNumberInteractionTest.java 249 Phone.NUMBER,
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/calllog/
FillCallLogTestActivity.java 64 mNumberTextView = (TextView) findViewById(R.id.number);
76 throw new RuntimeException("Number too large. Max=100");
94 * Adds a number of entries to the call log. The content of the entries is based on existing
97 * @param count the number of entries to add
163 values[i].put(Calls.NUMBER, generateRandomNumber());
176 /** The number of items to insert when done. */
221 /** Inserts a given number of entries in the call log based on the values given. */
223 /** The number of items to insert. */
249 * Inserts a number of entries in the call log based on the given templates.
251 * @return the number of inserted entrie
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
GoogleSource.java 100 kind.fieldList.add(new EditField(Phone.NUMBER, R.string.phoneLabelsGroup, FLAGS_PHONE));
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
GlobalSearchSupport.java 174 if (Organization.COMPANY != Data.DATA1 || Phone.NUMBER != Data.DATA1
  /external/v8/src/
preparser.cc 109 case i::Token::NUMBER:
445 int nvars = 0; // the number of variables declared
732 // In preparsing, allow any number of catch/finally blocks, including zero
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 162 // The keys to these hash_maps are (parent, name) or (parent, number)
355 int number);
449 const Descriptor* parent, int number) const;
455 const EnumDescriptor* parent, int number) const;
600 const Descriptor* parent, int number) const {
601 return FindPtrOrNull(fields_by_number_, make_pair(parent, number));
617 const EnumDescriptor* parent, int number) const {
618 return FindPtrOrNull(enum_values_by_number_, make_pair(parent, number));
622 const Descriptor* extendee, int number) {
623 return FindPtrOrNull(extensions_, make_pair(extendee, number));
988 int number = numbers[i]; local
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 125 // If we encounter more than this many contacts with matching phone number or email,
420 // because there's a limit for the number of parameters in a query.
    [all...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
PhoneNumberUtilsTest.java 144 // insert a contact with phone number
151 values.put(People.Phones.NUMBER, "+18005552871");
287 // Test isEmergencyNumber, now only know US emergency number
290 // Test isEmergencyNumber, now only know US emergency number
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 200 .withValue(ContactsContract.CommonDataKinds.Phone.NUMBER, phone)

Completed in 2967 milliseconds

1 2 3 45 6 7 8