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

  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
ExternalStorageProvider.java 93 public File visiblePath;
242 root.visiblePath = volume.getPathForUser(userId);
244 root.visiblePath = null;
274 root.visiblePath = new File(
307 boolean visiblePath = false;
312 visiblePath = true;
321 final String rootPath = visiblePath
322 ? mostSpecificRoot.visiblePath.getAbsolutePath()
349 final File rootFile = visible ? root.visiblePath : root.path;
401 File target = visible ? root.visiblePath : root.path
    [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 87 milliseconds