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.java1185 private final SparseArray<ArrayMap<String, SomeArgs>> mPendingPersistCookies field in InstantAppRegistry.CookiePersistence
1216 mPendingPersistCookies.get(userId); in getPendingPersistCookieLPr()
1239 mPendingPersistCookies.get(userId); in addPendingPersistCookieLPw()
1242 mPendingPersistCookies.put(userId, pendingWorkForUser); in addPendingPersistCookieLPw()
1253 mPendingPersistCookies.get(userId); in removePendingPersistCookieLPr()
1258 mPendingPersistCookies.remove(userId); in removePendingPersistCookieLPr()