Searched refs:PACKAGE_NAME_TO_KEY (Results 1 – 1 of 1) sorted by relevance
17 …private static final ConcurrentHashMap<String, Key> PACKAGE_NAME_TO_KEY = new ConcurrentHashMap<St… field in ApplicationVersionSignature25 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()