Home
last modified time | relevance | path

Searched defs:encryptionParams (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DDefaultContainerService.java451 ContainerEncryptionParams encryptionParams) throws FileNotFoundException, IOException, in copyFile()
519 public ApkContainer(InputStream inStream, ContainerEncryptionParams encryptionParams) in ApkContainer()
537 private Mac getMacInstance(ContainerEncryptionParams encryptionParams) throws IOException { in getMacInstance()
564 ContainerEncryptionParams encryptionParams) throws IOException { in getDecryptedStream()
/frameworks/base/core/java/com/android/internal/app/
DIMediaContainerService.aidl29 int copyResource(in Uri packageURI, in ContainerEncryptionParams encryptionParams, in copyResource()
/frameworks/base/test-runner/src/android/test/mock/
DMockPackageManager.java557 ManifestDigest manifestDigest, ContainerEncryptionParams encryptionParams) { in installPackageWithVerification()
567 VerificationParams verificationParams, ContainerEncryptionParams encryptionParams) { in installPackageWithVerificationAndEncryption()
/frameworks/base/core/java/android/content/pm/
DIPackageManager.aidl366 in ManifestDigest manifestDigest, in ContainerEncryptionParams encryptionParams); in installPackageWithVerification()
371 in ContainerEncryptionParams encryptionParams); in installPackageWithVerificationAndEncryption()
DPackageManager.java2449 ContainerEncryptionParams encryptionParams); in installPackageWithVerification()
2480 ContainerEncryptionParams encryptionParams); in installPackageWithVerificationAndEncryption()
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java1031 ManifestDigest manifestDigest, ContainerEncryptionParams encryptionParams) { in installPackageWithVerification()
1043 VerificationParams verificationParams, ContainerEncryptionParams encryptionParams) { in installPackageWithVerificationAndEncryption()
/frameworks/base/cmds/pm/src/com/android/commands/pm/
DPm.java858 final ContainerEncryptionParams encryptionParams; in runInstall() local
/frameworks/base/services/java/com/android/server/pm/
DPackageManagerService.java5606 ManifestDigest manifestDigest, ContainerEncryptionParams encryptionParams) { in installPackageWithVerification()
5615 VerificationParams verificationParams, ContainerEncryptionParams encryptionParams) { in installPackageWithVerificationAndEncryption()
6194 final ContainerEncryptionParams encryptionParams; field in PackageManagerService.InstallParams
6199 ContainerEncryptionParams encryptionParams, UserHandle user) { in InstallParams()