Home
last modified time | relevance | path

Searched refs:initialValues (Results 1 – 7 of 7) 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/libs/input/src/com/android/cts/input/
DDebugInputRule.kt76 val initialValues = mutableMapOf<String, String>() constant
82 initialValues[tag] = in starting()
95 for (entry in initialValues) { in finished()
99 initialValues.clear() in finished()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DNormalizeScreenStateRule.java99 final Map<String, String> initialValues = new HashMap<>(); in apply() field in NormalizeScreenStateRule
101 k -> initialValues.put(k, getSecureSetting(k))); in apply()
107 k -> putSecureSetting(k, initialValues.get(k))); in apply()
/cts/tests/tests/webkit/src/android/webkit/cts/
DMockContentProvider.java56 public Uri insert(Uri uri, ContentValues initialValues) { in insert() argument
/cts/tests/tests/content/src/android/content/cts/
DMockContentProvider.java219 public Uri insert(Uri uri, ContentValues initialValues) { in insert() argument
225 if (initialValues != null) in insert()
226 values = new ContentValues(initialValues); in insert()
DAsyncQueryHandlerTest.java287 ContentValues initialValues, boolean cancelable) { in startInsert() argument
291 mAsyncHandler.startInsert(token, cookie, uri, initialValues); in startInsert()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java5211 float[] initialValues = new float[9]; in testTransformMatrixToGlobal() local
5212 newMatrix.getValues(initialValues); in testTransformMatrixToGlobal()
5221 if (initialValues[i] != newValues[i]) { in testTransformMatrixToGlobal()