Home
last modified time | relevance | path

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

/cts/hostsidetests/rollback/src/com/android/cts/rollback/host/
DRollbackManagerHostTest.java28 import android.cts.install.lib.host.InstallUtilsHost;
45 private final InstallUtilsHost mHostUtils = new InstallUtilsHost(this);
/cts/libs/install/src/android/cts/install/lib/host/
DInstallUtilsHost.java48 public class InstallUtilsHost { class
49 private static final String TAG = InstallUtilsHost.class.getSimpleName();
56 public InstallUtilsHost(BaseHostJUnit4Test test) { in InstallUtilsHost() method in InstallUtilsHost
/cts/hostsidetests/stagedinstall/src/com/android/tests/stagedinstall/host/
DApexShimValidationTest.java28 import android.cts.install.lib.host.InstallUtilsHost;
70 private final InstallUtilsHost mHostUtils = new InstallUtilsHost(this);
DStagedInstallTest.java30 import android.cts.install.lib.host.InstallUtilsHost;
66 private final InstallUtilsHost mHostUtils = new InstallUtilsHost(this);
/cts/libs/install/
DAndroid.bp176 srcs: ["src/**/host/InstallUtilsHost.java"],