PeopleContract.Persons.Query


public static final class PeopleContract.Persons.Query
extends Object

java.lang.Object
   ↳ android.provider.PeopleContract.Persons.Query


Constants and builder utilities for constructing person query argument bundles.

Summary

Nested classes

class PeopleContract.Persons.Query.Builder

Helper class for building structured query argument bundles to pass into ContentResolver.query(Uri,String[],Bundle,CancellationSignal) when querying Persons.CONTENT_URI

Constants

String SELECTION_TYPE_EMAIL

Selection criterion type indicating a query matching person records by email address.

String SELECTION_TYPE_GROUP_LOOKUP_KEY

Selection criterion type indicating a query matching person records that belong to the specified group lookup key.

String SELECTION_TYPE_LOOKUP_KEY

Selection criterion type indicating a query matching person records explicitly by their unique lookup key.

String SELECTION_TYPE_PHONE

Selection criterion type indicating a query matching person records by phone number.

Inherited methods

Constants

SELECTION_TYPE_EMAIL

Added in API level 10000
public static final String SELECTION_TYPE_EMAIL

Selection criterion type indicating a query matching person records by email address.

Constant Value: "selection-type-email"

SELECTION_TYPE_GROUP_LOOKUP_KEY

Added in API level 10000
public static final String SELECTION_TYPE_GROUP_LOOKUP_KEY

Selection criterion type indicating a query matching person records that belong to the specified group lookup key.

Constant Value: "selection-type-group-lookup-key"

SELECTION_TYPE_LOOKUP_KEY

Added in API level 10000
public static final String SELECTION_TYPE_LOOKUP_KEY

Selection criterion type indicating a query matching person records explicitly by their unique lookup key.

Constant Value: "selection-type-lookup-key"

SELECTION_TYPE_PHONE

Added in API level 10000
public static final String SELECTION_TYPE_PHONE

Selection criterion type indicating a query matching person records by phone number.

Constant Value: "selection-type-phone"