OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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