Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DTestAppInstallSetup.java160 private InstallMode mInstallationMode = null; field in TestAppInstallSetup
302 if (mInstallationMode != null) { in setUp()
303 if (InstallMode.INSTANT.equals(mInstallationMode)) { in setUp()