Home
last modified time | relevance | path

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

/cts/tests/tests/alarmclock/src/android/alarmclock/cts/
DAlarmClockTestBase.java40 private String mTestResult; field in AlarmClockTestBase
124 return mTestResult; in runTest()
143 AlarmClockTestBase.this.mTestResult = intent.getStringExtra(Utils.TEST_RESULT); in onReceive()
146 ", test_result = " + AlarmClockTestBase.this.mTestResult); in onReceive()
/cts/tests/tests/alarmclock/service/src/android/alarmclock/service/
DMainInteractionSession.java38 private String mTestResult = ""; field in MainInteractionSession
107 broadcastIntent.putExtra(Utils.TEST_RESULT, mTestResult); in onTaskFinished()
123 mTestResult = Utils.COMPLETION_RESULT; in onRequestCompleteVoice()
133 mTestResult = Utils.ABORT_RESULT; in onRequestAbortVoice()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DPowerTestHostLink.java83 private final PowerTestResult mTestResult = new PowerTestResult(); field in PowerTestHostLink
191 Log.d(TAG, "Returning " + mTestResult.passedCount + "passed " + mTestResult.skippedCount + in run()
192 "skipped " + mTestResult.failedCount + "failed."); in run()
193 return mTestResult; in run()
281 ++mTestResult.passedCount; in handleSetTestResultCmd()
286 ++mTestResult.failedCount; in handleSetTestResultCmd()
291 ++mTestResult.skippedCount; in handleSetTestResultCmd()