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

  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DefaultHdfParser.java 108 private String createFullPath(List<String> context, String subPath) {
113 result.append(subPath);
  /frameworks/base/core/java/android/app/
DownloadManager.java 472 * @param subPath the path within the external directory, including the destination filename
476 String subPath) {
477 setDestinationFromBase(context.getExternalFilesDir(dirType), subPath);
491 * @param subPath the path within the external directory, including the destination filename
494 public Request setDestinationInExternalPublicDir(String dirType, String subPath) {
507 setDestinationFromBase(file, subPath);
511 private void setDestinationFromBase(File base, String subPath) {
512 if (subPath == null) {
513 throw new NullPointerException("subPath cannot be null");
515 mDestinationUri = Uri.withAppendedPath(Uri.fromFile(base), subPath);
    [all...]
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/common/utilities/
AndroidUtils.java 365 String subPath = null;
372 subPath = token.nextToken();
373 checkedPath = new File(subPath);
  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/internal/utils/
ProjectUtils.java     [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 124 milliseconds