Searched refs:getCacheKey (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/parsing/ |
D | PackageCacher.java | 72 private String getCacheKey(File packageFile, int flags) { in getCacheKey() method in PackageCacher 183 final String cacheKey = getCacheKey(packageFile, flags); in getCachedResult() 215 final String cacheKey = getCacheKey(packageFile, flags); in cacheResult()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarContentInsetsProvider.kt | 163 val key = getCacheKey(rotation, displayCutout) in <lambda>() 190 val key = getCacheKey(rotation, displayCutout) in <lambda>() 232 val key = getCacheKey(rotation, displayCutout) in <lambda>() 363 private fun getCacheKey(@Rotation rotation: Int, displayCutout: DisplayCutout?): CacheKey = in <lambda>() method
|
/frameworks/base/location/java/com/android/internal/location/altitude/ |
D | GeoidMap.java | 131 private static long getCacheKey(@NonNull MapParamsProto params, long s2CellId) { in getCacheKey() method in GeoidMap 152 long cacheKey = getCacheKey(params, s2CellIds[i]); in getUnitIntervalValues() 354 cacheKeys[i] = getCacheKey(params, s2CellIds[i]); in loadFromCacheAndDisk()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ValidateNotificationPeople.java | 283 final String cacheKey = getCacheKey(context.getUserId(), handle); in validatePeople() 321 protected static String getCacheKey(int userId, String handle) { in getCacheKey() method in ValidateNotificationPeople 549 final String cacheKey = getCacheKey(mContext.getUserId(), handle); in work()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ValidateNotificationPeopleTest.java | 379 cache.put(ValidateNotificationPeople.getCacheKey(1, lookup), lr); in testValidatePeople_noLookupWhenCached_andPopulatesContactInfo()
|
/frameworks/base/config/ |
D | boot-profile.txt | 417 Landroid/content/pm/PackageParser;->getCacheKey(Ljava/io/File;I)Ljava/lang/String;
|
D | boot-image-profile.txt | 28482 HSPLjava/util/ResourceBundle$BundleReference;->getCacheKey()Ljava/util/ResourceBundle$CacheKey;
|
/frameworks/base/services/ |
D | art-profile | 2743 HSPLcom/android/server/pm/parsing/PackageCacher;->getCacheKey(Ljava/io/File;I)Ljava/lang/String;
|
D | art-wear-profile | 20273 HPLcom/android/server/pm/parsing/PackageCacher;->getCacheKey(Ljava/io/File;I)Ljava/lang/String;
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 12877 Landroid/content/pm/PackageParser;->getCacheKey(Ljava/io/File;I)Ljava/lang/String;
|