Home
last modified time | relevance | path

Searched defs:testResult (Results 1 – 19 of 19) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DClientTest.java399 final TestResult testResult = getResult(); in testStartNormal() local
411 final TestResult testResult = getResult(); in testStartNormal() local
424 final TestResult testResult = getResult(); in testStartNormal() local
506 final TestResult testResult = getResult(); in testStartExposed01() local
527 final TestResult testResult = getResult(); in testStartExposed02() local
549 final TestResult testResult = getResult(); in testStartExposed03() local
601 final TestResult testResult = getResult(); in testStartExposed06() local
621 final TestResult testResult = getResult(); in testStartExposed07() local
646 final TestResult testResult = getResult(); in testStartExposed08() local
675 final TestResult testResult = getResult(); in testStartExposed09() local
[all …]
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
DClientTest.java301 final TestResult testResult = getResult(); in testStartNormal() local
316 final TestResult testResult = getResult(); in testStartNormal() local
332 final TestResult testResult = getResult(); in testStartNormal() local
368 final TestResult testResult = getResult(); in testStartEphemeral() local
379 final TestResult testResult = getResult(); in testStartEphemeral() local
392 final TestResult testResult = getResult(); in testStartEphemeral() local
404 final TestResult testResult = getResult(); in testStartEphemeral() local
418 final TestResult testResult = getResult(); in testStartEphemeral() local
431 final TestResult testResult = getResult(); in testStartEphemeral() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsTestSuite.java42 public void run(TestResult testResult) { in run()
62 public void runTest(Test test, TestResult testResult) { in runTest()
DSensorCtsTestResult.java46 public SensorCtsTestResult(Context context, TestResult testResult) { in SensorCtsTestResult()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
DGnssCtsTestSuite.java42 public void run(TestResult testResult) { in run()
62 public void runTest(Test test, TestResult testResult) { in runTest()
DGnssCtsTestResult.java44 public GnssCtsTestResult(Context context, TestResult testResult) { in GnssCtsTestResult()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DSensorPowerTestActivity.java98 PowerTestHostLink.PowerTestResult testResult = mHostLink.run(); in testSensorsPower() local
/cts/hostsidetests/webkit/src/com/android/cts/webkit/
DWebViewHostSideStartupTest.java79 TestResult testResult = testResults.toArray(new TestResult[1])[0]; in assertDeviceTestPasses() local
/cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/
DSurfacePixelValidator.java144 public void finish(CapturedActivity.TestResult testResult) { in finish()
DSurfacePixelValidator2.java130 public void finish(CapturedActivity.TestResult testResult) { in finish()
DCapturedActivity.java187 TestResult testResult = new TestResult(); in runTest() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestResult.java88 public static Intent createResult(Activity activity, int testResult, String testName, in createResult()
95 public static void addResultData(Intent intent, int testResult, String testName, in addResultData()
DAbstractTestListActivity.java95 TestResult testResult = TestResult.fromActivityResult(resultCode, data); in handleLaunchTestResult() local
DTestResultsReport.java181 private TestStatus getTestResultStatus(int testResult) { in getTestResultStatus()
DTestListAdapter.java198 public void setTestResult(TestResult testResult) { in setTestResult()
278 int testResult = cursor.getInt(2); in getRefreshResults() local
445 int testResult = getTestResult(position); in getView() local
DTestResultsProvider.java106 static void setTestResult(Context context, String testName, int testResult, in setTestResult()
/cts/apps/CtsVerifier/jni/midi/
DMidiTestManager.cpp198 int testResult = TESTSTATUS_NOTRUN; in ProcessInput() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DPowerTestHostLink.java245 String testResult = request.substring(REQUEST_SET_TEST_RESULT.length()); in processClientRequest() local
/cts/tests/tests/media/libmediandkjni/
Dnative-mediadrm-jni.cpp299 jboolean testResult = JNI_FALSE; in Java_android_media_cts_NativeMediaDrmClearkeyTest__testPsshNative() local