All Projects → smuyyh → HardwareTest

smuyyh / HardwareTest

Licence: other
Android 各个硬件模块自动化测试。包括LCD、摄像头、键盘、闪光灯、声音、磁盘存储、震动、触摸屏、NFC及各类传感器的测试。

Programming Languages

java
68154 projects - #9 most used programming language

HardwareTest

Android 各个硬件模块自动化测试。包括LCD、摄像头、键盘、闪光灯、声音、磁盘存储、震动、触摸屏、NFC及各类传感器的测试。

private static final BaseTest[] ALL_ITEMS = {
    new VersionTest(),
    new LCDTest(),
    new BacklightTest(),
    new ReceiverTest(),
    new SpeakerTest(),
    new EarphoneTest(),
    new FmRadioTest(),
    new KeyTest(),
    new VibratorTest(),
    new StorageTest(),
    new CameraTest(),
    new FlashlightTest(),
    new TouchTest(),
    new CompassTest(),
    new ChargerTest(),
    new LoopbackTest(),
    new MicrophoneTest(),
    new GSensorTest(),
    new ProxSensorTest(),
    new LightSensorTest(),
    new NfcTest(),
    new GyroSensorTest(),
};
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].