OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:appsetup
(Results
1 - 3
of
3
) sorted by null
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
AppSetupFuncTest.java
28
* A functional test for {@link
AppSetup
}.
37
* Test end to end normal case for {@link
AppSetup
}.
46
AppSetup
appSetup
= new
AppSetup
();
48
OptionSetter optionSetter = new OptionSetter(
appSetup
);
50
appSetup
.setUp(getDevice(), appBuild);
53
appSetup
.tearDown(getDevice(), appBuild, null);
AppSetupTest.java
48
* Unit Tests for {@link
AppSetup
}.
54
private
AppSetup
mAppSetup;
61
mAppSetup = new
AppSetup
();
78
* Test for {@link
AppSetup
#setUp(ITestDevice, IBuildInfo)} when the IBuildInfo is not an
94
* Test for {@link
AppSetup
#setUp(ITestDevice, IBuildInfo)} when the apk installation fails
119
* Test for {@link
AppSetup
#setUp(ITestDevice, IBuildInfo)} when installation succeed but we
144
* Test for {@link
AppSetup
#setUp(ITestDevice, IBuildInfo)} when the install succeed but we
149
mAppSetup = new
AppSetup
() {
177
* Test for {@link
AppSetup
#setUp(ITestDevice, IBuildInfo)} when checking min sdk is enabled
182
mAppSetup = new
AppSetup
() {
[
all
...]
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
AppSetup.java
44
public class
AppSetup
implements ITargetPreparer, ITargetCleaner {
Completed in 261 milliseconds