OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstallLocation
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTests.java
206
PackageManagerHostTestUtils.
InstallLocation
expectedLocation)
210
if (expectedLocation == PackageManagerHostTestUtils.
InstallLocation
.DEVICE) {
236
PackageManagerHostTestUtils.
InstallLocation
expectedLocation)
257
* Regression test to verify that an app with its manifest set to
installLocation
=auto
271
Log.i(LOG_TAG, "Test
installLocation
=auto, prefer=auto gets installed on device");
273
PackageManagerHostTestUtils.
InstallLocation
.DEVICE);
277
* Regression test to verify that an app with its manifest set to
installLocation
=auto
292
Log.i(LOG_TAG, "Test
installLocation
=auto, prefer=internal gets installed on device");
294
PackageManagerHostTestUtils.
InstallLocation
.DEVICE);
298
* Regression test to verify that an app with its manifest set to
installLocation
=aut
[
all
...]
PackageManagerHostTestUtils.java
74
public static enum
InstallLocation
{
[
all
...]
Completed in 22 milliseconds