Home
last modified time | relevance | path

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

12345678

/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
DOffsetVerificationTest.java45 float[][] values = null; in testSingleEventVerify() local
73 float[][] values = null; in testMultipleEventVerify() local
97 private void runStats(float threshold, float[][] values, boolean pass) { in runStats()
114 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()
DMeanVerificationTest.java38 float[][] values = { in testVerify() local
140 float[] lowerThresholds, 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/tests/tests/provider/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
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/tests/provider/src/android/provider/cts/
DMediaStore_FilesTest.java87 ContentValues values = new ContentValues(); in testGetContentUri() local
172 ContentValues values = new ContentValues(); in testCaseSensitivity() local
190 final ContentValues values = new ContentValues(); in testAccessInternal() local
205 final ContentValues values = new ContentValues(); in testAccessInternal() local
222 final ContentValues values = new ContentValues(); in testAccess() local
239 final ContentValues values = new ContentValues(); in testAccess() local
261 ContentValues values = new ContentValues(); in testUpdateMediaType() local
289 final ContentValues values = new ContentValues(); in testDateAddedFrozen() local
DMediaStoreAudioTestHelper.java62 final ContentValues values = getContentValues(volumeName); in insert() local
107 ContentValues values = new ContentValues(); in getContentValues() local
169 ContentValues values = new ContentValues(); in getContentValues() local
212 ContentValues values = super.getContentValues(volumeName); in getContentValues() local
230 ContentValues values = super.getContentValues(volumeName); in getContentValues() local
248 ContentValues values = super.getContentValues(volumeName); in getContentValues() local
DMediaStore_Audio_GenresTest.java84 ContentValues values = new ContentValues(); in testStoreAudioGenresExternal() local
111 ContentValues values = new ContentValues(); in testGetContentUriForAudioId() local
/cts/tests/autofillservice/src/android/autofillservice/cts/
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/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/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/src/com/android/compatibility/common/util/
DDeviceReportLog.java102 public void addValues(String source, String message, double[] values, ResultType type, in addValues()
116 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues()
189 public void addValues(String message, int[] values, ResultType type, ResultUnit unit) { in addValues()
201 public void addValues(String message, long[] values, ResultType type, ResultUnit unit) { in addValues()
213 public void addValues(String message, float[] values, ResultType type, ResultUnit unit) { in addValues()
225 public void addValues(String message, boolean[] values, ResultType type, ResultUnit unit) { in addValues()
237 public void addValues(String message, List<String> values, ResultType type, ResultUnit unit) { in addValues()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DDeviceReportLog.java102 public void addValues(String source, String message, double[] values, ResultType type, in addValues()
116 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues()
189 public void addValues(String message, int[] values, ResultType type, ResultUnit unit) { in addValues()
201 public void addValues(String message, long[] values, ResultType type, ResultUnit unit) { in addValues()
213 public void addValues(String message, float[] values, ResultType type, ResultUnit unit) { in addValues()
225 public void addValues(String message, boolean[] values, ResultType type, ResultUnit unit) { in addValues()
237 public void addValues(String message, List<String> values, ResultType type, ResultUnit unit) { in addValues()
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvContractTest.java139 ContentValues values = new ContentValues(); in createDummyChannelValues() local
151 ContentValues values = new ContentValues(); in createDummyProgramValues() local
170 ContentValues values = createDummyBasePreviewProgramValues(); in createDummyPreviewProgramValues() local
177 ContentValues values = createDummyBasePreviewProgramValues(); in createDummyWatchNextProgramValues() local
186 ContentValues values = new ContentValues(); in createDummyBasePreviewProgramValues() local
230 ContentValues values = new ContentValues(); in createDummyRecordedProgramValues() local
356 ContentValues values = createDummyChannelValues(mInputId, false); in testChannelsTable() local
383 ContentValues values = createDummyChannelValues(mInputId, true); in testChannelsTableForModifyChannelType() local
409 ContentValues values = createDummyChannelValues(mInputId, false); in testChannelsTableForInputId() local
442 ContentValues values = new ContentValues(baseValues); in testChannelsTableForModifyIdAndPackageName() local
[all …]
/cts/tests/tests/telephonyprovider/src/android/telephonyprovider/cts/
DMmsPartTest.java64 ContentValues values = new ContentValues(); in testMmsPartInsert_cannotInsertPartWithDataColumn() local
104 ContentValues values = new ContentValues(); in insertTestMmsPartWithName() local
109 private Uri insertTestMmsPartWithValues(ContentValues values) { in insertTestMmsPartWithValues()
/cts/tests/tests/permission2/src/android/permission2/cts/
DNoWriteSecureSettingsPermissionTest.java37 ContentValues values = new ContentValues(); in testWriteSecureSettings() local
/cts/tests/tests/appcomponentfactory/src/android/app/componentfactory/cts/
DMyProvider.java40 public Uri insert(Uri uri, ContentValues values) { in insert()
50 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
/cts/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/
DSyncManagerCtsProvider.java41 public Uri insert(Uri uri, ContentValues values) { in insert()
51 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
/cts/tests/tests/content/SyncAccountAccessStubs/src/com/android/cts/stub/
DStubProvider.java45 public Uri insert(@NonNull Uri uri, @Nullable ContentValues values) { in insert()
56 public int update(@NonNull Uri uri, @Nullable ContentValues values, in update()

12345678