Home
last modified time | relevance | path

Searched defs:entity (Results 1 – 12 of 12) sorted by relevance

/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/db/
DTable.java35 protected Table(String name, Entity<E> entity) { in Table()
53 public abstract ContentValues buildContentValues(E entity); in buildContentValues()
/cts/tools/cts-api-coverage/src/com/android/cts/apicommon/
DCoverageComparator.java24 public int compare(HasCoverage entity, HasCoverage otherEntity) { in compare()
/cts/libs/webkit-shared/src/android/webkit/cts/
DHttpRequest.java64 HttpEntity entity = ((HttpEntityEnclosingRequest) apacheRequest).getEntity(); in HttpRequest() local
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/proxy/
DPacFileServer.java155 StringEntity entity = new StringEntity(mPacFile); in handle() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-35676/src/android/security/cts/CVE_2023_35676/
DContentSuggestionsService.java91 SuggestParcelables.Entity entity = new SuggestParcelables.Entity(entityBundle); in onClassifyContentSelections() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-35676/src/android/security/cts/CVE_2023_35676/com/google/android/apps/miphone/aiai/matchnaker/overview/api/generatedv2/
DEntitiesData.java76 SuggestParcelables.Entity entity = in writeToParcel() local
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageReportingTest.java362 private void assertAppOrTokenUsed(String entity, boolean expected) throws Exception { in assertAppOrTokenUsed()
DUsageStatsTest.java2702 private void assertAppOrTokenUsed(String entity, boolean expected, long timeout) in assertAppOrTokenUsed()
/cts/tests/tests/content/src/android/content/cts/
DClipDescriptionTest.java249 private float getHighestConfidence(String entity, TextLinks textLinks) { in getHighestConfidence()
/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java759 ByteArrayEntity entity = new ByteArrayEntity(new byte[length]); in getResponse() local
793 InputStreamEntity entity = new InputStreamEntity(in, in.available()); in getResponse() local
912 StringEntity entity = new StringEntity("CACHE MANIFEST"); in getResponse() local
976 StringEntity entity = new StringEntity(content); in createEntity() local
/cts/tests/tests/calendarprovider/src/android/provider/cts/calendar/
DCalendarTest.java1072 Entity entity = ei.next(); in testEventsEntityQuery() local
1110 Entity entity = ei.next(); in testEventsEntityQuery() local
1152 Entity entity = ei.next(); in testCalendarEntityQuery() local
1788 final Entity entity = iterator.next(); in testEventColors() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2022-23852/
Dpoc.cpp82 ENTITY *entity; member