Home
last modified time | relevance | path

Searched refs:resolveInstallVolume (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DInstallLocationUtilsTests.java169 volume = InstallLocationUtils.resolveInstallVolume(getContext(), "package.name", in testResolveInstallVolumeInternal_SystemApp()
175 volume = InstallLocationUtils.resolveInstallVolume(getContext(), "package.name", in testResolveInstallVolumeInternal_SystemApp()
181 volume = InstallLocationUtils.resolveInstallVolume(getContext(), "package.name", in testResolveInstallVolumeInternal_SystemApp()
197 InstallLocationUtils.resolveInstallVolume(getContext(), "package.name", in testResolveInstallVolumeInternal_SystemApp()
207 InstallLocationUtils.resolveInstallVolume(getContext(), "package.name", in testResolveInstallVolumeInternal_SystemApp()
217 InstallLocationUtils.resolveInstallVolume(getContext(), "package.name", in testResolveInstallVolumeInternal_SystemApp()
227 InstallLocationUtils.resolveInstallVolume(getContext(), "package.name", in testResolveInstallVolumeInternal_SystemApp()
297 InstallLocationUtils.resolveInstallVolume(getContext(), "package.name", in testResolveInstallVolumeAdopted_3rdParty_existing_too_big()
307 InstallLocationUtils.resolveInstallVolume(getContext(), "package.name", in testResolveInstallVolumeAdopted_3rdParty_existing_too_big()
317 InstallLocationUtils.resolveInstallVolume(getContext(), "package.name", in testResolveInstallVolumeAdopted_3rdParty_existing_too_big()
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/content/
H A DInstallLocationUtils.java146 public static String resolveInstallVolume(Context context, String packageName, in resolveInstallVolume() method in InstallLocationUtils
153 return resolveInstallVolume(context, params, testInterface); in resolveInstallVolume()
165 public static String resolveInstallVolume(Context context, SessionParams params) in resolveInstallVolume() method in InstallLocationUtils
168 return resolveInstallVolume(context, params.appPackageName, params.installLocation, in resolveInstallVolume()
190 public static String resolveInstallVolume(Context context, SessionParams params, in resolveInstallVolume() method in InstallLocationUtils
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java879 params.volumeUuid = InstallLocationUtils.resolveInstallVolume(mContext, params);