Home | History | Annotate | Download | only in pm

Lines Matching refs:INTERNAL

100     // one of: Internal, External, Auto, or None
278 * will install the app to the device when device's preference is internal.
292 Log.i(LOG_TAG, "Test installLocation=auto, prefer=internal gets installed on device");
293 installAppAutoLoc(PackageManagerHostTestUtils.InstallLocPreference.INTERNAL,
319 * Installs the Internal app using the preferred device install location specified,
370 Log.i(LOG_TAG, "Test installLocation=internal, prefer=auto gets installed on device");
377 * will install the app to the device when device's preference is internal.
391 Log.i(LOG_TAG, "Test installLocation=internal, prefer=internal is installed on device");
392 installAppInternalLoc(PackageManagerHostTestUtils.InstallLocPreference.INTERNAL,
412 Log.i(LOG_TAG, "Test installLocation=internal, prefer=external is installed on device");
477 * will install the app to the device when device's preference is internal.
491 Log.i(LOG_TAG, "Test installLocation=external, pref=internal gets installed on SD Card");
492 installAppExternalLoc(PackageManagerHostTestUtils.InstallLocPreference.INTERNAL,
592 * internal.
614 PackageManagerHostTestUtils.InstallLocPreference.INTERNAL);
626 * Regression test to verify that an app with its installLocation set to internal that is
642 Log.i(LOG_TAG, "Test an app with installLoc set to Internal gets installed to app-private");
671 Log.i(LOG_TAG, "Test an app with installLoc set to Internal gets installed to app-private");
898 // now replace the app with an update marked for internalOnly...(should move internal)