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/ |
D | BubbleVolatileRepositoryTest.kt | 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 …]
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/ |
D | BubbleVolatileRepository.kt | 63 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/ |
D | TextLanguage.java | 86 return mEntityConfidence.getEntities().size(); in getLocaleHypothesisCount() 99 return ULocale.forLanguageTag(mEntityConfidence.getEntities().get(index)); in getLocale()
|
D | TextLinks.java | 226 Preconditions.checkArgument(!entityConfidence.getEntities().isEmpty()); in TextLink() 260 return mEntityScores.getEntities().size(); in getEntityCount() 269 return mEntityScores.getEntities().get(index); in getEntity()
|
D | EntityConfidence.java | 74 public List<String> getEntities() { in getEntities() method in EntityConfidence
|
D | TextSelection.java | 83 return mEntityConfidence.getEntities().size(); in getEntityCount() 96 return mEntityConfidence.getEntities().get(index); in getEntity()
|
D | TextClassification.java | 169 return mEntityConfidence.getEntities().size(); in getEntityCount() 181 return mEntityConfidence.getEntities().get(index); in getEntity()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/ |
D | boot-image-profile.txt | 19174 HSPLandroid/view/textclassifier/EntityConfidence;->getEntities()Ljava/util/List;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 57934 method public abstract org.w3c.dom.NamedNodeMap getEntities();
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 19238 HSPLandroid/view/textclassifier/EntityConfidence;->getEntities()Ljava/util/List;
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 61605 Landroid/view/textclassifier/EntityConfidence;->getEntities()Ljava/util/List;
|