Home
last modified time | relevance | path

Searched refs:getTestLogger (Results 1 – 18 of 18) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DMagneticFieldMeasurementTestActivity.java86 getTestLogger().logMessage(R.string.snsr_mag_verify_norm); in testNorm()
113 getTestLogger().logMessage(R.string.snsr_mag_move_outside); in testNorm()
121 getTestLogger().logMessage(R.string.snsr_mag_no_location, expectedMagneticFieldEarth); in testNorm()
155 getTestLogger().logMessage(R.string.snsr_mag_verify_offset); in testOffset()
194 getTestLogger().logMessage(R.string.snsr_mag_verify_std_dev); in testStandardDeviation()
216 getTestLogger().logMessage(R.string.snsr_mag_verify_calibrated_uncalibrated); in testCalibratedAndUncalibrated()
248 SensorTestLogger logger = getTestLogger(); in calibrateMagnetometer()
DEventSanitizationTestActivity.java46 getTestLogger().logInstructions(R.string.snsr_event_sanitization_test_setup); in activitySetUp()
52 getTestLogger().logInstructions(R.string.snsr_event_sanitization_test_cleanup); in activityCleanUp()
70 final SensorTestLogger logger = getTestLogger(); in testNoTriggerEventsWhileUidIdle()
114 final SensorTestLogger logger = getTestLogger(); in testNoOnChangeEventsWhileUidIdle()
DStepCounterTestActivity.java145 getTestLogger().logInstructions(instructionsResId); in runTest()
153 getTestLogger().logWaitForSound(); in runTest()
325 getTestLogger().logMessage( in onSensorChanged()
331 getTestLogger().logMessage(R.string.snsr_step_detector_event, elapsedRealtimeNanos); in onSensorChanged()
343 getTestLogger().logMessage(R.string.snsr_step_reported, timestamp); in logUserReportedStep()
DGyroscopeMeasurementTestActivity.java55 getTestLogger().logInstructions(R.string.snsr_gyro_device_placement); in activitySetUp()
114 getTestLogger().logWaitForSound(); in testCalibratedAndUncalibrated()
151 getTestLogger().logWaitForSound(); in verifyMeasurements()
DSensorPowerTestActivity.java45 getTestLogger().logTestFail(testName, message); in raiseError()
56 getTestLogger().logTestDetails(testDetails); in logTestResult()
DRVCVXCheckTestActivity.java376 getTestLogger().logCustomView(textView);
418 getTestLogger().logCustomView(btnLicense);
436 getTestLogger().logCustomView(checkBox);
DHingeAngleTestActivity.java40 getTestLogger().logInstructions(R.string.snsr_hinge_angle_test_instructions); in activitySetUp()
DOffBodySensorTestActivity.java137 getTestLogger().logMessage( in onSensorChanged()
405 SensorTestLogger logger = getTestLogger(); in runOffbodyDetectResponseTimeTest()
451 SensorTestLogger logger = getTestLogger(); in runOnbodyDetectResponseTimeTest()
499 SensorTestLogger logger = getTestLogger(); in runWakeAPOffbodyDetectTest()
DAccelerometerMeasurementTestActivity.java113 getTestLogger().logWaitForSound(); in delayedVerifyMeasurements()
DSignificantMotionTestActivity.java148 getTestLogger().logWaitForSound(); in testTriggerDeactivation()
261 getTestLogger().logWaitForSound();
DStepSensorPermissionTestActivity.java135 SensorTestLogger logger = getTestLogger(); in requestChangePermission()
DDeviceSuspendTestActivity.java90 SensorTestLogger logger = getTestLogger(); in activitySetUp()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsTestActivity.java75 SensorTestLogger logger = getTestLogger(); in activitySetUp()
189 getTestLogger().logTestStart(description.getMethodName()); in testStarted()
194 getTestLogger().logTestPass(description.getMethodName(), null /* testSummary */); in testFinished()
200 getTestLogger() in testFailure()
206 getTestLogger() in testAssumptionFailure()
212 getTestLogger().logTestSkip(description.getMethodName(), description.toString()); in testIgnored()
DSensorCtsVerifierTestActivity.java78 getTestLogger().logTestStart(testMethod.getName()); in executeTests()
80 getTestLogger().logTestDetails(testDetails); in executeTests()
94 getTestLogger().logTestDetails(testDetails); in executeTests()
181 SensorTestLogger logger = getTestLogger(); in setFirstExecutionInstruction()
DISensorTestStateContainer.java31 BaseSensorTestActivity.SensorTestLogger getTestLogger(); in getTestLogger() method
DBaseSensorTestActivity.java289 public SensorTestLogger getTestLogger() { in getTestLogger() method in BaseSensorTestActivity
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DSensorSettingContainer.java81 BaseSensorTestActivity.SensorTestLogger logger = stateContainer.getTestLogger(); in trySetMode()
DSensorFeaturesDeactivator.java64 mStateContainer.getTestLogger() in requestDeactivationOfFeatures()