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

  /cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/
ReadExternalStorageTest.java 87 final File userPath = new File(path, userId);
91 assertDirNoWriteAccess(userPath);
92 assertDirNoWriteAccess(buildCommonChildDirs(userPath));
  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
SharedMinimal.java 231 final File userPath = volume.getPathForUser(userId);
232 final String path = userPath == null ? null : volume.getPathForUser(userId).getPath();
237 + "\n\tuserPath: " + userPath
  /cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
ExternalStorageTest.java 93 final File userPath = new File(path, userId);
96 assertDirNoAccess(userPath);
  /cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
WriteExternalStorageTest.java 300 final File userPath = new File(path, userId);
303 final File testUserProbe = new File(userPath, probe.getName());
312 assertDirNoWriteAccess(userPath);
  /frameworks/base/core/java/android/os/storage/
VolumeInfo.java 332 File userPath = getPathForUser(userId);
333 if (userPath == null) {
334 userPath = new File("/dev/null");
378 return new StorageVolume(id, userPath, internalPath, description, isPrimary(), removable,
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9+181-r4173-1/
javac-9+181-r4173-1.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r4023-3/
javac-9-dev-r4023-3.jar 

Completed in 634 milliseconds