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

/frameworks/base/services/core/java/com/android/server/
H A DMountService.java2775 ObbState mObbState; field in class:MountService.ObbAction
2778 mObbState = obbState;
2815 obbInfo = mContainerService.getObbInfo(mObbState.ownerPath);
2818 + mObbState.ownerPath);
2822 throw new IOException("Couldn't read OBB file: " + mObbState.ownerPath);
2828 if (mObbState == null || mObbState.token == null) {
2833 mObbState.token.onObbResult(mObbState.rawPath, mObbState
[all...]

Completed in 781 milliseconds