Searched defs:VibratorTest (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/device/google/felix/vibrator/cs40l26/tests/ |
D | test-vibrator.cpp | 200 class VibratorTest : public Test { class 323 TEST_F(VibratorTest, Constructor) { in TEST_F() argument 386 TEST_F(VibratorTest, on) { in TEST_F() argument 400 TEST_F(VibratorTest, off) { in TEST_F() argument 406 TEST_F(VibratorTest, supportsAmplitudeControl_supported) { in TEST_F() argument 415 TEST_F(VibratorTest, supportsExternalAmplitudeControl_unsupported) { in TEST_F() argument 424 TEST_F(VibratorTest, setAmplitude_supported) { in TEST_F() argument 432 TEST_F(VibratorTest, supportsExternalControl_supported) { in TEST_F() argument 441 TEST_F(VibratorTest, supportsExternalControl_unsupported) { in TEST_F() argument 450 TEST_F(VibratorTest, setExternalControl_enable) { in TEST_F() argument [all …]
|
/aosp_15_r20/cts/tests/vibrator/src/android/os/cts/ |
H A D | VibratorTest.java | 81 public class VibratorTest { class 197 public VibratorTest(String vibratorLabel, VibratorProvider vibratorProvider) { in VibratorTest() method in VibratorTest
|
/aosp_15_r20/frameworks/base/core/tests/vibrator/src/android/os/ |
H A D | VibratorTest.java | 57 public class VibratorTest { class
|