Home
last modified time | relevance | path

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

123

/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/util/src/com/android/cts/util/
DTestResult.java27 public class TestResult implements Parcelable { class
76 private TestResult(String packageName, String componentName, String methodName, in TestResult() method in TestResult
101 public static final Creator<TestResult> CREATOR = new Creator<TestResult>() {
102 public TestResult createFromParcel(Parcel source) {
103 return new TestResult(source);
105 public TestResult[] newArray(int size) {
106 return new TestResult[size];
110 private TestResult(Parcel source) { in TestResult() method in TestResult
153 public TestResult build() { in build()
154 return new TestResult(packageName, componentName, methodName, in build()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
DClientTest.java39 import com.android.cts.util.TestResult;
70 private final SynchronousQueue<TestResult> mResultQueue = new SynchronousQueue<>();
298 final TestResult testResult = getResult(); in testStartNormal()
312 final TestResult testResult = getResult(); in testStartNormal()
327 final TestResult testResult = getResult(); in testStartNormal()
362 final TestResult testResult = getResult(); in testStartEphemeral()
373 final TestResult testResult = getResult(); in testStartEphemeral()
386 final TestResult testResult = getResult(); in testStartEphemeral()
398 final TestResult testResult = getResult(); in testStartEphemeral()
417 private TestResult getResult() { in getResult()
[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()
DNormalActivity.java28 import com.android.cts.util.TestResult;
47 TestResult.getBuilder() in onCreate()
DNormalWebActivity.java28 import com.android.cts.util.TestResult;
50 TestResult.getBuilder() in onCreate()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DClientTest.java51 import com.android.cts.util.TestResult;
88 private final SynchronousQueue<TestResult> mResultQueue = new SynchronousQueue<>();
326 final TestResult testResult = getResult(); in testStartNormal()
337 final TestResult testResult = getResult(); in testStartNormal()
349 final TestResult testResult = getResult(); in testStartNormal()
429 final TestResult testResult = getResult(); in testStartExposed01()
449 final TestResult testResult = getResult(); in testStartExposed02()
470 final TestResult testResult = getResult(); in testStartExposed03()
519 final TestResult testResult = getResult(); in testStartExposed06()
539 final TestResult testResult = getResult(); in testStartExposed07()
[all …]
DEphemeralService.java32 import com.android.cts.util.TestResult;
40 TestResult.getBuilder() in onBind()
52 TestResult.getBuilder() in onStartCommand()
DEphemeralActivity2.java26 import com.android.cts.util.TestResult;
35 TestResult.getBuilder() in onCreate()
DEphemeralActivity3.java26 import com.android.cts.util.TestResult;
35 TestResult.getBuilder() in onCreate()
DEphemeralActivity.java28 import com.android.cts.util.TestResult;
37 TestResult.getBuilder() in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
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()
DGnssCtsTestSuite.java20 import junit.framework.TestResult;
42 public void run(TestResult testResult) { in run()
62 public void runTest(Test test, TestResult testResult) { in runTest()
/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/managedprovisioning/
DAuthenticationBoundKeyTestActivity.java27 import com.android.cts.verifier.TestResult;
128 setTestResult(mLockScreenBoundKeyTest, TestResult.TEST_RESULT_FAILED); in onFinish()
136 setTestResult(mLockScreenBoundKeyTest, TestResult.TEST_RESULT_FAILED); in onFinish()
178 setTestResult(mFingerprintBoundKeyTest, TestResult.TEST_RESULT_FAILED); in setupTests()
308 setTestResult(mLockScreenBoundKeyTest, TestResult.TEST_RESULT_PASSED); in handleActivityResult()
311 setTestResult(mLockScreenBoundKeyTest, TestResult.TEST_RESULT_FAILED); in handleActivityResult()
315 setTestResult(mLockScreenBoundKeyTest, TestResult.TEST_RESULT_FAILED); in handleActivityResult()
355 setTestResult(mFingerprintBoundKeyTest, TestResult.TEST_RESULT_PASSED); in onAuthenticationSucceeded()
358 setTestResult(mFingerprintBoundKeyTest, TestResult.TEST_RESULT_FAILED); in onAuthenticationSucceeded()
DTurnOffWorkActivity.java37 import com.android.cts.verifier.TestResult;
49 setTestResult(mTurnOffWorkTest, TestResult.TEST_RESULT_PASSED);
51 setTestResult(mTurnOnWorkTest, TestResult.TEST_RESULT_PASSED);
80 setTestResult(mTurnOffWorkTest, TestResult.TEST_RESULT_NOT_EXECUTED); in onCreate()
81 setTestResult(mTurnOnWorkTest, TestResult.TEST_RESULT_NOT_EXECUTED); in onCreate()
DByodFlowTestActivity.java39 import com.android.cts.verifier.TestResult;
187 TestResult.TEST_RESULT_PASSED : TestResult.TEST_RESULT_FAILED); in handleStatusUpdate()
627 setTestResult(mProfileOwnerInstalled, TestResult.TEST_RESULT_FAILED); in queryProfileOwner()
640 setTestResult(mDiskEncryptionTest, TestResult.TEST_RESULT_FAILED); in checkDiskEncryption()
648 setTestResult(mDiskEncryptionTest, TestResult.TEST_RESULT_FAILED); in handleDiskEncryptionStatus()
657 setTestResult(mDiskEncryptionTest, TestResult.TEST_RESULT_PASSED); in handleDiskEncryptionStatus()
669 setTestResult(mDiskEncryptionTest, TestResult.TEST_RESULT_FAILED); in handleDiskEncryptionStatus()
681 setTestResult(mDiskEncryptionTest, TestResult.TEST_RESULT_FAILED); in handleSetLockForEncryption()
699 setTestResult(mIntentFiltersTest, TestResult.TEST_RESULT_FAILED); in checkIntentFilters()
719 intentFiltersSet ? TestResult.TEST_RESULT_PASSED : TestResult.TEST_RESULT_FAILED); in handleIntentFiltersStatus()
/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
DDialogTestListActivity.java130 setTestResult(mTest, TestResult.TEST_RESULT_PASSED); in onPass()
136 setTestResult(mTest, TestResult.TEST_RESULT_FAILED); in onFail()
193 setTestResult(test, TestResult.TEST_RESULT_FAILED); in handleItemClick()
213 setTestResult(test, TestResult.TEST_RESULT_FAILED); in startTestIntent()
226 TestResult.addResultData(resultIntent, result, test.testName, /* testDetails */ null, in setTestResult()
235 TestResult.addResultData(resultIntent, result, testName, /* testDetails */ null, in setTestResult()
/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/common/util/tests/src/com/android/compatibility/common/util/
DTestResultTest.java30 private TestResult mResult;
35 mResult = new TestResult(mCase, METHOD_1); in setUp()
/cts/common/util/src/com/android/compatibility/common/util/
DTestSuiteFilter.java19 import junit.framework.TestResult;
82 public void runTest(Test test, TestResult result) { in runTest()
86 private void runTests(Test test, TestResult result) { in runTests()
/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()

123