Searched refs:initialValues (Results 1 – 8 of 8) sorted by relevance
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/ |
D | InitialValueVerificationTest.java | 45 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/inputmethod/src/android/view/inputmethod/cts/util/ |
D | DisableScreenDozeRule.java | 60 final Map<String, String> initialValues = new HashMap<>(); in apply() 62 k -> initialValues.put(k, getSecureSetting(k))); in apply() 68 k -> putSecureSetting(k, initialValues.get(k))); in apply()
|
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | NormalizeScreenStateRule.java | 99 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/ |
D | MockContentProvider.java | 56 public Uri insert(Uri uri, ContentValues initialValues) { in insert() argument
|
/cts/tests/tests/content/src/android/content/cts/ |
D | MockContentProvider.java | 219 public Uri insert(Uri uri, ContentValues initialValues) { in insert() argument 225 if (initialValues != null) in insert() 226 values = new ContentValues(initialValues); in insert()
|
D | AsyncQueryHandlerTest.java | 285 ContentValues initialValues, boolean cancelable) { in startInsert() argument 289 mAsyncHandler.startInsert(token, cookie, uri, initialValues); in startInsert()
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | ActivityManagerTestBase.java | 1337 final Map<String, String> initialValues = new HashMap<>(); in apply() 1338 Arrays.stream(DOZE_SETTINGS).forEach(k -> initialValues.put(k, get(k))); in apply() 1343 Arrays.stream(DOZE_SETTINGS).forEach(k -> put(k, initialValues.get(k))); in apply()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewTest.java | 4949 float[] initialValues = new float[9]; in testTransformMatrixToGlobal() local 4950 newMatrix.getValues(initialValues); in testTransformMatrixToGlobal() 4959 if (initialValues[i] != newValues[i]) { in testTransformMatrixToGlobal()
|