Home
last modified time | relevance | path

Searched defs:acc (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/security/src/android/security/cts/
DCVE_2019_9376.java43 Account acc = new Account(parcel); in testPocCVE_2019_9376() local
DCVE_2021_0934.java45 Account acc = new Account(name, type); in testPocCVE_2021_0934() local
/cts/tests/sensor/jni/
DSensorTestCases.cpp221 ASensorVector &acc = e.vector; in testDirectReport() local
/cts/tests/tests/view/src/android/view/cts/
DVelocityTrackerTest.java390 int axis, long time, float val, float actualV, float estimatedV, float acc) { in logTrackingInfo()