Searched refs:COMPLETION_RESULT (Results 1 – 6 of 6) sorted by relevance
28 assertEquals(Utils.COMPLETION_RESULT, runTest(TestcaseType.SET_ALARM_FOR_DISMISSAL)); in testAll()29 assertEquals(Utils.COMPLETION_RESULT, runTest(TestcaseType.DISMISS_ALARM)); in testAll()
28 assertEquals(Utils.COMPLETION_RESULT, runTest(TestcaseType.SET_ALARM)); in testAll()
36 assertTrue(result.equals(Utils.ABORT_RESULT) || result.equals(Utils.COMPLETION_RESULT)); in testAll()
111 if (!isIntentSupported(testCaseType)) return Utils.COMPLETION_RESULT; in runTest()
35 public static final String COMPLETION_RESULT = "completion"; field in Utils
123 mTestResult = Utils.COMPLETION_RESULT; in onRequestCompleteVoice()