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

  /frameworks/support/v4/java/android/support/v4/content/
ContextCompat.java 35 private static final String DIR_ANDROID = "Android";
162 single = buildPath(Environment.getExternalStorageDirectory(), DIR_ANDROID, DIR_OBB,
222 single = buildPath(Environment.getExternalStorageDirectory(), DIR_ANDROID, DIR_DATA,
282 single = buildPath(Environment.getExternalStorageDirectory(), DIR_ANDROID, DIR_DATA,
  /frameworks/base/core/java/android/os/
Environment.java 47 public static final String DIR_ANDROID = "Android";
56 public static final String DIRECTORY_ANDROID = DIR_ANDROID;
203 return buildPaths(mExternalDirsForApp, DIR_ANDROID, DIR_DATA);
207 return buildPaths(mExternalDirsForApp, DIR_ANDROID, DIR_OBB);
211 return buildPaths(mExternalDirsForApp, DIR_ANDROID, DIR_DATA, packageName);
215 return buildPaths(mExternalDirsForVold, DIR_ANDROID, DIR_DATA, packageName);
219 return buildPaths(mExternalDirsForApp, DIR_ANDROID, DIR_MEDIA, packageName);
223 return buildPaths(mExternalDirsForApp, DIR_ANDROID, DIR_OBB, packageName);
227 return buildPaths(mExternalDirsForVold, DIR_ANDROID, DIR_OBB, packageName);
231 return buildPaths(mExternalDirsForApp, DIR_ANDROID, DIR_DATA, packageName, DIR_FILES)
    [all...]

Completed in 45 milliseconds