Searched defs:NUMBER (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/util/
H A DJsonToken.java64 NUMBER, enum constant in enum:JsonToken
/frameworks/base/core/java/android/webkit/
H A DWebTextView.java35 static final int NUMBER = 5; field in class:WebTextView
/frameworks/base/core/java/android/content/
H A DUriMatcher.java178 child.mWhich = NUMBER;
230 case NUMBER:
257 private static final int NUMBER = 1; field in class:UriMatcher
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
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/av/media/libstagefright/codecs/avc/enc/src/
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/av/media/libstagefright/codecs/m4v_h263/enc/src/
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/base/core/java/android/provider/
H A DCallLog.java137 public static final String NUMBER = "number"; field in class:CallLog.Calls
298 values.put(NUMBER, number);
374 new String[] {NUMBER},
H A DVoicemailContract.java126 public static final String NUMBER = Calls.NUMBER; field in class:VoicemailContract.Voicemails
H A DContacts.java923 public static final String NUMBER = "number"; field in interface:Contacts.PhonesColumns
H A DContactsContract.java951 * <p>Type: NUMBER</p>
958 * <p>Type: NUMBER</p>
971 * <p>Type: NUMBER</p>
985 * <p>Type: NUMBER</p>
992 * <p>Type: NUMBER</p>
1933 * Type: NUMBER
2987 * <p>Type: NUMBER</p>
3000 * <p>Type: NUMBER</p>
3007 * <p>Type: NUMBER</p>
3385 * <P>Type: NUMBER</
4556 public static final String NUMBER = "number"; field in interface:ContactsContract.PhoneLookupColumns
5459 public static final String NUMBER = DATA; field in class:ContactsContract.CommonDataKinds.Phone
[all...]

Completed in 1482 milliseconds