Home
last modified time | relevance | path

Searched refs:INSTANT (Results 1 – 9 of 9) sorted by relevance

/tools/tradefederation/core/atest/
Datest_arg_parser.py52 INSTANT = ('Run the instant_app version of the module if the module supports it. ' variable
175 self.add_argument('--instant', action='store_true', help=INSTANT)
258 INSTANT=INSTANT,
Dconstants_default.py49 INSTANT = 'INSTANT' variable
Datest.py189 'instant': constants.INSTANT,
/tools/asuite/atest/
Datest_arg_parser.py52 INSTANT = ('Run the instant_app version of the module if the module supports it. ' variable
189 self.add_argument('--instant', action='store_true', help=INSTANT)
275 INSTANT=INSTANT,
Dconstants_default.py51 INSTANT = 'INSTANT' variable
Datest.py189 'instant': constants.INSTANT,
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DTestAppInstallSetup.java72 INSTANT, enumConstant
303 if (InstallMode.INSTANT.equals(mInstallationMode)) { in setUp()
/tools/tradefederation/core/atest/test_runners/
Datest_tf_test_runner.py384 if constants.INSTANT == arg:
/tools/asuite/atest/test_runners/
Datest_tf_test_runner.py422 if constants.INSTANT == arg: