HomeSort by relevance Sort by last modified time
    Searched defs:PACKAGE_NAME_TO_KEY (Results 1 - 3 of 3) sorted by null

  /external/glide/library/src/main/java/com/bumptech/glide/signature/
ApplicationVersionSignature.java 17 private static final ConcurrentHashMap<String, Key> PACKAGE_NAME_TO_KEY = new ConcurrentHashMap<String, Key>();
25 Key result = PACKAGE_NAME_TO_KEY.get(packageName);
28 result = PACKAGE_NAME_TO_KEY.putIfAbsent(packageName, toAdd);
40 PACKAGE_NAME_TO_KEY.clear();
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/
glide-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 

Completed in 65 milliseconds