Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DAdoptableHostTest.java229 new InstallMultiple().locationAuto().forceUuid(vol.uuid) in testPackageInstaller()
235 new InstallMultiple().locationAuto().inheritFrom(PKG) in testPackageInstaller()
257 new InstallMultiple().locationAuto().forceUuid(vol.uuid).addApk(APK).run(); in testEjected()
DBaseInstallMultiple.java81 T locationAuto() { in locationAuto() method in BaseInstallMultiple