Home
last modified time | relevance | path

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

12345678910>>...13

/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
DOffsetVerificationTest.java46 float[][] values = null; in testSingleEventVerify() local
74 float[][] values = null; in testMultipleEventVerify() local
98 private void runStats(float threshold, float[][] values, boolean pass) { in runStats()
115 float threshold, float[] ... values) { in getVerification()
DMagnitudeVerificationTest.java37 float[][] values = { in testVerify() local
52 …private void runStats(float expected, float threshold, float[][] values, boolean pass, float magni… in runStats()
70 float[] ... values) { in getVerification()
DStandardDeviationVerificationTest.java38 float[][] values = { in testVerify() local
62 private void runVerification(float[] threshold, float[][] values, boolean pass, in runVerification()
87 float[] ... values) { in getVerification()
/cts/tests/tests/animation/src/android/animation/cts/
DCreationTest.java170 private void verifyValues(ValueAnimator animator, float... values) { in verifyValues()
172 assertEquals((Float) animator.getAnimatedValue(), values[0], EPSILON); in verifyValues() local
175 assertEquals((Float) animator.getAnimatedValue(), values[i], EPSILON); in verifyValues() local
178 assertEquals((Float) animator.getAnimatedValue(), values[values.length - 1], EPSILON); in verifyValues() local
181 private void verifyValues(ObjectAnimator animator, String propertyName, float... values) { in verifyValues()
183 assertEquals((Float) animator.getAnimatedValue(propertyName), values[0], EPSILON); in verifyValues() local
186 assertEquals((Float) animator.getAnimatedValue(propertyName), values[i], EPSILON); in verifyValues() local
189 assertEquals((Float) animator.getAnimatedValue(propertyName), values[values.length - 1], in verifyValues() local
/cts/tests/tests/simphonebookprovider/src/android/provider/cts/simphonebook/
DSimPhonebookContract_SimRecordsTest.java209 ContentValues values = new ContentValues(); in insertAdn_addsRecordAndReturnsValidUri() local
234 ContentValues values = new ContentValues(); in updateAdn_existingRecord_updatesRecordAndReturns1() local
257 ContentValues values = new ContentValues(); in updateAdn_unusedIndex_updatesRecordAndReturns1() local
261 mResolver.update(SimRecords.getItemUri(mDefaultSubscriptionId, EF_ADN, 1), values, null, in updateAdn_unusedIndex_updatesRecordAndReturns1() local
316 ContentValues values = new ContentValues(); in insertAdn_phoneNumberWithDialableNonDigits_addsRecord() local
350 ContentValues values = new ContentValues(); in insertAdn_valueLengthLimits() local
354 mResolver.insert(SimRecords.getContentUri(mDefaultSubscriptionId, EF_ADN), values); in insertAdn_valueLengthLimits() local
380 ContentValues values = new ContentValues(); in insertAdn_phoneNumberOnly_addsRecord() local
407 ContentValues values = new ContentValues(); in insertAdn_nameWithNonGsmAlphabetCharacters_addsRecord() local
411 mResolver.insert(SimRecords.getContentUri(mDefaultSubscriptionId, EF_ADN), values); in insertAdn_nameWithNonGsmAlphabetCharacters_addsRecord() local
[all …]
DSimPhonebookContract_ContentNotificationsTest.java105 ContentValues values = new ContentValues(); in insert_notifiesObserver() local
107 mResolver.insert(SimPhonebookContract.SimRecords.getContentUri(mSubId, EF_ADN), values); in insert_notifiesObserver() local
116 ContentValues values = new ContentValues(); in update_notifiesObserver() local
134 ContentValues values = new ContentValues(); in delete_notifiesObserver() local
DSimPhonebookContract_SimRecordsNoSimTest.java153 ContentValues values = new ContentValues(); in insert_nonAdnDirUris_throwsUnsupportedOperationException() local
187 ContentValues values = new ContentValues(); in insertAdn_throwsCorrectException() local
199 ContentValues values = new ContentValues(); in updateAdn_throwsCorrectException() local
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DGroupUtil.java43 ContentValues values = new ContentValues(); in insertGroupWithoutAccount() local
59 ContentValues values = new ContentValues(); in insertGroupWithAccount() local
120 ContentValues values = new ContentValues(); in updateGroupAccount() local
140 ContentValues values) { in update()
DDataUtil.java47 ContentValues values = new ContentValues(); in insertName() local
56 ContentValues values = new ContentValues(); in insertPhoneNumber() local
63 ContentValues values = new ContentValues(); in insertEmail() local
74 ContentValues values) { in insertData()
88 public static void update(ContentResolver resolver, long dataId, ContentValues values) { in update()
DContactsContract_AggregationSuggestionsTest.java72 ContentValues values = new ContentValues(); in testAggregationSuggestionsByNameReversed() local
94 ContentValues values = new ContentValues(); in testAggregationSuggestionsByName() local
131 ContentValues values = new ContentValues(); in testAggregationSuggestionsByName_matchSecondNameParameter() local
152 ContentValues values = new ContentValues(); in testAggregationSuggestionsByName_matchFirstNameParameter() local
DCallLogProviderTest.java51 ContentValues values = new ContentValues(); in testNoSubqueries() local
73 ContentValues values = new ContentValues(); in testUpdate() local
123 ContentValues values = new ContentValues(); in testDelete() local
DContactsContract_IsSuperPrimaryName.java116 ContentValues values = new ContentValues(); in testInner_displayNameFromIsSuperPrimary() local
118 mResolver.update(nonPrimaryName.getUri(), values, null, null); in testInner_displayNameFromIsSuperPrimary() local
171 ContentValues values = new ContentValues(); in setAggregationException() local
/cts/common/device-side/bedstead/queryable/src/main/java/com/android/queryable/queries/
DEnumQuery.java24 E isOneOf(F... values); in isOneOf()
25 E isNotOneOf(F... values); in isNotOneOf()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
DStatUtils.java21 double mean, double[] values, int numValues) { in calculateMeanAbsoluteDeviation()
29 public static double calculateMean(double[] values) { in calculateMean()
/cts/tests/sensor/src/android/hardware/cts/helpers/
DTestSensorEvent.java34 public final float values[]; field in TestSensorEvent
65 public TestSensorEvent(Sensor sensor, long timestamp, int accuracy, float[] values) { in TestSensorEvent()
73 float[] values) { in TestSensorEvent()
/cts/tests/autofillservice/src/android/autofillservice/cts/unittests/
DCompositeUserDataTest.java93 final String[] values = userData.getValues(); in testMerge_nullGenericUserData() local
111 final String[] values = userData.getValues(); in testMerge_bothEmpty() local
131 final String[] values = userData.getValues(); in testMerge_emptyGenericUserData() local
163 final String[] values = userData.getValues(); in testMerge_emptyPackageUserData() local
196 final String[] values = userData.getValues(); in testMerge_bothHaveData() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DAudioStringsHelper.java90 public static String makeRatesList(int[] values) { in makeRatesList()
95 public static String makeIntList(int[] values) { in makeIntList()
108 public static String makeHexList(int[] values) { in makeHexList()
/cts/tests/mediaprovider/modern/src/android/provider/cts/media/modern/
DMediaStoreAudioTestHelper.java66 final ContentValues values = getContentValues(volumeName); in insert() local
111 ContentValues values = new ContentValues(); in getContentValues() local
173 ContentValues values = new ContentValues(); in getContentValues() local
216 ContentValues values = super.getContentValues(volumeName); in getContentValues() local
234 ContentValues values = super.getContentValues(volumeName); in getContentValues() local
252 ContentValues values = super.getContentValues(volumeName); in getContentValues() local
273 ContentValues values = super.getContentValues(volumeName); in getContentValues() local
295 ContentValues values = super.getContentValues(volumeName); in getContentValues() local
320 ContentValues values = super.getContentValues(volumeName); in getContentValues() local
/cts/tests/mediaprovider/src/android/provider/cts/media/
DMediaStoreAudioTestHelper.java66 final ContentValues values = getContentValues(volumeName); in insert() local
111 ContentValues values = new ContentValues(); in getContentValues() local
173 ContentValues values = new ContentValues(); in getContentValues() local
216 ContentValues values = super.getContentValues(volumeName); in getContentValues() local
234 ContentValues values = super.getContentValues(volumeName); in getContentValues() local
252 ContentValues values = super.getContentValues(volumeName); in getContentValues() local
273 ContentValues values = super.getContentValues(volumeName); in getContentValues() local
295 ContentValues values = super.getContentValues(volumeName); in getContentValues() local
320 ContentValues values = super.getContentValues(volumeName); in getContentValues() local
/cts/tests/app/src/android/app/cts/
DActivityManager_RunningServiceInfoTest.java60 ActivityManager.RunningServiceInfo values = in testWriteToParcel() local
79 ActivityManager.RunningServiceInfo values = in testReadFromParcel() local
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/db/
DField.java79 public void putLong(ContentValues values, long value) { in putLong()
89 public void putString(ContentValues values, String value) { in putString()
130 public void putLong(ContentValues values, long value) { in putLong()
150 public void putString(ContentValues values, String value) { in putString()
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvContractTest.java161 ContentValues values = new ContentValues(); in createDummyChannelValues() local
173 ContentValues values = new ContentValues(); in createDummyProgramValues() local
195 ContentValues values = createDummyBasePreviewProgramValues(); in createDummyPreviewProgramValues() local
202 ContentValues values = createDummyBasePreviewProgramValues(); in createDummyWatchNextProgramValues() local
211 ContentValues values = new ContentValues(); in createDummyBasePreviewProgramValues() local
257 ContentValues values = new ContentValues(); in createDummyRecordedProgramValues() local
395 ContentValues values = createDummyChannelValues(mInputId, false); in testChannelsTable() local
422 ContentValues values = createDummyChannelValues(mInputId, true); in testChannelsTableForModifyChannelType() local
448 ContentValues values = createDummyChannelValues(mInputId, false); in testChannelsTableForInputId() local
481 ContentValues values = new ContentValues(baseValues); in testChannelsTableForModifyIdAndPackageName() local
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DCtsVerifierReportLog.java124 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues()
136 public void addValues(String source, String message, double[] values, ResultType type, in addValues()
234 public void addValues(String message, int[] values, ResultType type, ResultUnit unit) { in addValues()
246 public void addValues(String message, long[] values, ResultType type, ResultUnit unit) { in addValues()
258 public void addValues(String message, float[] values, ResultType type, ResultUnit unit) { in addValues()
270 public void addValues(String message, boolean[] values, ResultType type, ResultUnit unit) { in addValues()
282 public void addValues(String message, List<String> values, ResultType type, ResultUnit unit) { in addValues()
317 public void addValues(String message, JSONArray values) { in addValues()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DInMatcher.java34 public InMatcher(Collection<T> values) { in InMatcher()
39 public InMatcher(T... values) { in InMatcher()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DDeviceReportLog.java98 public void addValues(String source, String message, double[] values, ResultType type, in addValues()
112 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues()
185 public void addValues(String message, int[] values, ResultType type, ResultUnit unit) { in addValues()
197 public void addValues(String message, long[] values, ResultType type, ResultUnit unit) { in addValues()
209 public void addValues(String message, float[] values, ResultType type, ResultUnit unit) { in addValues()
221 public void addValues(String message, boolean[] values, ResultType type, ResultUnit unit) { in addValues()
233 public void addValues(String message, List<String> values, ResultType type, ResultUnit unit) { in addValues()

12345678910>>...13