HomeSort by relevance Sort by last modified time
    Searched full:mountingthread (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/tests/coretests/src/android/os/storage/
StorageManagerIntegrationTest.java 174 MountingObbThread mountingThread = new MountingObbThread(obbFilePath,
178 mountingThread.start();
181 while (!mountingThread.isFileOpenOnObb()) {
182 synchronized (mountingThread) {
184 mountingThread.wait(WAIT_TIME_INCR);
199 mountingThread.doStop();

Completed in 50 milliseconds