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/content/
H A DUriMatcher.java195 child.mWhich = NUMBER;
245 case NUMBER:
272 private static final int NUMBER = 1; field in class:UriMatcher
/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/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 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/base/telephony/java/android/telephony/
H A DSubscriptionManager.java201 public static final String NUMBER = "number"; field in class:SubscriptionManager

Completed in 430 milliseconds