Home
last modified time | relevance | path

Searched refs:UinputVibratorTestData (Results 1 – 3 of 3) sorted by relevance

/cts/libs/input/src/com/android/cts/input/
DUinputVibratorTestData.java24 public class UinputVibratorTestData { class
DInputJsonParser.java396 public List<UinputVibratorTestData> getUinputVibratorTestData(int resourceId) { in getUinputVibratorTestData()
398 List<UinputVibratorTestData> tests = new ArrayList<UinputVibratorTestData>(); in getUinputVibratorTestData()
400 UinputVibratorTestData testData = new UinputVibratorTestData(); in getUinputVibratorTestData()
/cts/tests/tests/view/src/android/view/cts/input/
DInputDeviceVibratorTest.java47 import com.android.cts.input.UinputVibratorTestData;
132 final List<UinputVibratorTestData> tests = mParser.getUinputVibratorTestData(resourceId); in testInputVibratorEvents()
134 for (UinputVibratorTestData test : tests) { in testInputVibratorEvents()