Home
last modified time | relevance | path

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

1234567

/cts/tests/tests/animation/src/android/animation/cts/
DCreationTest.java160 private void verifyValues(ValueAnimator animator, float... values) { in verifyValues()
162 assertEquals((Float) animator.getAnimatedValue(), values[0], EPSILON); in verifyValues() local
165 assertEquals((Float) animator.getAnimatedValue(), values[i], EPSILON); in verifyValues() local
168 assertEquals((Float) animator.getAnimatedValue(), values[values.length - 1], EPSILON); in verifyValues() local
171 private void verifyValues(ObjectAnimator animator, String propertyName, float... values) { in verifyValues()
173 assertEquals((Float) animator.getAnimatedValue(propertyName), values[0], EPSILON); in verifyValues() local
176 assertEquals((Float) animator.getAnimatedValue(propertyName), values[i], EPSILON); in verifyValues() local
179 assertEquals((Float) animator.getAnimatedValue(propertyName), values[values.length - 1], in verifyValues() local
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
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/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
DContactsContract_StreamItemPhotosTest.java50 ContentValues values = new ContentValues(); in testContentDirectoryUri() local
65 ContentValues values = new ContentValues(); in testContentPhotoUri() 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/app/src/android/app/cts/
DActivityManagerRunningTaskInfoTest.java53 ActivityManager.RunningTaskInfo values = ActivityManager.RunningTaskInfo.CREATOR in testWriteToParcel() local
81 ActivityManager.RunningTaskInfo values = new ActivityManager.RunningTaskInfo(); in testReadFromParcel() local
DActivityManager_RunningServiceInfoTest.java60 ActivityManager.RunningServiceInfo values = in testWriteToParcel() local
79 ActivityManager.RunningServiceInfo values = in testReadFromParcel() local
DActivityManagerRecentTaskInfoTest.java52 ActivityManager.RecentTaskInfo values = ActivityManager.RecentTaskInfo.CREATOR in testWriteToParcel() local
86 ActivityManager.RecentTaskInfo values = new ActivityManager.RecentTaskInfo(); in testReadFromParcel() 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/provider/src/android/provider/cts/
DMediaStore_Audio_GenresTest.java64 ContentValues values = new ContentValues(); in testStoreAudioGenresExternal() local
93 ContentValues values = new ContentValues(); in testStoreAudioGenresInternal() local
101 ContentValues values = Audio1.getInstance().getContentValues(true); in testGetContentUriForAudioId() local
DMediaStoreTest.java53 ContentValues values = new ContentValues(); in tearDown() local
62 ContentValues values = new ContentValues(); in testGetMediaScannerUri() local
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/db/
DField.java61 public void putLong(final ContentValues values, final long value) { in putLong()
65 public void putString(final ContentValues values, final String value) { in putString()
106 public void putLong(final ContentValues values, final long value) { in putLong()
126 public void putString(final ContentValues values, final 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.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/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/permission2/src/android/permission2/cts/
DNoWriteSecureSettingsPermissionTest.java37 ContentValues values = new ContentValues(); in testWriteSecureSettings() local
/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()
/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/permission/src/android/permission/cts/
DTvPermissionTest.java47 ContentValues values = new ContentValues(); in verifyInsert() local
57 ContentValues values = new ContentValues(); in verifyUpdate() local
/cts/hostsidetests/content/test-apps/CtsSyncInvalidAccountAuthorityTestCases/src/android/content/sync/cts/
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()
/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()

1234567