/tools/tradefederation/core/javatests/com/android/tradefed/testtype/ |
D | IsolatedHostTestTest.java | 276 TestInformation testInfo = TestInformation.newBuilder().build(); in testSimpleFailingTestLifecycle() local 297 TestInformation testInfo = TestInformation.newBuilder().build(); in testSimplePassingTestLifecycle() local 319 TestInformation testInfo = TestInformation.newBuilder().build(); in testIncludeFilterByMethodLifecycle() local 341 TestInformation testInfo = TestInformation.newBuilder().build(); in testIncludeFilterByClassLifecycle() local 373 TestInformation testInfo = TestInformation.newBuilder().build(); in testIncludeFilterByModuleLifecycle() local 407 TestInformation testInfo = TestInformation.newBuilder().build(); in testExcludeFilterByMethodLifecycle() local 431 TestInformation testInfo = TestInformation.newBuilder().build(); in testExcludeFilterByClassLifecycle() local 447 TestInformation testInfo = TestInformation.newBuilder().build(); in testExcludeFilterByModuleLifecycle() local 466 TestInformation testInfo = TestInformation.newBuilder().build(); in testConflictingFilterLifecycle() local 491 TestInformation testInfo = TestInformation.newBuilder().build(); in testConflictingFilterNoTestsLeftLifecycle() local [all …]
|
/tools/tradefederation/contrib/src/com/android/tradefed/targetprep/ |
D | AddWhitelistPackage.java | 37 public void setUp(TestInformation testInfo) in setUp() 48 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | UserCleaner.java | 32 public void setUp(TestInformation testInfo) in setUp() 38 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
|
D | RebootTargetPreparer.java | 36 public void setUp(TestInformation testInfo) in setUp() 45 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
|
D | SemaphoreTokenTargetPreparer.java | 45 public void setUp(TestInformation testInfo) in setUp() 66 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
|
D | CompileBootImageWithSpeedTargetPreparer.java | 46 public void setUp(TestInformation testInfo) in setUp() 65 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
|
D | DeviceStringPusher.java | 42 public void setUp(TestInformation testInfo) in setUp() 55 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
|
D | DisableSELinuxTargetPreparer.java | 39 public void setUp(TestInformation testInfo) in setUp() 69 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
|
D | RunHostScriptTargetPreparer.java | 84 public final void setUp(TestInformation testInfo) in setUp() 151 private File findScriptFile(TestInformation testInfo) { in findScriptFile() 172 private void setPathVariable(TestInformation testInfo) { in setPathVariable()
|
D | TearDownPassThroughPreparer.java | 52 public void setUp(TestInformation testInfo) { in setUp() 58 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
|
D | RootTargetPreparer.java | 51 public void setUp(TestInformation testInfo) in setUp() 67 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
|
D | PerfettoPreparer.java | 49 public void setUp(TestInformation testInfo) in setUp() 83 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
|
D | FolderSaver.java | 55 public void setUp(TestInformation testInfo) in setUp() 70 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
|
D | DeviceStorageFiller.java | 50 public void setUp(TestInformation testInfo) in setUp() 67 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
|
D | WifiPreparer.java | 69 public void setUp(TestInformation testInfo) in setUp() 120 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/ |
D | RunBeforesWithInfo.java | 30 private final TestInformation testInfo; field in RunBeforesWithInfo 35 Statement next, List<FrameworkMethod> befores, TestInformation testInfo) { in RunBeforesWithInfo()
|
D | RunAftersWithInfo.java | 32 private final TestInformation testInfo; field in RunAftersWithInfo 37 Statement next, List<FrameworkMethod> afters, TestInformation testInfo) { in RunAftersWithInfo()
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/multi/ |
D | HelloWorldMultiTargetPreparer.java | 33 public void setUp(TestInformation testInfo) throws TargetSetupError { in setUp() 52 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | VisibleBackgroundUserPreparer.java | 53 public void setUp(TestInformation testInfo) in setUp() 83 TestInformation testInfo, ITestDevice device, int userId) in startUserVisibleOnBackground() 137 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
|
D | ProfileTargetPreparer.java | 81 public void setUp(TestInformation testInfo) in setUp() 119 private boolean userTypeIsSupported(TestInformation testInfo) in userTypeIsSupported() 138 private boolean matchesApiLevel(TestInformation testInfo, int apiLevel) in matchesApiLevel() 194 private int createProfile(TestInformation testInfo) in createProfile() 289 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown() 311 private boolean checkTrueOrSkipOnDevice(boolean value, String reason, TestInformation testInfo) in checkTrueOrSkipOnDevice() 319 private boolean featuresAreSupported(TestInformation testInfo, String... features) in featuresAreSupported()
|
D | RunOnSystemUserTargetPreparer.java | 41 public void setUp(TestInformation testInfo) in setUp() 51 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
|
D | CreateUserPreparer.java | 42 public void setUp(TestInformation testInfo) in setUp() 76 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
|
/tools/asuite/atest/java/src/com/android/atest/ |
D | AtestLogArtifactsUploader.java | 44 public void setUp(TestInformation testInfo) { in setUp() 49 public void tearDown(TestInformation testInfo, Throwable e) { in tearDown()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | IInvocationExecution.java | 49 TestInformation testInfo, in fetchBuild() 77 TestInformation testInfo, IConfiguration config, final ITestLogger logger) in doSetup() 116 TestInformation testInfo, in doTeardown() 149 TestInformation testInfo, in shardConfig()
|
/tools/tradefederation/contrib/src/com/android/scenario/ |
D | AppSetup.java | 65 public void run(TestInformation testInfo, final ITestInvocationListener listener) in run() 92 protected void runTest(TestInformation testInfo, final ITestInvocationListener listener) in runTest()
|