Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/content/pm/
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()
187 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()
245 volume = InstallLocationUtils.resolveInstallVolume(getContext(), "package.name", in testResolveInstallVolumeInternal_3rdParty_existing_not_too_big()
251 volume = InstallLocationUtils.resolveInstallVolume(getContext(), "package.name", in testResolveInstallVolumeInternal_3rdParty_existing_not_too_big()
[all …]
/frameworks/base/core/java/com/android/internal/content/
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
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerService.java955 params.volumeUuid = InstallLocationUtils.resolveInstallVolume(mContext, params);