Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DTestAppInstallSetup.java70 private enum InstallMode { enum in TestAppInstallSetup
160 private InstallMode mInstallationMode = null;
303 if (InstallMode.INSTANT.equals(mInstallationMode)) { in setUp()