Home
last modified time | relevance | path

Searched refs:entities (Results 1 – 25 of 159) sorted by relevance

1234567

/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextClassifierTest.java221 List<Bundle> entities = ExtrasUtils.getEntities(extras); in testClassifyText_date() local
222 Truth.assertThat(entities).hasSize(1); in testClassifyText_date()
223 Bundle entity = entities.get(0); in testClassifyText_date()
377 List<Bundle> entities = ExtrasUtils.getEntities(textLink.getExtras()); in testGenerateLinks_entityData() local
378 Truth.assertThat(entities).hasSize(1); in testGenerateLinks_entityData()
379 Bundle entity = entities.get(0); in testGenerateLinks_entityData()
393 List<Bundle> entities = ExtrasUtils.getEntities(textLink.getExtras()); in testGenerateLinks_entityData_disabled() local
394 Truth.assertThat(entities).isNull(); in testGenerateLinks_entityData_disabled()
/frameworks/base/core/java/android/view/textclassifier/
DTextClassifier.java721 final Collection<String> entities = request.getEntityConfig() in generateLegacyLinks() local
723 if (entities.contains(TextClassifier.TYPE_URL)) { in generateLegacyLinks()
726 if (entities.contains(TextClassifier.TYPE_PHONE)) { in generateLegacyLinks()
729 if (entities.contains(TextClassifier.TYPE_EMAIL)) { in generateLegacyLinks()
/frameworks/base/services/usage/java/com/android/server/usage/
DAppTimeLimitController.java97 boolean isActive(String[] entities) { in isActive() argument
99 final int size = entities.length; in isActive()
101 if (currentlyActive.containsKey(entities[i])) { in isActive()
/frameworks/native/cmds/service/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/av/media/libstagefright/id3/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/av/media/libstagefright/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/base/cmds/am/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/av/media/mediaserver/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/av/media/libstagefright/codecs/amrnb/common/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/base/packages/InputDevices/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/base/cmds/dpm/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/av/media/libstagefright/timedtext/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/base/media/jni/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/av/media/libstagefright/codecs/amrwbenc/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/av/media/libstagefright/rtsp/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/av/media/libstagefright/codecs/on2/enc/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/av/media/extractors/mpeg2/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/av/media/extractors/midi/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/base/cmds/appops/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/av/media/libmedia/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/base/packages/Keyguard/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/native/libs/ui/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/av/media/extractors/flac/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/av/media/codec2/components/g711/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/base/cmds/media/
DNOTICE29 other entities that control, are controlled by, or are under common

1234567