Searched refs:mTestResult (Results 1 – 4 of 4) sorted by relevance
40 private String mTestResult; field in AlarmClockTestBase118 return mTestResult; in runTest()137 AlarmClockTestBase.this.mTestResult = intent.getStringExtra(Utils.TEST_RESULT); in onReceive()140 ", test_result = " + AlarmClockTestBase.this.mTestResult); in onReceive()
38 private String mTestResult = ""; field in MainInteractionSession107 broadcastIntent.putExtra(Utils.TEST_RESULT, mTestResult); in onTaskFinished()123 mTestResult = Utils.COMPLETION_RESULT; in onRequestCompleteVoice()133 mTestResult = Utils.ABORT_RESULT; in onRequestAbortVoice()
83 private final PowerTestResult mTestResult = new PowerTestResult(); field in PowerTestHostLink191 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()
109 public boolean mTestResult = false; field in VideoEncoderDecoderTest.TestConfig377 mTestConfig.mTestResult = true; in doTestGoog()385 mTestConfig.mTestResult = true; in doTestOther()537 if (mTestConfig.mTestResult) { in doTestByName()574 if (mTestConfig.mTestResult) { in doTestByName()