Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java161 ObbObserver oo1 = mountObbWithoutWait(R.raw.test1_new, file1); in doMountAndUnmountTwoObbs()
162 ObbObserver oo2 = mountObbWithoutWait(R.raw.test1_new, file2); in doMountAndUnmountTwoObbs()
852 private ObbObserver mountObbWithoutWait(final int resource, final File file) { in mountObbWithoutWait() method in StorageManagerTest