Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppRegistry.java149 File cookieFile = peekInstantCookieFile(packageName, userId); in getInstantAppCookieLPw()
298 File currentCookieFile = peekInstantCookieFile(pkg.packageName, userId); in onPackageInstalledLPw()
561 File cookie = peekInstantCookieFile(packageName, userId); in deleteInstantApplicationMetadataLPw()
620 || peekInstantCookieFile(packageName, userId) != null; in hasInstantAppMetadataLPr()
1024 private static @Nullable File peekInstantCookieFile(@NonNull String packageName, in peekInstantCookieFile() method in InstantAppRegistry
1202 File oldCookieFile = peekInstantCookieFile(pkg.packageName, userId); in schedulePersistLPw()
/frameworks/base/services/
Dart-profile10375 PLcom/android/server/pm/InstantAppRegistry;->peekInstantCookieFile(Ljava/lang/String;I)Ljava/io/Fil…