Home
last modified time | relevance | path

Searched refs:initialValues (Results 1 – 6 of 6) sorted by relevance

/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
DInitialValueVerificationTest.java45 float[] initialValues = new float[] {80.4f, 12.3f, -67f}; in testVerify() local
46 verifyStatsWithTwoWindows(initialValues, initialValues, true); in testVerify()
50 verifyStatsWithTwoWindows(initialValues, laterValues, true); in testVerify()
53 verifyStatsWithTwoWindows(initialValues, laterValues, false); in testVerify()
57 verifyStatsWithTwoWindows(initialValues, laterValues, true); in testVerify()
60 verifyStatsWithTwoWindows(initialValues, laterValues, false); in testVerify()
64 verifyStatsWithTwoWindows(initialValues, laterValues, true); in testVerify()
67 verifyStatsWithTwoWindows(initialValues, laterValues, false); in testVerify()
78 private static void verifyStatsWithTwoWindows(float[] initialValues, float[] laterValues, in verifyStatsWithTwoWindows() argument
83 float[] initialValuesWithNoise = addNoise(initialValues); in verifyStatsWithTwoWindows()
[all …]
/cts/tests/tests/content/src/android/content/cts/
DMockContentProvider.java216 public Uri insert(Uri uri, ContentValues initialValues) { in insert() argument
222 if (initialValues != null) in insert()
223 values = new ContentValues(initialValues); in insert()
DAsyncQueryHandlerTest.java285 ContentValues initialValues, boolean cancelable) { in startInsert() argument
289 mAsyncHandler.startInsert(token, cookie, uri, initialValues); in startInsert()
/cts/tests/tests/webkit/src/android/webkit/cts/
DMockContentProvider.java56 public Uri insert(Uri uri, ContentValues initialValues) { in insert() argument
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java1003 final Map<String, String> initialValues = new HashMap<>(); in apply()
1004 Arrays.stream(DOZE_SETTINGS).forEach(k -> initialValues.put(k, get(k))); in apply()
1009 Arrays.stream(DOZE_SETTINGS).forEach(k -> put(k, initialValues.get(k))); in apply()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java4880 float[] initialValues = new float[9]; in testTransformMatrixToGlobal() local
4881 newMatrix.getValues(initialValues); in testTransformMatrixToGlobal()
4890 if (initialValues[i] != newValues[i]) { in testTransformMatrixToGlobal()