HomeSort by relevance Sort by last modified time
    Searched refs:SensorTest (Results 1 - 9 of 9) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
SensorTestActivity.java 21 import android.hardware.cts.SensorTest;
25 * It is a wrapper for {@link SensorTest} running with AndroidJUnitRunner.
29 super(SensorTest.class);
  /cts/tests/sensor/jni/
android_hardware_cts_SensorNativeTest.cpp 19 #include "SensorTest.h"
22 using android::SensorTest::SensorTest;
27 SensorTest *test = new SensorTest();
35 delete reinterpret_cast<SensorTest *>(instance);
39 SensorTest *test = reinterpret_cast<SensorTest *>(instance);
42 // test if SensorTest is intialized
47 // test if SensorTest is intialize
    [all...]
SensorTest.h 31 namespace SensorTest {
37 class SensorTest {
41 virtual ~SensorTest() = default;
140 } // namespace SensorTest
SensorTestCases.cpp 17 #include "SensorTest.h"
21 namespace SensorTest {
24 void SensorTest::testInitialized(JNIEnv *env) {
29 void SensorTest::testInvalidParameter(JNIEnv *env) {
136 void SensorTest::testDirectReport(JNIEnv* env, int32_t sensorType, int32_t channelType, int32_t rateLevel) {
244 } // namespace SensorTest
SensorTest.cpp 17 #include "SensorTest.h"
21 namespace SensorTest {
23 // SensorTest container class
24 bool SensorTest::SetUp() {
32 void SensorTest::TearDown() {
247 } // namespace SensorTest
  /frameworks/native/libs/sensor/tests/
Sensor_test.cpp 76 TEST(SensorTest, FlattenAndUnflatten) {
  /cts/tests/sensor/
Android.mk 50 jni/SensorTest.cpp \
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
SensorTest.java 29 public class SensorTest extends GraphicsActivity {
30 private final String TAG = "SensorTest";
  /cts/tests/sensor/src/android/hardware/cts/
SensorTest.java 57 public class SensorTest extends SensorTestCase {
58 private static final String TAG = "SensorTest";

Completed in 1464 milliseconds