Home
last modified time | relevance | path

Searched refs:entities (Results 1 – 25 of 157) 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/av/drm/libdrmframework/plugins/passthru/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/base/cmds/vr/
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/native/libs/binder/ndk/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/base/packages/SettingsProvider/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/base/cmds/requestsync/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/av/media/libstagefright/flac/dec/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/av/media/libstagefright/omx/tests/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/av/cmds/stagefright/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/base/libs/storage/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/av/services/audioflinger/
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/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/native/libs/nativebase/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/native/cmds/rawbu/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/av/media/codec2/components/gsm/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/base/core/res/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/base/libs/hwui/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/av/services/mediacodec/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/av/media/libeffects/preprocessing/
DNOTICE29 other entities that control, are controlled by, or are under common
/frameworks/av/media/extractors/wav/
DNOTICE29 other entities that control, are controlled by, or are under common

1234567