Searched refs:UinputVibratorTestData (Results 1 – 3 of 3) sorted by relevance
24 public class UinputVibratorTestData { class
396 public List<UinputVibratorTestData> getUinputVibratorTestData(int resourceId) { in getUinputVibratorTestData()398 List<UinputVibratorTestData> tests = new ArrayList<UinputVibratorTestData>(); in getUinputVibratorTestData()400 UinputVibratorTestData testData = new UinputVibratorTestData(); in getUinputVibratorTestData()
47 import com.android.cts.input.UinputVibratorTestData;132 final List<UinputVibratorTestData> tests = mParser.getUinputVibratorTestData(resourceId); in testInputVibratorEvents()134 for (UinputVibratorTestData test : tests) { in testInputVibratorEvents()