Home
last modified time | relevance | path

Searched refs:getEntities (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/storage/
DBubbleVolatileRepositoryTest.kt76 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 …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/
DBubbleVolatileRepository.kt63 fun getEntities(userId: Int): MutableList<BubbleEntity> { in <lambda>() method in com.android.wm.shell.bubbles.storage.BubbleVolatileRepository
81 var entities = getEntities(userId) in <lambda>()
101 getEntities(userId).removeIf { e: BubbleEntity -> b.key == e.key } }) in <lambda>()
/frameworks/base/core/java/android/view/textclassifier/
DTextLanguage.java86 return mEntityConfidence.getEntities().size(); in getLocaleHypothesisCount()
99 return ULocale.forLanguageTag(mEntityConfidence.getEntities().get(index)); in getLocale()
DTextLinks.java226 Preconditions.checkArgument(!entityConfidence.getEntities().isEmpty()); in TextLink()
260 return mEntityScores.getEntities().size(); in getEntityCount()
269 return mEntityScores.getEntities().get(index); in getEntity()
DEntityConfidence.java74 public List<String> getEntities() { in getEntities() method in EntityConfidence
DTextSelection.java83 return mEntityConfidence.getEntities().size(); in getEntityCount()
96 return mEntityConfidence.getEntities().get(index); in getEntity()
DTextClassification.java169 return mEntityConfidence.getEntities().size(); in getEntityCount()
181 return mEntityConfidence.getEntities().get(index); in getEntity()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt19174 HSPLandroid/view/textclassifier/EntityConfidence;->getEntities()Ljava/util/List;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt57934 method public abstract org.w3c.dom.NamedNodeMap getEntities();
/frameworks/base/config/
Dboot-image-profile.txt19238 HSPLandroid/view/textclassifier/EntityConfidence;->getEntities()Ljava/util/List;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt61605 Landroid/view/textclassifier/EntityConfidence;->getEntities()Ljava/util/List;