Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
DTestSensorOperation.java62 private final HashSet<ISensorVerification> mVerifications = new HashSet<>(); field in TestSensorOperation
117 mVerifications.add(verification); in addVerification()
149 for (ISensorVerification verification : mVerifications) { in execute()
168 for (ISensorVerification verification : mVerifications) { in clone()