/cts/common/util/tests/src/com/android/compatibility/common/util/ |
D | StatTest.java | 31 double[] values = new double[100]; in testGet95PercentileValue() local 54 double[] values = new double[]{0, 1, 2, 3, 4}; in testGetAverage() local 71 double[] values = new double[]{0, 1, 2, 3, 4}; in testGetStandardDeviation() local
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | CreationTest.java | 147 private void verifyValues(ValueAnimator animator, float... values) { in verifyValues() 149 assertRoughlyEqual((Float) animator.getAnimatedValue(), values[0]); in verifyValues() local 152 assertRoughlyEqual((Float) animator.getAnimatedValue(), values[i]); in verifyValues() local 155 assertRoughlyEqual((Float) animator.getAnimatedValue(), values[values.length - 1]); in verifyValues() local 158 private void verifyValues(ObjectAnimator animator, String propertyName, float... values) { in verifyValues() 160 assertRoughlyEqual((Float) animator.getAnimatedValue(propertyName), values[0]); in verifyValues() local 163 assertRoughlyEqual((Float) animator.getAnimatedValue(propertyName), values[i]); in verifyValues() local 167 values[values.length - 1]); in verifyValues() local
|
D | PropertyValuesHolderTest.java | 60 float[] values = {mStartY, mEndY}; in testGetPropertyName() local 66 float[] values = {mStartY, mEndY}; in testSetPropertyName() local 73 float[] values = {mStartY, mEndY}; in testClone() local 81 float[] values = {mStartY, mEndY}; in testSetValues() local 203 float[] values = {mStartY, mEndY}; in testOffloat() local 217 float[] values = {mStartY, mEndY}; in testOfFloat_Property() local 235 int[] values = {start, end}; in testOfInt() local 258 int values[] = {startColor, endColor}; in testOfInt_Property() local 282 float[] values = {mStartY, mEndY}; in testSetProperty() local
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/ |
D | MagnitudeVerificationTest.java | 37 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()
|
D | StandardDeviationVerificationTest.java | 38 float[][] values = { in testVerify() local 62 private void runVerification(float[] threshold, float[][] values, boolean pass, in runVerification() 87 float[] ... values) { in getVerification()
|
D | MeanVerificationTest.java | 37 float[][] values = { in testVerify() local 96 float[] ... values) { in getVerification()
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
D | DataUtil.java | 42 ContentValues values = new ContentValues(); in insertName() local 51 ContentValues values = new ContentValues(); in insertPhoneNumber() local 58 ContentValues values = new ContentValues(); in insertEmail() local 69 ContentValues values) { in insertData() 83 public static void update(ContentResolver resolver, long dataId, ContentValues values) { in update()
|
/cts/tests/app/src/android/app/cts/ |
D | ActivityManagerRunningTaskInfoTest.java | 53 ActivityManager.RunningTaskInfo values = ActivityManager.RunningTaskInfo.CREATOR in testWriteToParcel() local 81 ActivityManager.RunningTaskInfo values = new ActivityManager.RunningTaskInfo(); in testReadFromParcel() local
|
D | ActivityManager_RunningServiceInfoTest.java | 60 ActivityManager.RunningServiceInfo values = in testWriteToParcel() local 79 ActivityManager.RunningServiceInfo values = in testReadFromParcel() local
|
D | ActivityManagerRecentTaskInfoTest.java | 52 ActivityManager.RecentTaskInfo values = ActivityManager.RecentTaskInfo.CREATOR in testWriteToParcel() local 86 ActivityManager.RecentTaskInfo values = new ActivityManager.RecentTaskInfo(); in testReadFromParcel() local
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
D | TestSensorEvent.java | 34 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/ |
D | ContactsContract_AggregationSuggestionsTest.java | 73 ContentValues values = new ContentValues(); in testAggregationSuggestionsByNameReversed() local 95 ContentValues values = new ContentValues(); in testAggregationSuggestionsByName() local 132 ContentValues values = new ContentValues(); in testAggregationSuggestionsByName_matchSecondNameParameter() local 153 ContentValues values = new ContentValues(); in testAggregationSuggestionsByName_matchFirstNameParameter() local
|
D | MediaStore_Audio_GenresTest.java | 64 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
|
D | MediaStoreTest.java | 53 ContentValues values = new ContentValues(); in tearDown() local 62 ContentValues values = new ContentValues(); in testGetMediaScannerUri() local
|
D | ContactsContract_StreamItemPhotosTest.java | 49 ContentValues values = new ContentValues(); in testContentDirectoryUri() local 64 ContentValues values = new ContentValues(); in testContentPhotoUri() local
|
D | ContactsContract_IsSuperPrimaryName.java | 116 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
|
D | MediaStore_Audio_PlaylistsTest.java | 67 ContentValues values = new ContentValues(); in testStoreAudioPlaylistsExternal() local 113 ContentValues values = new ContentValues(); in testStoreAudioPlaylistsInternal() local
|
/cts/tests/camera/src/android/hardware/camera2/cts/helpers/ |
D | InMatcher.java | 34 public InMatcher(Collection<T> values) { in InMatcher() 39 public InMatcher(T... values) { in InMatcher()
|
/cts/tests/tests/permission2/src/android/permission2/cts/ |
D | NoWriteSecureSettingsPermissionTest.java | 37 ContentValues values = new ContentValues(); in testWriteSecureSettings() local
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | DeviceReportLog.java | 97 public void addValues(String source, String message, double[] values, ResultType type, in addValues() 111 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues() 184 public void addValues(String message, int[] values, ResultType type, ResultUnit unit) { in addValues() 196 public void addValues(String message, long[] values, ResultType type, ResultUnit unit) { in addValues() 208 public void addValues(String message, float[] values, ResultType type, ResultUnit unit) { in addValues() 220 public void addValues(String message, boolean[] values, ResultType type, ResultUnit unit) { in addValues() 232 public void addValues(String message, List<String> values, ResultType type, ResultUnit unit) { in addValues()
|
/cts/common/host-side/util/src/com/android/compatibility/common/util/ |
D | MetricsReportLog.java | 95 public void addValues(String source, String message, double[] values, ResultType type, in addValues() 109 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues() 182 public void addValues(String message, int[] values, ResultType type, ResultUnit unit) { in addValues() 194 public void addValues(String message, long[] values, ResultType type, ResultUnit unit) { in addValues() 206 public void addValues(String message, float[] values, ResultType type, ResultUnit unit) { in addValues() 218 public void addValues(String message, boolean[] values, ResultType type, ResultUnit unit) { in addValues() 230 public void addValues(String message, List<String> values, ResultType type, ResultUnit unit) { in addValues()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | StructArrayTest.java | 27 int[] values = {0, 1, 2, 3, 4}; in testStructArrays() local
|
/cts/common/util/src/com/android/compatibility/common/util/ |
D | InfoStore.java | 129 protected static int[] checkArray(int[] values) { in checkArray() 137 protected static long[] checkArray(long[] values) { in checkArray() 145 protected static float[] checkArray(float[] values) { in checkArray() 153 protected static double[] checkArray(double[] values) { in checkArray() 161 protected static boolean[] checkArray(boolean[] values) { in checkArray()
|
/cts/tests/tests/permission/src/android/permission/cts/ |
D | TvPermissionTest.java | 47 ContentValues values = new ContentValues(); in verifyInsert() local 57 ContentValues values = new ContentValues(); in verifyUpdate() local
|
/cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/ |
D | AwareProvider.java | 49 public Uri insert(Uri uri, ContentValues values) { in insert() 59 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
|