Searched refs:mObbState (Results 1 – 1 of 1) sorted by relevance
4342 ObbState mObbState; field in StorageManagerService.ObbAction4345 mObbState = obbState; in ObbAction()4366 if (mObbState == null || mObbState.token == null) { in notifyObbStateChange()4371 mObbState.token.onObbResult(mObbState.rawPath, mObbState.nonce, status); in notifyObbStateChange()4399 isMounted = mObbPathToStateMap.containsKey(mObbState.rawPath); in handleExecute()4407 mObbState.volId = mVold.createObb(mObbState.canonicalPath, mObbState.ownerGid); in handleExecute()4408 mVold.mount(mObbState.volId, 0, -1, null); in handleExecute()4411 Slog.d(TAG, "Successfully mounted OBB " + mObbState.canonicalPath); in handleExecute()4414 addObbStateLocked(mObbState); in handleExecute()4427 sb.append(mObbState); in toString()[all …]