/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/ |
D | SettingsPreparerTest.java | 41 private TestInformation mTestInfo; field in SettingsPreparerTest 60 mTestInfo = TestInformation.newBuilder().setInvocationContext(context).build(); in setUp() 67 mSettingsPreparer.run(mTestInfo); in testCorrectOneExpected() 77 mSettingsPreparer.run(mTestInfo); in testCorrectManyExpected() 85 mSettingsPreparer.run(mTestInfo); in testIncorrectOneExpected() 100 mSettingsPreparer.run(mTestInfo); in testIncorrectManyExpected() 111 mSettingsPreparer.run(mTestInfo); in testCommandRun() 120 mSettingsPreparer.run(mTestInfo); in testCommandRunWrongSetValue()
|
D | PropertyCheckTest.java | 38 private TestInformation mTestInfo; field in PropertyCheckTest 56 mTestInfo = TestInformation.newBuilder().setInvocationContext(context).build(); in setUp() 64 mPropertyCheck.run(mTestInfo); // no warnings or errors in testWarningMatch() 72 mPropertyCheck.run(mTestInfo); // should only print a warning in testWarningMismatch() 80 mPropertyCheck.run(mTestInfo); // no warnings or errors in testErrorMatch() 89 mPropertyCheck.run(mTestInfo); // expecting TargetSetupError in testErrorMismatch()
|
D | VtsDeviceInfoCollectorTest.java | 58 private TestInformation mTestInfo; field in VtsDeviceInfoCollectorTest 81 mTestInfo = TestInformation.newBuilder().setInvocationContext(context).build(); in setUp() 88 new VtsDeviceInfoCollector().setUp(mTestInfo); in testVendorProperties() 112 new VtsDeviceInfoCollector().setUp(mTestInfo); in testOdmProperties()
|
D | DeviceInfoCollectorTest.java | 49 private TestInformation mTestInfo; field in DeviceInfoCollectorTest 61 mTestInfo = TestInformation.newBuilder().setInvocationContext(context).build(); in setUp() 86 mCollector.setUp(mTestInfo); in pullDeviceInfo_fail() 100 mCollector.setUp(mTestInfo); in pullDeviceInfo()
|
D | MediaPreparerTest.java | 48 private TestInformation mTestInfo; field in MediaPreparerTest 59 mTestInfo = TestInformation.newBuilder().setInvocationContext(context).build(); in setUp() 171 mMediaPreparer.setUp(mTestInfo); in testSkipMediaDownload() 205 mMediaPreparer.setUp(mTestInfo); in testWithBothPushAllAndImagesOnly() 238 mMediaPreparer.setUp(mTestInfo); in testMediaDownloadOnly_existsOnDevice()
|
D | DynamicConfigPusherTest.java | 62 private TestInformation mTestInfo; field in DynamicConfigPusherTest 75 mTestInfo = TestInformation.newBuilder().setInvocationContext(mModuleContext).build(); in setUp() 276 mPreparer.setUp(mTestInfo); in testSetUp()
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/ |
D | JarHostTestTest.java | 64 private TestInformation mTestInfo; field in JarHostTestTest 90 mTestInfo = TestInformation.newBuilder().build(); in setUp() 91 mTestInfo.executionFiles().put(FilesKey.TESTS_DIRECTORY, mTestDir); in setUp() 148 List<IRemoteTest> res = (List<IRemoteTest>) mTest.split(1, mTestInfo); in testSplit_withoutJar() 166 List<IRemoteTest> res = (List<IRemoteTest>) mTest.split(1, mTestInfo); in testSplit_withJar() 216 mTest.run(mTestInfo, mListener); in testCountTestFails() 242 mTest.run(mTestInfo, mListener); in testJarHostMetrics()
|
/test/mlts/benchmark/src/com/android/nn/benchmark/core/ |
D | BenchmarkResult.java | 36 private String mTestInfo; field in BenchmarkResult 73 mTestInfo = testInfo; in BenchmarkResult() 113 mTestInfo = in.readString(); in BenchmarkResult() 144 dest.writeString(mTestInfo); in writeToParcel() 193 "mTestInfo='" + mTestInfo + '\'' + in toString() 286 sb.append(mTestInfo).append(',').append(mBackendType); in toCsvLine()
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/retry/ |
D | RetryFactoryTestTest.java | 68 private TestInformation mTestInfo; field in RetryFactoryTestTest 112 mTestInfo = TestInformation.newBuilder().setInvocationContext(mMockContext).build(); in setUp() 155 mFactory.run(mTestInfo, mMockListener); in testRetry_receiveOption() 201 mFactory.run(mTestInfo, mMockListener); in testValidation()
|