Home
last modified time | relevance | path

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

/external/glide/library/src/main/java/com/bumptech/glide/signature/
DApplicationVersionSignature.java17 …private static final ConcurrentHashMap<String, Key> PACKAGE_NAME_TO_KEY = new ConcurrentHashMap<St… field in ApplicationVersionSignature
25 Key result = PACKAGE_NAME_TO_KEY.get(packageName); in obtain()
28 result = PACKAGE_NAME_TO_KEY.putIfAbsent(packageName, toAdd); in obtain()
40 PACKAGE_NAME_TO_KEY.clear(); in reset()