Home
last modified time | relevance | path

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

/cts/hostsidetests/tagging/common/src/android/cts/tagging/
DServiceRunnerActivity.java116 mResult = TestingService.RESULT_TEST_UNKNOWN; in runServiceCommon()
131 while (mResult == TestingService.RESULT_TEST_UNKNOWN) { in runServiceCommon()
DTestingService.java35 public static final int RESULT_TEST_UNKNOWN = Activity.RESULT_FIRST_USER + 1; field in TestingService