Home
last modified time | relevance | path

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

1234567

/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Dsad_mb_offset.h26 #if (NUMBER==3)
28 #elif (NUMBER==2) in sad_mb_offset3()
30 #elif (NUMBER==1) in sad_mb_offset3()
45 #if (NUMBER==3) in sad_mb_offset3()
47 #elif (NUMBER==2) in sad_mb_offset3()
49 #elif (NUMBER==1) in sad_mb_offset3()
113 #if (NUMBER==3) in sad_mb_offset3()
129 #if (NUMBER==3)
146 #if (NUMBER==3) in sad_mb_offset3()
208 #if (NUMBER==3) in sad_mb_offset3()
[all …]
H A Dsad_inline.h64 #define NUMBER 3 macro
69 #undef NUMBER
70 #define NUMBER 2 macro
75 #undef NUMBER
76 #define NUMBER 1 macro
234 #define NUMBER 3
240 #undef NUMBER
241 #define NUMBER 2
248 #undef NUMBER
429 #undef NUMBER
[all …]
/aosp12/system/extras/boottime_tools/bootio/
H A Dbootio_collector.cpp278 #define NUMBER "%-13" PRId64 in PrintPids() macro
279 … printf("%5" PRId64 " - %-5" PRId64 " " NUMBER NUMBER NUMBER NUMBER NUMBER NUMBER "%-9.2f\n", in PrintPids()
280 #undef NUMBER in PrintPids()
293 #define NUMBER "%-13" PRId64 in PrintPids() macro
294 printf("%-15s" NUMBER NUMBER NUMBER NUMBER NUMBER NUMBER "\n", in PrintPids()
295 #undef NUMBER in PrintPids()
/aosp12/hardware/interfaces/confirmationui/support/test/
H A Dandroid_cbor_test.cpp163 state = writeHeader(state, Type::NUMBER, 23); in TEST()
167 state = writeHeader(state, Type::NUMBER, 24); in TEST()
171 state = writeHeader(state, Type::NUMBER, 0xff); in TEST()
175 state = writeHeader(state, Type::NUMBER, 0x100); in TEST()
179 state = writeHeader(state, Type::NUMBER, 0xffff); in TEST()
183 state = writeHeader(state, Type::NUMBER, 0x10000); in TEST()
187 state = writeHeader(state, Type::NUMBER, 0xffffffff); in TEST()
191 state = writeHeader(state, Type::NUMBER, 0x100000000); in TEST()
195 state = writeHeader(state, Type::NUMBER, 0xffffffffffffffff); in TEST()
/aosp12/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardExporterTests.java409 .put(Phone.NUMBER, "1") in testPhoneBasicCommon()
556 .put(Phone.NUMBER, "1") in testPhonePrefHandlingCommon()
559 .put(Phone.NUMBER, "2") in testPhonePrefHandlingCommon()
563 .put(Phone.NUMBER, "3") in testPhonePrefHandlingCommon()
567 .put(Phone.NUMBER, "4") in testPhonePrefHandlingCommon()
601 .put(Phone.NUMBER, "1") in testMiscPhoneTypeHandling()
605 .put(Phone.NUMBER, "2") in testMiscPhoneTypeHandling()
609 .put(Phone.NUMBER, "3") in testMiscPhoneTypeHandling()
613 .put(Phone.NUMBER, "4") in testMiscPhoneTypeHandling()
617 .put(Phone.NUMBER, "5") in testMiscPhoneTypeHandling()
[all …]
H A DVCardImporterTests.java519 .put(Phone.NUMBER, "1") in testV21PrefToIsPrimary()
522 .put(Phone.NUMBER, "2") in testV21PrefToIsPrimary()
526 .put(Phone.NUMBER, "3") in testV21PrefToIsPrimary()
976 .put(Phone.NUMBER, "9"); in testV21MultipleEntryCase()
980 .put(Phone.NUMBER, "10"); in testV21MultipleEntryCase()
984 .put(Phone.NUMBER, "11"); in testV21MultipleEntryCase()
987 .put(Phone.NUMBER, "12"); in testV21MultipleEntryCase()
1111 .put(Phone.NUMBER, "1"); in testMultiBytePropV30()
1233 .put(Phone.NUMBER, "1"); in testSipV40()
1269 .put(Phone.NUMBER, "1"); in testCustomPropertyV21()
[all …]
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandlerForPhoneNumber.java47 if (values.containsKey(Phone.NUMBER)) { in insert()
48 final String number = values.getAsString(Phone.NUMBER); in insert()
68 if (values.containsKey(Phone.NUMBER)) { in update()
72 values.getAsString(Phone.NUMBER), in update()
85 if (!values.containsKey(Phone.NUMBER)) { in fillNormalizedNumber()
91 final String number = values.getAsString(Phone.NUMBER); in fillNormalizedNumber()
156 return values.containsKey(Phone.NUMBER); in containsSearchableColumns()
161 String number = builder.getString(Phone.NUMBER); in appendSearchableData()
H A DDefaultCallLogInsertionHelper.java72 getGeocodedLocationFor(values.getAsString(Calls.NUMBER), countryIso)); in addComputedValues()
74 final String number = values.getAsString(Calls.NUMBER); in addComputedValues()
77 values.put(Calls.NUMBER, ""); in addComputedValues()
H A DPhoneLookupWithStarPrefix.java77 final int numberIndex = cursor.getColumnIndex(PhoneLookup.NUMBER); in removeNonStarMatchesFromCursor()
126 final int numberIndex = cursor.getColumnIndex(PhoneLookup.NUMBER); in matchingNumberStartsWithStar()
172 final int numberIndex = cursor.getColumnIndex(PhoneLookup.NUMBER); in removeNoMatchPhoneNumber()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DValuesDeltaTests.java45 after.put(Phone.NUMBER, TEST_PHONE_NUMBER_2); in testValuesDiffInsert()
65 before.put(Phone.NUMBER, TEST_PHONE_NUMBER_1); in testValuesDiffNone()
77 before.put(Phone.NUMBER, TEST_PHONE_NUMBER_1); in testValuesDiffUpdate()
80 values.put(Phone.NUMBER, TEST_PHONE_NUMBER_2); in testValuesDiffUpdate()
H A DRawContactDeltaTests.java71 phone.put(Phone.NUMBER, TEST_PHONE_NUMBER_1); in getRawContact()
103 phone.put(Phone.NUMBER, TEST_PHONE_NUMBER_2); in testParcelChangesInsert()
119 child.put(Phone.NUMBER, TEST_PHONE_NUMBER_2); in testParcelChangesUpdate()
143 before.put(Phone.NUMBER, TEST_PHONE_NUMBER_1); in testValuesDiffDelete()
179 phone.put(Phone.NUMBER, TEST_PHONE_NUMBER_2); in testEntityDiffNoneInsert()
222 phone.put(Phone.NUMBER, TEST_PHONE_NUMBER_2); in testEntityDiffUpdateInsert()
267 child.put(Phone.NUMBER, TEST_PHONE_NUMBER_2); in testEntityDiffNoneUpdate()
356 phone.put(Phone.NUMBER, TEST_PHONE_NUMBER_2); in testEntityDiffInsertInsert()
H A DRawContactModifierTests.java369 values.put(Phone.NUMBER, TEST_PHONE); in testIsEmptyDirectFields()
428 values.put(Phone.NUMBER, " "); in testTrimEmptySpaces()
454 values.put(Phone.NUMBER, TEST_PHONE); in testTrimLeaveValid()
508 before.put(Phone.NUMBER, TEST_PHONE); in testTrimEmptyAfterUpdate()
518 child.put(Phone.NUMBER, ""); in testTrimEmptyAfterUpdate()
630 first.put(Phone.NUMBER, TEST_PHONE); in testTrimUpdateRemain()
636 second.put(Phone.NUMBER, TEST_PHONE); in testTrimUpdateRemain()
649 child.put(Phone.NUMBER, ""); in testTrimUpdateRemain()
708 first.put(Phone.NUMBER, TEST_PHONE); in testTrimUpdateUpdate()
721 child.put(Phone.NUMBER, ""); in testTrimUpdateUpdate()
[all …]
/aosp12/packages/apps/Dialer/java/com/android/dialer/searchfragment/common/
H A DProjections.java49 Phone.NUMBER, // 3
69 Phone.NUMBER, // 3
88 Phone.NUMBER, // 3
/aosp12/packages/apps/Car/Dialer/tests/unittests/src/com/android/car/dialer/ui/activecall/
H A DIncomingCallFragmentTest.java48 private static final String NUMBER = "1234567890"; field in IncomingCallFragmentTest
71 Call.Details mockDetails = MockEntityFactory.createMockCallDetails(NUMBER); in testUserProfile()
76 onView(withId(R.id.user_profile_title)).check(matches(withText(NUMBER))); in testUserProfile()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DVoiceMailConstants.java47 static final int NUMBER = 1; field in VoiceMailConstants
68 return data[NUMBER]; in getVoiceMailNumber()
107 data[NUMBER] = parser.getAttributeValue(null, "vmnumber"); in loadVoiceMail()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DCapsModeUtils.java273 final int NUMBER = 4; in getCapsMode() local
287 state = NUMBER; in getCapsMode()
317 case NUMBER: in getCapsMode()
321 state = NUMBER; in getCapsMode()
/aosp12/frameworks/base/core/java/android/content/
H A DUriMatcher.java205 return new UriMatcher(NUMBER, "#");
249 case NUMBER:
276 private static final int NUMBER = 1;
/aosp12/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/
H A DVoicemailCursorLoader.java40 AnnotatedCallLog.NUMBER,
57 private static final int NUMBER = 2; field in VoicemailCursorLoader
85 number = DialerPhoneNumber.parseFrom(cursor.getBlob(NUMBER)); in toVoicemailEntry()
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/ui/contact/
H A DContactListItemViewTest.java84 (String) cursor.getAt(Phone.NUMBER, row), in testBindFirstLevel()
95 (String) cursor.getAt(Phone.NUMBER, row), in testBindSecondLevel()
119 (String) cursor.getAt(Phone.NUMBER, 1), in testBindTwice()
/aosp12/packages/apps/Dialer/java/com/android/dialer/speeddial/loader/
H A DSpeedDialUiItem.java55 public static final int NUMBER = 4; field in SpeedDialUiItem
67 Phone.NUMBER,
80 Phone.NUMBER,
131 String number = cursor.getString(NUMBER); in fromCursor()
/aosp12/frameworks/base/core/java/android/provider/
H A DVoicemailContract.java181 public static final String NUMBER = Calls.NUMBER; field in VoicemailContract.Voicemails
454 contentValues.put(Voicemails.NUMBER, voicemail.getNumber()); in getContentValues()
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
H A DCallLogQuery.java33 public static final int NUMBER = 1; field in CallLogQuery
65 Calls.NUMBER, // 1
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DCallLogProviderTest.java143 values.put(Calls.NUMBER, "1-800-263-7643"); in testUpdate()
212 values.put(Calls.NUMBER, "1-800-263-7643"); in testAddCall()
451 values.put(Calls.NUMBER, "1-800-4664-411"); in getDefaultValues()
492 values.put(Calls.NUMBER, "123456"); in getTestCallLogValues()
504 values.put(Calls.NUMBER, "654321"); in getTestCallLogValues()
516 values.put(Calls.NUMBER, "123456"); in getTestCallLogValues()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DAtPhonebook.java55 Calls._ID, Calls.NUMBER, Calls.NUMBER_PRESENTATION
62 Phone._ID, Phone.DISPLAY_NAME, Phone.NUMBER, Phone.TYPE
120 String[] projection = {Calls.NUMBER}; in getLastDialledNumber()
139 int column = cursor.getColumnIndexOrThrow(Calls.NUMBER); in getLastDialledNumber()
440 pbr.numberColumn = pbr.cursor.getColumnIndexOrThrow(Calls.NUMBER); in queryPhonebook()
457 pbr.numberColumn = pbr.cursor.getColumnIndex(Phone.NUMBER); in queryPhonebook()
/aosp12/packages/apps/Dialer/java/com/android/dialer/blocking/
H A DBlockedNumbersMigrator.java52 new String[] {FilteredNumberColumns.NUMBER}, in migrateToNewBlockingInBackground() argument
69 cursor.getString(cursor.getColumnIndex(FilteredNumberColumns.NUMBER)); in migrateToNewBlockingInBackground()

1234567