Searched defs:entity (Results 1 – 9 of 9) sorted by relevance
35 protected Table(String name, Entity<E> entity) { in Table()53 public abstract ContentValues buildContentValues(E entity); in buildContentValues()
28 public int compare(HasCoverage entity, HasCoverage otherEntity) { in compare()
244 final String entity = selection.getEntity(i); in assertValidResult() local256 final String entity = classification.getEntity(i); in assertValidResult() local
428 ByteArrayEntity entity = createEntity(response.mResponseData); in getResponse() local473 ByteArrayEntity entity = createEntity(buf.toString().getBytes()); in createResponse() local484 ByteArrayEntity entity = new ByteArrayEntity(data); in createEntity() local
608 ByteArrayEntity entity = new ByteArrayEntity(new byte[length]); in getResponse() local639 InputStreamEntity entity = new InputStreamEntity(in, in.available()); in getResponse() local739 StringEntity entity = new StringEntity("CACHE MANIFEST"); in getResponse() local797 StringEntity entity = new StringEntity(content); in createEntity() local
355 private void assertAppOrTokenUsed(String entity, boolean expected) throws Exception { in assertAppOrTokenUsed()
1224 private void assertAppOrTokenUsed(String entity, boolean expected) throws IOException { in assertAppOrTokenUsed()
1073 Entity entity = ei.next(); in testEventsEntityQuery() local1111 Entity entity = ei.next(); in testEventsEntityQuery() local1153 Entity entity = ei.next(); in testCalendarEntityQuery() local1789 final Entity entity = iterator.next(); in testEventColors() local
378 HttpEntity entity = ((HttpEntityEnclosingRequest) request).getEntity(); in testPostUrlWithNetworkUrl() local