HomeSort by relevance Sort by last modified time
    Searched refs:NUMBER (Results 126 - 150 of 213) sorted by null

1 2 3 4 56 7 8 9

  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
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/Dialer/tests/src/com/android/dialer/interactions/
PhoneNumberInteractionTest.java 249 Phone.NUMBER,
  /packages/apps/Dialer/tests/src/com/android/dialer/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 175 if (Organization.COMPANY != Data.DATA1 || Phone.NUMBER != Data.DATA1
DataRowHandler.java 92 || Organization.COMPANY != Data.DATA1 || Phone.NUMBER != Data.DATA1
296 * row. Lower number represents higher priority.
  /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 128 // If we encounter more than this many contacts with matching phone number or email,
418 // 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)
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 44 * Looks up caller information for the given phone number.
70 * connection. This is especially relevant for the phone number field,
75 * 2. Device recognizes that this is an emergency number
76 * 3. We use the "Emergency Number" string instead of "911" in the
81 * for a connection, but the number should be displayable.
94 /* Split up the phoneLabel into number type and label name */
156 * number. The returned CallerInfo is null if no number is supplied.
184 // Look for the number
185 columnIndex = cursor.getColumnIndex(PhoneLookup.NUMBER);
524 String number = TextUtils.isEmpty(phoneNumber) ? fallbackNumber : phoneNumber; local
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
lex.c 132 } else { /* maybe it's a number, but could be . */
134 /* read input until can't be a number */
138 FATAL( "out of space for number %.10s...", buf );
148 strtod(buf, &rem); /* parse the number */
149 if (rem == buf) { /* it wasn't a valid number at all */
153 } else { /* some prefix was a number */
155 rem[0] = 0; /* truncate buf after number part */
156 retc = '0'; /* type is number */
195 RET(NUMBER);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ShortcutIntentBuilder.java 62 Phone.NUMBER,
354 * Generates a phone number shortcut icon. Adds an overlay describing the type of the phone
355 * number, and if there is a photo also adds the call action icon.
379 // Create an overlay for the phone number type
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ValuesDelta.java 539 return getAsString(ContactsContract.CommonDataKinds.Phone.NUMBER);
  /packages/apps/Phone/src/com/android/phone/
EditFdnContactScreen.java 62 private static final String INTENT_EXTRA_NUMBER = "number";
84 /** projection for phone number query */
86 PhonesColumns.NUMBER};
87 /** static intent to invoke phone number picker */
139 // look for the data associated with this number, and update
262 * @param number is voice mail number
263 * @return true if number length is less than 20-digit limit
267 private boolean isValidNumber(String number) {
268 return (number.length() <= 20)
275 final String number = PhoneNumberUtils.convertAndStrip(getNumberFromTextField()); local
299 final String number = PhoneNumberUtils.convertAndStrip(getNumberFromTextField()); local
    [all...]
SimContacts.java 175 builder.withValue(Phone.NUMBER, phoneNumber);
351 // There is no number entered.
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
ContactsUtils.java 299 new String[] {Phone.NUMBER},
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 118 TK(NUMBER, LITERAL) /* 34_be+ta */ \
162 /* Payload of a NUMBER, STRING, CHAR or COMMENT token. */
197 /* Argument number. */
226 /* A string, or number. */
768 /* A preprocessing number. Code assumes that any unused high bits of
824 /* Sign extend a number, with PRECISION significant bits and all
830 with a line number of zero. */
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 118 TK(NUMBER, LITERAL) /* 34_be+ta */ \
162 /* Payload of a NUMBER, STRING, CHAR or COMMENT token. */
197 /* Argument number. */
226 /* A string, or number. */
768 /* A preprocessing number. Code assumes that any unused high bits of
824 /* Sign extend a number, with PRECISION significant bits and all
830 with a line number of zero. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 118 TK(NUMBER, LITERAL) /* 34_be+ta */ \
162 /* Payload of a NUMBER, STRING, CHAR or COMMENT token. */
197 /* Argument number. */
226 /* A string, or number. */
768 /* A preprocessing number. Code assumes that any unused high bits of
824 /* Sign extend a number, with PRECISION significant bits and all
830 with a line number of zero. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 118 TK(NUMBER, LITERAL) /* 34_be+ta */ \
162 /* Payload of a NUMBER, STRING, CHAR or COMMENT token. */
197 /* Argument number. */
226 /* A string, or number. */
768 /* A preprocessing number. Code assumes that any unused high bits of
824 /* Sign extend a number, with PRECISION significant bits and all
830 with a line number of zero. */
    [all...]
  /external/eigen/blas/testing/
cblat3.f 11 * 6 UNIT NUMBER OF SUMMARY FILE
13 * -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
18 * 6 NUMBER OF VALUES OF N
20 * 3 NUMBER OF VALUES OF ALPHA
22 * 3 NUMBER OF VALUES OF BETA
102 * Read name and unit number for summary output file and open file.
109 * Read name and unit number for snapshot output file and open file.
337 9997 FORMAT( ' NUMBER OF VALUES OF ', A, ' IS LESS THAN 1 OR GREATER ',
636 9998 FORMAT( ' ******* FATAL ERROR - PARAMETER NUMBER ', I2, ' WAS CH',
641 9996 FORMAT( ' ******* ', A6, ' FAILED ON CALL NUMBER:'
    [all...]
zblat3.f 11 * 6 UNIT NUMBER OF SUMMARY FILE
13 * -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0)
18 * 6 NUMBER OF VALUES OF N
20 * 3 NUMBER OF VALUES OF ALPHA
22 * 3 NUMBER OF VALUES OF BETA
103 * Read name and unit number for summary output file and open file.
110 * Read name and unit number for snapshot output file and open file.
338 9997 FORMAT( ' NUMBER OF VALUES OF ', A, ' IS LESS THAN 1 OR GREATER ',
637 9998 FORMAT( ' ******* FATAL ERROR - PARAMETER NUMBER ', I2, ' WAS CH',
642 9996 FORMAT( ' ******* ', A6, ' FAILED ON CALL NUMBER:'
    [all...]
  /external/checkpolicy/
policy_parse.y 80 %type <val> ipv4_addr_def number
137 %token NUMBER
638 pirq_context_def : PIRQCON number security_context_def
641 iomem_context_def : IOMEMCON number security_context_def
643 | IOMEMCON number '-' number security_context_def
646 ioport_context_def : IOPORTCON number security_context_def
648 | IOPORTCON number '-' number security_context_def
651 pci_context_def : PCIDEVICECON number security_context_de
804 number : NUMBER label
    [all...]

Completed in 5252 milliseconds

1 2 3 4 56 7 8 9