Searched refs:TEST_RESULT (Results 1 – 4 of 4) sorted by relevance
38 private static final String TEST_RESULT = "result"; field in TestResult81 intent.putExtra(TEST_RESULT, testResult); in addResultData()92 int result = data.getIntExtra(TEST_RESULT, TEST_RESULT_NOT_EXECUTED); in fromActivityResult()
34 public static final String TEST_RESULT = "test_result"; field in Utils
107 broadcastIntent.putExtra(Utils.TEST_RESULT, mTestResult); in onTaskFinished()111 ", test_result = " + broadcastIntent.getStringExtra(Utils.TEST_RESULT)); in onTaskFinished()
143 AlarmClockTestBase.this.mTestResult = intent.getStringExtra(Utils.TEST_RESULT); in onReceive()