Home
last modified time | relevance | path

Searched defs:values (Results 1 – 25 of 1153) sorted by relevance

12345678910>>...47

/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DLegacyContactsProviderTest.java78 ContentValues values = new ContentValues(); in testPeopleInsert() local
91 ContentValues values = new ContentValues(); in testPeopleUpdate() local
114 ContentValues values = new ContentValues(); in testPeopleDelete() local
131 ContentValues values = new ContentValues(); in testPeopleFilter() local
150 ContentValues values = new ContentValues(); in testDefaultDisplayName() local
157 ContentValues values = new ContentValues(); in testPrimaryOrganization() local
199 ContentValues values = new ContentValues(); in testPrimaryPhone() local
249 ContentValues values = new ContentValues(); in testEmailCrud() local
271 ContentValues values = new ContentValues(); in testPrimaryEmail() local
322 ContentValues values = new ContentValues(); in testMarkAsContacted() local
[all …]
H A DVoicemailProviderTest.java176 ContentValues values = new ContentValues(); in testUpdate() local
216 ContentValues values = new ContentValues(); in testUpdateOtherPackageCallLog_NotDirty() local
343 ContentValues values = new ContentValues(); in testUpdateAfterDelete_lastModifiedNotChanged() local
723 ContentValues values = getTestStatusValues(); in testStatusInsert() local
731 ContentValues values = getTestStatusValues(); in testStatusUpdate() local
744 mResolver.insert(statusUri(), values); in testStatusUpsert() local
762 ContentValues values = new ContentValues(); in testStatusQuotaInsert() local
773 ContentValues values = new ContentValues(); in testStatusQuotaUpdate() local
788 ContentValues values = new ContentValues(); in testStatusQuotaUpsert() local
890 ContentValues values = new ContentValues(); in getTestVoicemailValues() local
[all …]
H A DCallLogProviderTest.java102 ContentValues values = getDefaultCallValues(); in testInsert_RegularCallRecord() local
119 final ContentValues values = getDefaultCallValues(); in testInsert_VoicemailCallRecord() local
141 ContentValues values = new ContentValues(); in testUpdate() local
173 ContentValues values = getDefaultCallValues(); in testCallLogFilter() local
209 ContentValues values = new ContentValues(); in testAddCall() local
309 final ContentValues values = getDefaultCallValues(); in testCannotAccessVoicemailSpecificFields_Insert() local
340 final ContentValues values = new ContentValues(); in testCannotAccessVoicemailSpecificFields_Update() local
449 ContentValues values = new ContentValues(); in getDefaultValues() local
488 ContentValues values = new ContentValues(); in getTestCallLogValues() local
H A DSearchIndexManagerTest.java55 ContentValues values = new ContentValues(); in testSearchIndexForStructuredName() local
76 ContentValues values = new ContentValues(); in testSearchIndexForStructuredName_phoneticOnly() local
100 ContentValues values = new ContentValues(); in testSearchIndexForChineseName() local
116 ContentValues values = new ContentValues(); in testSearchByChineseName() local
136 ContentValues values = new ContentValues(); in testSearchIndexForKoreanName() local
151 ContentValues values = new ContentValues(); in testSearchByKoreanName() local
177 ContentValues values = new ContentValues(); in testSearchByKoreanNameWithTwoCharactersFamilyName() local
200 ContentValues values = new ContentValues(); in testSearchIndexForOrganization() local
246 ContentValues values = new ContentValues(); in testSearchIndexForStructuredPostal() local
524 ContentValues values = new ContentValues(); in createRawContactWithDisplayName() local
H A DContactsProvider2Test.java988 ContentValues values = new ContentValues(); in testRawContactsInsert() local
2906 values); in testPostalsQuery() local
2921 values); in testPostalsQuery() local
4707 Uri.encode("860")), values); in testSearchSnippetPhone() local
4711 Uri.encode("860555")), values); in testSearchSnippetPhone() local
4713 Uri.encode("860 555")), values); in testSearchSnippetPhone() local
4715 Uri.encode("860-555")), values); in testSearchSnippetPhone() local
5223 values); in testQueryStreamItemsByRawContactId() local
5235 values); in testQueryStreamItemsByContactId() local
5248 values); in testQueryStreamItemsByLookupKey() local
[all …]
/aosp12/packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/
H A DPublicApiAccessTest.java91 ContentValues values = buildValidValues(); in testMaximalValidWrite() local
103 ContentValues values = new ContentValues(); in buildValidValues() local
114 ContentValues values = buildValidValues(); in testNoPublicApi() local
121 ContentValues values = buildValidValues(); in testInvalidDestination() local
131 ContentValues values = buildValidValues(); in testInvalidVisibility() local
146 ContentValues values = buildValidValues(); in testDisallowedColumns() local
154 ContentValues values = buildValidValues(); in testFileUriWithoutExternalPermission() local
160 private void testInvalidValues(ContentValues values) { in testInvalidValues()
207 final ContentValues values = new ContentValues(); in testAddCompletedWithoutExtension() local
/aosp12/art/test/449-checker-bce-rem/src/
H A DMain.java50 int[] values = {0, 1, 2}; in $noinline$IntRemBy3() local
216 int[] values = {0, 1, 2}; in $noinline$NoRem01() local
243 int[] values = {0, 1, 2}; in $noinline$NoRem02() local
271 int[] values = {0, 1, 2}; in $noinline$NoRem03() local
301 int[] values = {0, 1, 2}; in $noinline$NoRem04() local
332 int[] values = {0, 1, 2}; in $noinline$NoRem05() local
361 int[] values = {0, 1, 2}; in $noinline$NoRem06() local
391 int[] values = {0, 1, 2}; in $noinline$NoRem07() local
422 int[] values = {0, 1, 2}; in $noinline$NoRem08() local
453 int[] values = {0, 1, 2}; in $noinline$NoRem09() local
[all …]
/aosp12/frameworks/base/core/java/android/transition/
H A DVisibilityPropagation.java43 public void captureValues(TransitionValues values) { in captureValues()
71 public int getViewVisibility(TransitionValues values) { in getViewVisibility()
89 public int getViewX(TransitionValues values) { in getViewX()
100 public int getViewY(TransitionValues values) { in getViewY()
104 private static int getViewCoordinate(TransitionValues values, int coordinateIndex) { in getViewCoordinate()
/aosp12/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DRecurrenceSetTest.java43 final ContentValues values = verifyPopulateContentValues(recurrence, in testRecurrenceSet0() local
56 final ContentValues values = verifyPopulateContentValues(recurrence, in testRecurrenceSet1() local
67 final ContentValues values = verifyPopulateContentValues(recurrence, in testRecurrenceSet2() local
80 final ContentValues values = verifyPopulateContentValues(recurrence, in testRecurrenceSet3() local
95 final ContentValues values = verifyPopulateContentValues(recurrence, null, in testRecurrenceSet4() local
110 final ContentValues values = verifyPopulateContentValues(recurrence, "FREQ=YEARLY", null, in testRecurrenceSet5() local
138 final ContentValues values = verifyPopulateContentValues(recurrence, in testRecurrenceSet6() local
244 ContentValues values = new ContentValues(); in verifyPopulateContentValues() local
/aosp12/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
H A Ddatalogger_outputs.c49 void inv_get_sensor_type_gyro_raw_short(short *values, inv_time_t *timestamp) in inv_get_sensor_type_gyro_raw_short()
64 void inv_get_sensor_type_gyro_raw_body_float(float *values, in inv_get_sensor_type_gyro_raw_body_float()
91 void inv_get_sensor_type_gyro_float(float *values, int8_t *accuracy, in inv_get_sensor_type_gyro_float()
107 void inv_get_sensor_type_accel_raw_short(short *values, inv_time_t *timestamp) in inv_get_sensor_type_accel_raw_short()
125 void inv_get_sensor_type_accel_float(float *values, int8_t *accuracy, in inv_get_sensor_type_accel_float()
141 void inv_get_sensor_type_compass_raw_short(short *values, inv_time_t *timestamp) in inv_get_sensor_type_compass_raw_short()
161 float *values, int8_t *accuracy, inv_time_t *timestamp) in inv_get_sensor_type_compass_float()
251 void inv_get_sensor_type_quat_float(float *values, int *accuracy, in inv_get_sensor_type_quat_float()
269 void inv_get_sensor_type_gravity_float(float *values, int *accuracy, in inv_get_sensor_type_gravity_float()
310 void inv_get_sensor_type_rotation_vector_float(float *values, int *accuracy, in inv_get_sensor_type_rotation_vector_float()
/aosp12/frameworks/base/core/java/android/content/
H A DEntity.java38 public Entity(ContentValues values) { in Entity()
51 public void addSubValue(Uri uri, ContentValues values) { in addSubValue()
57 public final ContentValues values; field in Entity.NamedContentValues
59 public NamedContentValues(Uri uri, ContentValues values) { in NamedContentValues()
/aosp12/hardware/google/pixel/pixelstats/
H A DStatsHelper.cpp54 std::vector<VendorAtomValue> values(2); in reportSpeakerImpedance() local
73 std::vector<VendorAtomValue> values(5); in reportSpeakerHealthStat() local
98 std::vector<VendorAtomValue> values(2); in reportSlowIo() local
119 std::vector<VendorAtomValue> values(kChargeCyclesBucketsCount); in reportChargeCycles() local
138 std::vector<VendorAtomValue> values(3); in reportHardwareFailed() local
159 std::vector<VendorAtomValue> values(4); in reportSpeechDspStat() local
182 std::vector<VendorAtomValue> values(3); in reportPhysicalDropDetected() local
203 std::vector<VendorAtomValue> values(5); in reportUsbPortOverheat() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
H A DBatteryDiffEntryTest.java129 final ContentValues values = getContentValuesWithType( in testLoadLabelAndIcon_forSystemBattery_returnExpectedResult() local
155 final ContentValues values = getContentValuesWithType( in testLoadLabelAndIcon_forUserBattery_returnExpectedResult() local
180 final ContentValues values = getContentValuesWithType( in testGetAppLabel_loadDataFromApplicationInfo() local
207 final ContentValues values = getContentValuesWithType( in testGetAppLabel_loadDataFromPreDefinedNameAndUid() local
224 final ContentValues values = getContentValuesWithType( in testGetAppLabel_nullAppLabel_returnAppLabelInBatteryHistEntry() local
238 final ContentValues values = getContentValuesWithType( in testGetAppIcon_nonUidConsumer_returnAppIconInBatteryDiffEntry() local
364 final ContentValues values = getContentValuesWithType( in testUpdateRestrictionFlagState_updateFlagAsExpected() local
397 final ContentValues values = getContentValuesWithType( in testGetPackageName_returnExpectedResult() local
409 final ContentValues values = getContentValuesWithType( in testGetPackageName_withProcessName_returnExpectedResult() local
446 final ContentValues values = new ContentValues(); in getContentValuesWithType() local
[all …]
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_exif.c83 uint8_t *values = (uint8_t *)malloc(count); in addExifEntry() local
111 uint16_t *values = (uint16_t *)malloc(count * sizeof(uint16_t)); in addExifEntry() local
126 uint32_t *values = (uint32_t *)malloc(count * sizeof(uint32_t)); in addExifEntry() local
141 rat_t *values = (rat_t *)malloc(count * sizeof(rat_t)); in addExifEntry() local
155 uint8_t *values = (uint8_t *)malloc(count); in addExifEntry() local
167 int32_t *values = (int32_t *)malloc(count * sizeof(int32_t)); in addExifEntry() local
182 srat_t *values = (srat_t *)malloc(count * sizeof(srat_t)); in addExifEntry() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/power/batterysaver/
H A DFileUpdaterTest.java148 final ArrayMap<String, String> values = new ArrayMap<>(); in testNoWrites() local
172 final ArrayMap<String, String> values = new ArrayMap<>(); in testSimpleWrite() local
197 final ArrayMap<String, String> values = new ArrayMap<>(); in testMultiWrites() local
227 final ArrayMap<String, String> values = new ArrayMap<>(); in testCantReadDefault() local
259 final ArrayMap<String, String> values = new ArrayMap<>(); in testWriteGiveUp() local
303 final ArrayMap<String, String> values = new ArrayMap<>(); in testSuccessWithRetry() local
360 final ArrayMap<String, String> values = new ArrayMap<>(); in testWriteReadDefault() local
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DMissedInformationTest.java115 ContentValues values = verifyInsertionWithCapture(); in testNotMissedCall() local
136 ContentValues values = verifyInsertionWithCapture(); in testEmergencyCallPlacing() local
159 ContentValues values = verifyInsertionWithCapture(); in testMaximumDialingCalls() local
185 ContentValues values = verifyInsertionWithCapture(); in testMaximumRingingCalls() local
207 ContentValues values = verifyInsertionWithCapture(); in testCallFiltersTimeout() local
228 ContentValues values = verifyInsertionWithCapture(); in testCallScreeningServiceSilence() local
/aosp12/packages/apps/Messaging/src/android/support/v7/mms/
H A DDefaultCarrierConfigValuesLoader.java52 Bundle values; in get() local
69 private void loadLocked(final int subId, final Bundle values) { in loadLocked()
84 private static void loadFromSystem(final int subId, final Bundle values) { in loadFromSystem()
95 private void loadFromResources(final int subId, final Bundle values) { in loadFromResources()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/
H A DContactsUtilsTests.java81 final ContentValues values = new ContentValues(); in testImIntentCustom() local
104 final ContentValues values = new ContentValues(); in testImIntent() local
122 final ContentValues values = new ContentValues(); in testImIntentWithAudio() local
143 final ContentValues values = new ContentValues(); in testImIntentWithVideo() local
168 final ContentValues values = new ContentValues(); in testImEmailIntent() local
/aosp12/packages/providers/MediaProvider/tests/client/src/com/android/providers/media/client/
H A DLegacyProviderMigrationTest.java144 final ContentValues values = new ContentValues(); in generateValues() local
169 final ContentValues values = generateValues(FileColumns.MEDIA_TYPE_IMAGE, in testLegacy_Orientation() local
177 final ContentValues values = generateValues(FileColumns.MEDIA_TYPE_IMAGE, in testLegacy_Pending() local
186 final ContentValues values = generateValues(FileColumns.MEDIA_TYPE_IMAGE, in testLegacy_Trashed() local
194 final ContentValues values = generateValues(FileColumns.MEDIA_TYPE_IMAGE, in testLegacy_Favorite() local
202 final ContentValues values = generateValues(FileColumns.MEDIA_TYPE_IMAGE, in testLegacy_Orphaned() local
210 final ContentValues values = generateValues(FileColumns.MEDIA_TYPE_AUDIO, in testLegacy_Audio() local
218 final ContentValues values = generateValues(FileColumns.MEDIA_TYPE_VIDEO, in testLegacy_Video() local
237 final ContentValues values = generateValues(FileColumns.MEDIA_TYPE_NONE, in testLegacy_Download() local
510 final ContentValues values = new ContentValues(); in assertOrientationColumn() local
[all …]
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/core/
H A DSearchResultsProviderTest.java91 ContentValues values = getRecord(); in insert_shouldInsertTheSearchResult() local
103 ContentValues values = getRecord(); in query_shouldHaveValidData() local
106 provider.insert(Uri.parse(AUTHORITY), values); in query_shouldHaveValidData() local
129 ContentValues values = new ContentValues(); in getRecord() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/sms/
H A DBugleCarrierConfigValuesLoader.java59 Bundle values; in get() local
92 private String loadLocked(final int subId, final Bundle values) { in loadLocked()
109 private static void loadFromSystem(final int subId, final Bundle values) { in loadFromSystem()
127 private void loadFromResources(final int subId, final Bundle values) { in loadFromResources()
186 public static void update(final Bundle values, final String type, final String key, in update()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandlerForPhoto.java59 ContentValues values) { in insert()
78 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, in update()
107 private boolean preProcessPhoto(ContentValues values) { in preProcessPhoto()
125 private boolean hasNonNullPhoto(ContentValues values) { in hasNonNullPhoto()
145 private boolean processPhoto(ContentValues values) { in processPhoto()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DRawContactTest.java34 final ContentValues values = new ContentValues(); in buildRawContact() local
49 final ContentValues values = new ContentValues(); in buildRawContact2() local
78 final ContentValues values = new ContentValues(); in buildNamedDataItem() local
87 final ContentValues values = new ContentValues(); in buildNamedDataItem2() local
/aosp12/frameworks/base/core/java/android/animation/
H A DObjectAnimator.java380 TypeConverter<T, int[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiInt() argument
421 int... values) { in ofArgb()
489 float... values) { in ofFloat()
535 float[][] values) { in ofMultiFloat()
611 TypeEvaluator evaluator, Object... values) { in ofObject()
667 TypeEvaluator<V> evaluator, V... values) { in ofObject()
702 TypeConverter<V, P> converter, TypeEvaluator<V> evaluator, V... values) { in ofObject() argument
753 PropertyValuesHolder... values) { in ofPropertyValuesHolder()
761 public void setIntValues(int... values) { in setIntValues()
776 public void setFloatValues(float... values) { in setFloatValues()
[all …]
/aosp12/art/test/952-invoke-custom/src/
H A DTestReturnValues.java217 char[] values = { in testCharReturnValues() local
229 double[] values = { in testDoubleReturnValues() local
243 float[] values = { in testFloatReturnValues() local
257 int[] values = {Integer.MIN_VALUE, Integer.MAX_VALUE, Integer.SIZE, -Integer.SIZE}; in testIntReturnValues() local
264 long[] values = {Long.MIN_VALUE, Long.MAX_VALUE, (long) Long.SIZE, (long) -Long.SIZE}; in testLongReturnValues() local
271 Object[] values = {null, "abc", Integer.valueOf(123)}; in testObjectReturnValues() local
284 short[] values = { in testShortReturnValues() local

12345678910>>...47