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

/frameworks/base/services/core/java/com/android/server/
H A DMountService.java2729 ObbState mObbState; field in class:MountService.ObbAction
2732 mObbState = obbState;
2769 obbInfo = mContainerService.getObbInfo(mObbState.ownerPath);
2772 + mObbState.ownerPath);
2776 throw new IOException("Couldn't read OBB file: " + mObbState.ownerPath);
2782 if (mObbState == null || mObbState.token == null) {
2787 mObbState.token.onObbResult(mObbState.rawPath, mObbState
[all...]

Completed in 28 milliseconds