Searched defs:Relation (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DRelation.java35 public final class Relation { class
43 private Relation(String kind, String detail) { method in class:Relation
65 * Creates a new Relation object for the specified {@code kind} and {@code detail}.
69 public static Relation create(@NonNull String kind, @NonNull String detail)
72 throw new AssociationServiceException("Relation not well formatted.");
74 return new Relation(kind, detail);
78 * Creates a new Relation object from its string representation.
82 public static Relation create(@NonNull String relation) throws AssociationServiceException {
85 throw new AssociationServiceException("Relation not well formatted.");
93 public boolean matches(Relation relatio
[all...]
/frameworks/base/core/java/android/provider/
H A DContactsContract.java4514 * <li>{@link CommonDataKinds.Relation Relation.CONTENT_ITEM_TYPE}</li>
6979 public static final class Relation implements DataColumnsWithJoins, CommonColumns, class in class:ContactsContract.CommonDataKinds
6984 private Relation() {} method in class:ContactsContract.CommonDataKinds.Relation

Completed in 925 milliseconds