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

/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/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")
644 .put(Phone.NUMBER, "111-555-1212");
647 .put(Phone.NUMBER, "404-555-1212");
650 .put(Phone.NUMBER, "4045551212,*#55");
653 .put(Phone.NUMBER, "031-111-1111");
657 .put(Phone.NUMBER, "032-222-2222");
661 .put(Phone.NUMBER, "033-333-3333");
769 .put(Phone.NUMBER, "03
[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.java164 public static final String NUMBER = Calls.NUMBER; field in class:VoicemailContract.Voicemails
416 contentValues.put(Voicemails.NUMBER, voicemail.getNumber());
H A DCallLog.java236 public static final String NUMBER = "number"; field in class:CallLog.Calls
667 values.put(NUMBER, number);
843 new String[] {NUMBER},
H A DContacts.java916 public static final String NUMBER = "number"; field in interface:Contacts.PhonesColumns
H A DContactsContract.java1046 * <p>Type: NUMBER</p>
1053 * <p>Type: NUMBER</p>
1066 * <p>Type: NUMBER</p>
1080 * <p>Type: NUMBER</p>
1087 * <p>Type: NUMBER</p>
2110 * Type: NUMBER
3219 * <p>Type: NUMBER</p>
3232 * <p>Type: NUMBER</p>
3239 * <p>Type: NUMBER</p>
3722 * <P>Type: NUMBER</
5067 public static final String NUMBER = "number"; field in interface:ContactsContract.PhoneLookupColumns
6077 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/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java201 columnIndex = cursor.getColumnIndex(PhoneLookup.NUMBER);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSubscriptionControllerTest.java66 SubscriptionManager.NUMBER, SubscriptionManager.DISPLAY_NUMBER_FORMAT,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionInfoUpdater.java430 number.put(SubscriptionManager.NUMBER, msisdn);
666 value.put(SubscriptionManager.NUMBER, msisdn);
H A DSubscriptionController.java305 SubscriptionManager.NUMBER));
1274 value.put(SubscriptionManager.NUMBER, number);
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java178 phoneColumn = Contacts.People.Phones.NUMBER;
180 phoneColumn = ContactsContract.CommonDataKinds.Phone.NUMBER;
H A DSubscriptionManager.java203 public static final String NUMBER = "number"; field in class:SubscriptionManager
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java797 String phoneNumber = contentValues.getAsString(Phone.NUMBER);
H A DVCardEntry.java332 builder.withValue(Phone.NUMBER, mNumber);
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...

Completed in 716 milliseconds