Searched defs:mObbState (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DMountService.java2326 ObbState mObbState; field in class:MountService.ObbAction
2329 mObbState = obbState;
2366 obbInfo = mContainerService.getObbInfo(mObbState.ownerPath);
2369 + mObbState.ownerPath);
2373 throw new IOException("Couldn't read OBB file: " + mObbState.ownerPath);
2379 if (mObbState == null || mObbState.token == null) {
2384 mObbState.token.onObbResult(mObbState.rawPath, mObbState
[all...]

Completed in 20 milliseconds