Home
last modified time | relevance | path

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

12345678910

/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()
DStandardDeviationVerificationTest.java38 float[][] values = { in testVerify() local
62 private void runVerification(float[] threshold, float[][] values, boolean pass, in runVerification()
87 float[] ... values) { in getVerification()
DMeanLargerThanVerificationTest.java34 float[][] values = { in testVerify() local
80 float[] expected, float[] thresholds, float[]... values) { in getVerification()
/cts/tests/tests/animation/src/android/animation/cts/
DCreationTest.java161 private void verifyValues(ValueAnimator animator, float... values) { in verifyValues()
163 assertEquals((Float) animator.getAnimatedValue(), values[0], EPSILON); in verifyValues() local
166 assertEquals((Float) animator.getAnimatedValue(), values[i], EPSILON); in verifyValues() local
169 assertEquals((Float) animator.getAnimatedValue(), values[values.length - 1], EPSILON); in verifyValues() local
172 private void verifyValues(ObjectAnimator animator, String propertyName, float... values) { in verifyValues()
174 assertEquals((Float) animator.getAnimatedValue(propertyName), values[0], EPSILON); in verifyValues() local
177 assertEquals((Float) animator.getAnimatedValue(propertyName), values[i], EPSILON); in verifyValues() local
180 assertEquals((Float) animator.getAnimatedValue(propertyName), values[values.length - 1], in verifyValues() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
DStatUtils.java20 public static double calculateMeanAbsoluteDeviation(double mean, double[] values) { in calculateMeanAbsoluteDeviation()
28 public static double calculateMean(double[] values) { in calculateMean()
/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/tests/tests/contactsprovider/src/android/provider/cts/contacts/
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/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/tests/simphonebookprovider/src/android/provider/cts/simphonebook/
DSimPhonebookContract_ContentNotificationsTest.java114 ContentValues values = new ContentValues(); in insert_notifiesObserver() local
116 mResolver.insert(SimPhonebookContract.SimRecords.getContentUri(mSubId, EF_ADN), values); in insert_notifiesObserver() local
125 ContentValues values = new ContentValues(); in update_notifiesObserver() local
143 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/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/provider/src/android/provider/cts/media/
DMediaStore_FilesTest.java96 ContentValues values = new ContentValues(); in testGetContentUri() local
184 ContentValues values = new ContentValues(); in testCaseSensitivity() local
202 final ContentValues values = new ContentValues(); in testAccessInternal() local
217 final ContentValues values = new ContentValues(); in testAccessInternal() local
234 final ContentValues values = new ContentValues(); in testAccess() local
251 final ContentValues values = new ContentValues(); in testAccess() local
273 ContentValues values = new ContentValues(); in testUpdateMediaType() local
300 ContentValues values = new ContentValues(); in testInsertDocumentFile() local
320 final ContentValues values = new ContentValues(); in testDateAddedFrozen() local
DMediaStoreAudioTestHelper.java66 final ContentValues values = getContentValues(volumeName); in insert() local
112 ContentValues values = new ContentValues(); in getContentValues() local
175 ContentValues values = new ContentValues(); in getContentValues() local
218 ContentValues values = super.getContentValues(volumeName); in getContentValues() local
236 ContentValues values = super.getContentValues(volumeName); in getContentValues() local
254 ContentValues values = super.getContentValues(volumeName); in getContentValues() local
274 ContentValues values = super.getContentValues(volumeName); in getContentValues() local
DMediaStore_Audio_GenresTest.java85 ContentValues values = new ContentValues(); in testStoreAudioGenresExternal() local
113 ContentValues values = new ContentValues(); in testGetContentUriForAudioId() local
/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/tests/tests/tv/src/android/media/tv/cts/
DTvContractTest.java160 ContentValues values = new ContentValues(); in createDummyChannelValues() local
172 ContentValues values = new ContentValues(); in createDummyProgramValues() local
191 ContentValues values = createDummyBasePreviewProgramValues(); in createDummyPreviewProgramValues() local
198 ContentValues values = createDummyBasePreviewProgramValues(); in createDummyWatchNextProgramValues() local
207 ContentValues values = new ContentValues(); in createDummyBasePreviewProgramValues() local
251 ContentValues values = new ContentValues(); in createDummyRecordedProgramValues() local
387 ContentValues values = createDummyChannelValues(mInputId, false); in testChannelsTable() local
414 ContentValues values = createDummyChannelValues(mInputId, true); in testChannelsTableForModifyChannelType() local
440 ContentValues values = createDummyChannelValues(mInputId, false); in testChannelsTableForInputId() local
473 ContentValues values = new ContentValues(baseValues); in testChannelsTableForModifyIdAndPackageName() local
[all …]
/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()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DCtsVerifierReportLog.java100 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues()
109 public void addValues(String source, String message, double[] values, ResultType type, in addValues()
204 public void addValues(String message, int[] values, ResultType type, ResultUnit unit) { in addValues()
216 public void addValues(String message, long[] values, ResultType type, ResultUnit unit) { in addValues()
228 public void addValues(String message, float[] values, ResultType type, ResultUnit unit) { in addValues()
240 public void addValues(String message, boolean[] values, ResultType type, ResultUnit unit) { in addValues()
252 public void addValues(String message, List<String> values, ResultType type, ResultUnit unit) { in addValues()
/cts/tests/translation/src/android/translation/cts/unittests/
DTranslationRequestTest.java65 final ArrayList<TranslationRequestValue> values = new ArrayList<>(); in testBuilder_validTranslationRequestValue() local
92 final ArrayList<TranslationRequestValue> values = new ArrayList<>(); in testBuilder_mixingSetters() local
119 final ArrayList<TranslationRequestValue> values = new ArrayList<>(); in testParceledRequest_validTranslationRequestValues() local

12345678910