Home
last modified time | relevance | path

Searched refs:TestResult (Results 1 – 25 of 65) sorted by relevance

123

/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/util/src/com/android/cts/util/
DTestResult.java25 public class TestResult implements Parcelable { class
87 private TestResult(String packageName, String componentName, String methodName, in TestResult() method in TestResult
115 public static final Creator<TestResult> CREATOR = new Creator<TestResult>() {
116 public TestResult createFromParcel(Parcel source) {
117 return new TestResult(source);
119 public TestResult[] newArray(int size) {
120 return new TestResult[size];
124 private TestResult(Parcel source) { in TestResult() method in TestResult
173 public TestResult build() { in build()
174 return new TestResult(packageName, componentName, methodName, in build()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DEphemeralResult.java30 import com.android.cts.util.TestResult;
41 && intent.hasExtra(TestResult.EXTRA_TEST_RESULT)) { in onCreate()
42 ((TestResult) intent.getParcelableExtra(TestResult.EXTRA_TEST_RESULT)).broadcast(this); in onCreate()
DEphemeralService.java32 import com.android.cts.util.TestResult;
40 TestResult.getBuilder() in onBind()
53 TestResult.getBuilder() in onStartCommand()
DEphemeralActivity3.java26 import com.android.cts.util.TestResult;
35 TestResult.getBuilder() in onCreate()
DEphemeralActivity2.java26 import com.android.cts.util.TestResult;
35 TestResult.getBuilder() in onCreate()
DClientTest.java74 import com.android.cts.util.TestResult;
114 private final SynchronousQueue<TestResult> mResultQueue = new SynchronousQueue<>();
401 final TestResult testResult = getResult(); in testStartNormal()
413 final TestResult testResult = getResult(); in testStartNormal()
426 final TestResult testResult = getResult(); in testStartNormal()
508 final TestResult testResult = getResult(); in testStartExposed01()
529 final TestResult testResult = getResult(); in testStartExposed02()
551 final TestResult testResult = getResult(); in testStartExposed03()
603 final TestResult testResult = getResult(); in testStartExposed06()
623 final TestResult testResult = getResult(); in testStartExposed07()
[all …]
DEphemeralActivity.java30 import com.android.cts.util.TestResult;
47 TestResult.getBuilder() in onCreate()
/cts/hostsidetests/webkit/src/com/android/cts/webkit/
DWebViewHostSideStartupTest.java20 import com.android.ddmlib.testrunner.TestResult.TestStatus;
23 import com.android.tradefed.result.TestResult;
75 Collection<TestResult> testResults = testRunResult.getTestResults().values(); in assertDeviceTestPasses()
78 TestResult testResult = testResults.toArray(new TestResult[1])[0]; in assertDeviceTestPasses()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
DClientTest.java40 import com.android.cts.util.TestResult;
71 private final SynchronousQueue<TestResult> mResultQueue = new SynchronousQueue<>();
300 final TestResult testResult = getResult(); in testStartNormal()
315 final TestResult testResult = getResult(); in testStartNormal()
331 final TestResult testResult = getResult(); in testStartNormal()
367 final TestResult testResult = getResult(); in testStartEphemeral()
378 final TestResult testResult = getResult(); in testStartEphemeral()
391 final TestResult testResult = getResult(); in testStartEphemeral()
403 final TestResult testResult = getResult(); in testStartEphemeral()
417 final TestResult testResult = getResult(); in testStartEphemeral()
[all …]
DExposedService.java26 import com.android.cts.util.TestResult;
39 TestResult.getBuilder() in onBind()
60 TestResult.getBuilder() in onStartCommand()
DNormalService.java25 import com.android.cts.util.TestResult;
44 TestResult.getBuilder() in onStartCommand()
DExposedActivity.java28 import com.android.cts.util.TestResult;
48 TestResult.getBuilder() in onCreate()
DNormalWebActivity.java28 import com.android.cts.util.TestResult;
50 TestResult.getBuilder() in onCreate()
DNormalActivity.java30 import com.android.cts.util.TestResult;
57 TestResult.getBuilder() in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsTestSuite.java20 import junit.framework.TestResult;
42 public void run(TestResult testResult) { in run()
62 public void runTest(Test test, TestResult testResult) { in runTest()
DSensorCtsTestResult.java25 import junit.framework.TestResult;
40 class SensorCtsTestResult extends TestResult {
42 private final TestResult mWrappedTestResult;
46 public SensorCtsTestResult(Context context, TestResult testResult) { in SensorCtsTestResult()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
DGnssCtsTestSuite.java20 import junit.framework.TestResult;
42 public void run(TestResult testResult) { in run()
62 public void runTest(Test test, TestResult testResult) { in runTest()
DGnssCtsTestResult.java25 import junit.framework.TestResult;
38 public class GnssCtsTestResult extends TestResult {
40 private final TestResult mWrappedTestResult;
44 public GnssCtsTestResult(Context context, TestResult testResult) { in GnssCtsTestResult()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/UserApp/src/com/android/cts/userapp/
DUserActivity.java25 import com.android.cts.util.TestResult;
34 TestResult.getBuilder() in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestResult.java31 public class TestResult { class
90 static TestResult fromActivityResult(int resultCode, Intent data) { in fromActivityResult()
95 return new TestResult(name, result, details, reportLog); in fromActivityResult()
98 private TestResult( in TestResult() method in TestResult
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DTurnOffWorkActivity.java38 import com.android.cts.verifier.TestResult;
50 setTestResult(mTurnOffWorkTest, TestResult.TEST_RESULT_PASSED);
52 setTestResult(mTurnOnWorkTest, TestResult.TEST_RESULT_PASSED);
81 setTestResult(mTurnOffWorkTest, TestResult.TEST_RESULT_NOT_EXECUTED); in onCreate()
82 setTestResult(mTurnOnWorkTest, TestResult.TEST_RESULT_NOT_EXECUTED); in onCreate()
DAuthenticationBoundKeyTestActivity.java28 import com.android.cts.verifier.TestResult;
129 setTestResult(mLockScreenBoundKeyTest, TestResult.TEST_RESULT_FAILED); in onFinish()
137 setTestResult(mLockScreenBoundKeyTest, TestResult.TEST_RESULT_FAILED); in onFinish()
179 setTestResult(mFingerprintBoundKeyTest, TestResult.TEST_RESULT_FAILED); in setupTests()
311 setTestResult(mLockScreenBoundKeyTest, TestResult.TEST_RESULT_PASSED); in handleActivityResult()
314 setTestResult(mLockScreenBoundKeyTest, TestResult.TEST_RESULT_FAILED); in handleActivityResult()
318 setTestResult(mLockScreenBoundKeyTest, TestResult.TEST_RESULT_FAILED); in handleActivityResult()
361 TestResult.TEST_RESULT_PASSED); in onAuthenticationSucceeded()
365 TestResult.TEST_RESULT_FAILED); in onAuthenticationSucceeded()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/ImplicitlyExposedApp/src/com/android/cts/implicitapp/
DImplicitActivity.java28 import com.android.cts.util.TestResult;
47 TestResult.getBuilder() in onCreate()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp2/src/com/android/cts/ephemeralapp2/
DEphemeralActivity.java30 import com.android.cts.util.TestResult;
46 TestResult.getBuilder() in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DCAInstallNotificationVerifierActivity.java39 import com.android.cts.verifier.TestResult;
76 setTestResult(this, TestResult.TEST_RESULT_PASSED); in setupTests()
84 setTestResult(this, TestResult.TEST_RESULT_PASSED); in setupTests()

123