Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DValidateNotificationPeople.java251 final String cacheKey = getCacheKey(context.getUserId(), handle); in validatePeople()
279 private String getCacheKey(int userId, String handle) { in getCacheKey() method in ValidateNotificationPeople
508 final String cacheKey = getCacheKey(mContext.getUserId(), handle); in work()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java1050 private String getCacheKey(File packageFile, int flags) { in getCacheKey() method in PackageParser
1144 final String cacheKey = getCacheKey(packageFile, flags); in getCachedResult()
1186 final String cacheKey = getCacheKey(packageFile, flags); in cacheResult()