HomeSort by relevance Sort by last modified time
    Searched defs:mostSpecific (Results 1 - 9 of 9) 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;
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 286 milliseconds