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

  /frameworks/support/v4/java/android/support/v4/content/
FileProvider.java 351 Map.Entry<String, File> mostSpecific = null;
354 if (path.startsWith(rootPath) && (mostSpecific == null
355 || rootPath.length() > mostSpecific.getValue().getPath().length())) {
356 mostSpecific = root;
360 if (mostSpecific == null) {
366 final String rootPath = mostSpecific.getValue().getPath();
374 path = Uri.encode(mostSpecific.getKey()) + '/' + Uri.encode(path, "/");
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.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 145 milliseconds