Searched defs:installFlags (Results 1 – 3 of 3) sorted by relevance
1612 private void moveFromRawResource(String outFileName, int rawResId, int installFlags, in moveFromRawResource()1658 private void sampleMoveFromRawResource(int installFlags, int moveFlags, boolean fail, in sampleMoveFromRawResource()1672 int installFlags = PackageManager.INSTALL_INTERNAL; in testMoveAppInternalToExternal() local1682 int installFlags = PackageManager.INSTALL_INTERNAL; in testMoveAppInternalToInternal() local1696 int installFlags = PackageManager.INSTALL_EXTERNAL; in testMoveAppExternalToExternal() local1710 int installFlags = PackageManager.INSTALL_EXTERNAL; in testMoveAppExternalToInternal() local1724 int installFlags = PackageManager.INSTALL_FORWARD_LOCK; in testMoveAppForwardLocked() local1738 int installFlags = 0; in testMoveAppFailInternalToExternalDelete() local
444 int installLocation, long sizeBytes, int installFlags) { in resolveInstallLocation()
880 public int installFlags; field in PackageInstaller.SessionParams