Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppRegistry.java1162 private final SparseArray<ArrayMap<PackageParser.Package, SomeArgs>> mPendingPersistCookies field in InstantAppRegistry.CookiePersistence
1192 mPendingPersistCookies.get(userId); in getPendingPersistCookieLPr()
1215 mPendingPersistCookies.get(userId); in addPendingPersistCookieLPw()
1218 mPendingPersistCookies.put(userId, pendingWorkForUser); in addPendingPersistCookieLPw()
1229 mPendingPersistCookies.get(userId); in removePendingPersistCookieLPr()
1234 mPendingPersistCookies.remove(userId); in removePendingPersistCookieLPr()