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

  /cts/tests/sensor/jni/
SensorTest.h 31 namespace SensorTest {
37 class SensorTest {
41 virtual ~SensorTest() = default;
140 } // 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
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
  /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 54 public class SensorTest extends SensorTestCase {
55 private static final String TAG = "SensorTest";

Completed in 275 milliseconds