Home
last modified time | relevance | path

Searched refs:playSound (Results 1 – 13 of 13) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DEventSanitizationTestActivity.java94 playSound(); in testNoTriggerEventsWhileUidIdle()
144 playSound(); in testNoOnChangeEventsWhileUidIdle()
DSignificantMotionTestActivity.java160 playSound(); in testTriggerDeactivation()
182 playSound();
225 playSound(); in testAPWakeUpOnSMDTrigger()
276 playSound();
DGyroscopeMeasurementTestActivity.java132 playSound(); in testCalibratedAndUncalibrated()
170 playSound(); in verifyMeasurements()
DStepSensorPermissionTestActivity.java88 playSound(); in activityCleanUp()
105 playSound(); in testStepEvents()
DAccelerometerMeasurementTestActivity.java119 playSound(); in delayedVerifyMeasurements()
DStepCounterTestActivity.java157 playSound(); in runTest()
341 playSound(); in logUserReportedStep()
DRotationVectorTestActivity.java102 playSound(); in activitySetUp()
DMagneticFieldMeasurementTestActivity.java234 playSound(); in testCalibratedAndUncalibrated()
DRVCVXCheckTestActivity.java182 playSound(); in activitySetUp()
DDeviceSuspendTestActivity.java99 playSound(); in activityCleanUp()
DOffBodySensorTestActivity.java572 playSound(); in runWakeAPOffbodyDetectTest()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsTestActivity.java184 playSound(); in testRunFinished()
DBaseSensorTestActivity.java445 protected void playSound() throws InterruptedException { in playSound() method in BaseSensorTestActivity