Searched refs:mObbState (Results 1 – 1 of 1) sorted by relevance
3429 ObbState mObbState; field in StorageManagerService.ObbAction3432 mObbState = obbState; in ObbAction()3453 if (mObbState == null || mObbState.token == null) { in notifyObbStateChange()3458 mObbState.token.onObbResult(mObbState.rawPath, mObbState.nonce, status); in notifyObbStateChange()3488 isMounted = mObbPathToStateMap.containsKey(mObbState.rawPath); in handleExecute()3516 mObbState.volId = mVold.createObb(mObbState.canonicalPath, binderKey, in handleExecute()3517 mObbState.ownerGid); in handleExecute()3518 mVold.mount(mObbState.volId, 0, -1); in handleExecute()3521 Slog.d(TAG, "Successfully mounted OBB " + mObbState.canonicalPath); in handleExecute()3524 addObbStateLocked(mObbState); in handleExecute()[all …]