[go: nahoru, domu]

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

/frameworks/base/services/core/java/com/android/server/
H A DMountService.java3336 ObbState mObbState; field in class:MountService.ObbAction
3339 mObbState = obbState;
3375 obbInfo = mContainerService.getObbInfo(mObbState.canonicalPath);
3378 + mObbState.canonicalPath);
3382 throw new IOException("Couldn't read OBB file: " + mObbState.canonicalPath);
3388 if (mObbState == null || mObbState.token == null) {
3393 mObbState.token.onObbResult(mObbState.rawPath, mObbState
[all...]

Completed in 39 milliseconds