Searched refs:NUMBER (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/base/core/java/android/util/
H A DJsonToken.java64 NUMBER, enum constant in enum:JsonToken
H A DJsonReader.java407 if (token != JsonToken.STRING && token != JsonToken.NUMBER) {
451 * Returns the {@link JsonToken#NUMBER double} value of the next token,
459 if (token != JsonToken.STRING && token != JsonToken.NUMBER) {
469 * Returns the {@link JsonToken#NUMBER long} value of the next token,
480 if (token != JsonToken.STRING && token != JsonToken.NUMBER) {
500 * Returns the {@link JsonToken#NUMBER int} value of the next token,
511 if (token != JsonToken.STRING && token != JsonToken.NUMBER) {
1148 return JsonToken.NUMBER;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dsad_mb_offset.h26 #if (NUMBER==3)
28 #elif (NUMBER==2)
30 #elif (NUMBER==1)
40 ref -= NUMBER; /* bic ref, ref, #3 */
45 #if (NUMBER==3)
47 #elif (NUMBER==2)
49 #elif (NUMBER==1)
113 #if (NUMBER==3)
115 #elif (NUMBER==2)
117 #elif (NUMBER
[all...]
H A Dsad_inline.h64 #define NUMBER 3 macro
69 #undef NUMBER macro
70 #define NUMBER 2 macro
75 #undef NUMBER macro
76 #define NUMBER 1 macro
234 #define NUMBER 3 macro
240 #undef NUMBER macro
241 #define NUMBER 2 macro
248 #undef NUMBER macro
249 #define NUMBER macro
423 #define NUMBER macro
429 #undef NUMBER macro
430 #define NUMBER macro
437 #undef NUMBER macro
438 #define NUMBER macro
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dsad_mb_offset.h23 #if (NUMBER==3)
25 #elif (NUMBER==2)
27 #elif (NUMBER==1)
37 ref -= NUMBER; /* bic ref, ref, #3 */
42 #if (NUMBER==3)
44 #elif (NUMBER==2)
46 #elif (NUMBER==1)
110 #if (NUMBER==3)
112 #elif (NUMBER==2)
114 #elif (NUMBER
[all...]
H A Dsad_inline.h61 #define NUMBER 3 macro
66 #undef NUMBER macro
67 #define NUMBER 2 macro
72 #undef NUMBER macro
73 #define NUMBER 1 macro
231 #define NUMBER 3 macro
237 #undef NUMBER macro
238 #define NUMBER 2 macro
245 #undef NUMBER macro
246 #define NUMBER macro
405 #define NUMBER macro
411 #undef NUMBER macro
412 #define NUMBER macro
419 #undef NUMBER macro
420 #define NUMBER macro
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DVoiceMailConstants.java45 static final int NUMBER = 1; field in class:VoiceMailConstants
65 return data[NUMBER];
104 data[NUMBER] = parser.getAttributeValue(null, "vmnumber");
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardExporterTests.java409 .put(Phone.NUMBER, "1")
435 .put(Phone.NUMBER, "1234567890(abcdefghijklmnopqrstuvwxyz)")
449 .put(Phone.NUMBER, "10")
452 .put(Phone.NUMBER, "20")
455 .put(Phone.NUMBER, "30")
458 .put(Phone.NUMBER, "40")
461 .put(Phone.NUMBER, "50")
464 .put(Phone.NUMBER, "60")
467 .put(Phone.NUMBER, "70")
470 .put(Phone.NUMBER, "8
[all...]
H A DVCardImporterTests.java519 .put(Phone.NUMBER, "1")
522 .put(Phone.NUMBER, "2")
526 .put(Phone.NUMBER, "3")
627 .put(Phone.NUMBER, "111-555-1212");
630 .put(Phone.NUMBER, "404-555-1212");
633 .put(Phone.NUMBER, "031-111-1111");
637 .put(Phone.NUMBER, "032-222-2222");
641 .put(Phone.NUMBER, "033-333-3333");
749 .put(Phone.NUMBER, "030-000-0000")
782 .put(Phone.NUMBER, (japanes
[all...]
H A DVCardJapanizationTests.java366 .put(Phone.NUMBER, "0312341234")
369 .put(Phone.NUMBER, "09012341234")
388 .put(Phone.NUMBER, "0312341234")
391 .put(Phone.NUMBER, "09012341234")
/frameworks/base/core/java/android/content/
H A DUriMatcher.java195 child.mWhich = NUMBER;
245 case NUMBER:
272 private static final int NUMBER = 1; field in class:UriMatcher
/frameworks/opt/chips/src/com/android/ex/chips/
H A DQueries.java33 Phone.NUMBER, // 1
/frameworks/base/core/java/android/provider/
H A DVoicemailContract.java142 public static final String NUMBER = Calls.NUMBER; field in class:VoicemailContract.Voicemails
323 contentValues.put(Voicemails.NUMBER, voicemail.getNumber());
H A DCallLog.java227 public static final String NUMBER = "number"; field in class:CallLog.Calls
634 values.put(NUMBER, number);
810 new String[] {NUMBER},
H A DContacts.java922 public static final String NUMBER = "number"; field in interface:Contacts.PhonesColumns
H A DContactsContract.java999 * <p>Type: NUMBER</p>
1006 * <p>Type: NUMBER</p>
1019 * <p>Type: NUMBER</p>
1033 * <p>Type: NUMBER</p>
1040 * <p>Type: NUMBER</p>
2064 * Type: NUMBER
3174 * <p>Type: NUMBER</p>
3187 * <p>Type: NUMBER</p>
3194 * <p>Type: NUMBER</p>
3680 * <P>Type: NUMBER</
5009 public static final String NUMBER = "number"; field in interface:ContactsContract.PhoneLookupColumns
6019 public static final String NUMBER = DATA; field in class:ContactsContract.CommonDataKinds.Phone
[all...]
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
H A DMakeCopy.java99 XPathConstants.NUMBER);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSubscriptionControllerTest.java65 SubscriptionManager.NUMBER, SubscriptionManager.DISPLAY_NUMBER_FORMAT,
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java201 columnIndex = cursor.getColumnIndex(PhoneLookup.NUMBER);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionInfoUpdater.java429 number.put(SubscriptionManager.NUMBER, msisdn);
639 value.put(SubscriptionManager.NUMBER, msisdn);
H A DSubscriptionController.java280 SubscriptionManager.NUMBER));
1022 value.put(SubscriptionManager.NUMBER, number);
/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java201 public static final String NUMBER = "number"; field in class:SubscriptionManager
H A DPhoneNumberUtils.java175 phoneColumn = Contacts.People.Phones.NUMBER;
177 phoneColumn = ContactsContract.CommonDataKinds.Phone.NUMBER;
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabasePerformanceTests.java153 Contacts.People.NUMBER, // 3
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java797 String phoneNumber = contentValues.getAsString(Phone.NUMBER);

Completed in 613 milliseconds

12