Searched refs:ownerGid (Results 1 – 1 of 1) sorted by relevance
279 this.ownerGid = UserHandle.getSharedAppGid(callingUid); in ObbState()289 final int ownerGid; field in MountService.ObbState322 sb.append(",ownerGid=").append(ownerGid); in toString()2900 mObbState.ownerGid); in handleExecute()2964 if (existingState.ownerGid != mObbState.ownerGid) { in handleExecute()2966 + " (owned by GID " + existingState.ownerGid + ")"); in handleExecute()