Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppRegistry.java308 if (currentCookieFile.equals(computeInstantCookieFile(pkg.packageName, in onPackageInstalledLPw()
314 if (pkg.mSignatures.length > 1 && currentCookieFile.equals(computeInstantCookieFile( in onPackageInstalledLPw()
992 private static @NonNull File computeInstantCookieFile(@NonNull String packageName, in computeInstantCookieFile() method in InstantAppRegistry
1175 File newCookieFile = computeInstantCookieFile(pkg.packageName, in schedulePersistLPw()