HomeSort by relevance Sort by last modified time
    Searched refs:mostSpecific (Results 1 - 7 of 7) sorted by null

  /frameworks/support/v4/java/android/support/v4/content/
FileProvider.java 668 Map.Entry<String, File> mostSpecific = null;
671 if (path.startsWith(rootPath) && (mostSpecific == null
672 || rootPath.length() > mostSpecific.getValue().getPath().length())) {
673 mostSpecific = root;
677 if (mostSpecific == null) {
683 final String rootPath = mostSpecific.getValue().getPath();
691 path = Uri.encode(mostSpecific.getKey()) + '/' + Uri.encode(path, "/");
    [all...]
  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
ExternalStorageProvider.java 178 Map.Entry<String, File> mostSpecific = null;
182 if (path.startsWith(rootPath) && (mostSpecific == null
183 || rootPath.length() > mostSpecific.getValue().getPath().length())) {
184 mostSpecific = root;
189 if (mostSpecific == null) {
194 final String rootPath = mostSpecific.getValue().getPath();
203 return mostSpecific.getKey() + ':' + path;
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 115 milliseconds