Searched refs:uuidKey (Results 1 – 2 of 2) sorted by relevance
123 Key uuidKey = Key.create(this.parent, ApiCoverageEntity.class, this.id); in getUrlSafeKey() local124 return uuidKey.toUrlSafe(); in getUrlSafeKey()
108 Key uuidKey = Key.create(this.parent, CodeCoverageEntity.class, this.id); in getUrlSafeKey() local109 return uuidKey.toUrlSafe(); in getUrlSafeKey()