Home
last modified time | relevance | path

Searched refs:checkMountedPath (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java94 final String mountPath = checkMountedPath(canonPath); in doMountAndUnmountObbNormal()
170 final String mountPath1 = checkMountedPath(oo1.getPath()); in doMountAndUnmountTwoObbs()
177 final String mountPath2 = checkMountedPath(oo2.getPath()); in doMountAndUnmountTwoObbs()
871 private String checkMountedPath(final String path) { in checkMountedPath() method in StorageManagerTest