/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/ |
D | OffsetVerificationTest.java | 45 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()
|
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 | 38 float[][] values = { in testVerify() local 140 float[] lowerThresholds, float[] ... values) { in getVerification()
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | CreationTest.java | 161 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/ |
D | DataUtil.java | 47 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()
|
D | ContactsContract_AggregationSuggestionsTest.java | 72 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
|
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
|
/cts/tests/sensor/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 | MediaStore_FilesTest.java | 87 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
|
D | MediaStoreAudioTestHelper.java | 62 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
|
D | MediaStore_Audio_GenresTest.java | 84 ContentValues values = new ContentValues(); in testStoreAudioGenresExternal() local 111 ContentValues values = new ContentValues(); in testGetContentUriForAudioId() local
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | CompositeUserDataTest.java | 93 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/ |
D | AudioStringsHelper.java | 90 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/ |
D | ActivityManager_RunningServiceInfoTest.java | 60 ActivityManager.RunningServiceInfo values = in testWriteToParcel() local 79 ActivityManager.RunningServiceInfo values = in testReadFromParcel() local
|
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/db/ |
D | Field.java | 79 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/ |
D | InMatcher.java | 34 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/ |
D | DeviceReportLog.java | 102 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/ |
D | DeviceReportLog.java | 102 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/ |
D | TvContractTest.java | 139 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/ |
D | MmsPartTest.java | 64 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/ |
D | NoWriteSecureSettingsPermissionTest.java | 37 ContentValues values = new ContentValues(); in testWriteSecureSettings() local
|
/cts/tests/tests/appcomponentfactory/src/android/app/componentfactory/cts/ |
D | MyProvider.java | 40 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/ |
D | SyncManagerCtsProvider.java | 41 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/ |
D | StubProvider.java | 45 public Uri insert(@NonNull Uri uri, @Nullable ContentValues values) { in insert() 56 public int update(@NonNull Uri uri, @Nullable ContentValues values, in update()
|