Searched refs:ownerGid (Results 1 – 1 of 1) sorted by relevance
616 this.ownerGid = UserHandle.getSharedAppGid(callingUid); in ObbState()625 final int ownerGid; field in StorageManagerService.ObbState658 sb.append(",ownerGid=").append(ownerGid); in toString()4407 mObbState.volId = mVold.createObb(mObbState.canonicalPath, mObbState.ownerGid); in handleExecute()4454 if (existingState.ownerGid != mObbState.ownerGid) { in handleExecute()4457 + " (owned by GID " + existingState.ownerGid + ")")); in handleExecute()