Searched refs:getEntities (Results 1 – 12 of 12) sorted by relevance
76 assertEquals(user0bubbles, repository.getEntities(user0.identifier).toList()) in testAddBubbles()77 assertEquals(user11bubbles, repository.getEntities(user11.identifier).toList()) in testAddBubbles()94 assertEquals(listOf(bubble2, bubble3, bubble1), repository.getEntities(user0.identifier)) in testAddBubbles()97 assertEquals(listOf(bubble11, bubble12), repository.getEntities(user11.identifier)) in testAddBubbles()108 assertEquals(listOf(bubble1, bubble2), repository.getEntities(user0.identifier).toList()) in testRemoveBubbles()116 assertEquals(listOf(bubble11), repository.getEntities(user11.identifier).toList()) in testRemoveBubbles()128 assertEquals(listOf(bubble2, bubble3), repository.getEntities(user0.identifier).toList()) in testAddAndRemoveBubblesWhenExceedingCapacity()138 assertEquals(listOf(bubble3, bubble1), repository.getEntities(user0.identifier).toList()) in testAddAndRemoveBubblesWhenExceedingCapacity()149 assertEquals(bubble, repository.getEntities(user0.identifier).get(0)) in testAddBubbleMatchesByKey()155 assertEquals(bubbleModified, repository.getEntities(user0.identifier).get(0)) in testAddBubbleMatchesByKey()[all …]
63 fun getEntities(userId: Int): MutableList<BubbleEntity> { in <lambda>() method81 var entities = getEntities(userId) in <lambda>()101 getEntities(userId).removeIf { e: BubbleEntity -> b.key == e.key } }) in <lambda>()
86 return mEntityConfidence.getEntities().size(); in getLocaleHypothesisCount()99 return ULocale.forLanguageTag(mEntityConfidence.getEntities().get(index)); in getLocale()
226 Preconditions.checkArgument(!entityConfidence.getEntities().isEmpty()); in TextLink()260 return mEntityScores.getEntities().size(); in getEntityCount()269 return mEntityScores.getEntities().get(index); in getEntity()
74 public List<String> getEntities() { in getEntities() method in EntityConfidence
83 return mEntityConfidence.getEntities().size(); in getEntityCount()96 return mEntityConfidence.getEntities().get(index); in getEntity()
169 return mEntityConfidence.getEntities().size(); in getEntityCount()181 return mEntityConfidence.getEntities().get(index); in getEntity()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
19174 HSPLandroid/view/textclassifier/EntityConfidence;->getEntities()Ljava/util/List;
57934 method public abstract org.w3c.dom.NamedNodeMap getEntities();
19238 HSPLandroid/view/textclassifier/EntityConfidence;->getEntities()Ljava/util/List;
61605 Landroid/view/textclassifier/EntityConfidence;->getEntities()Ljava/util/List;