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 |
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
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
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
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
public static final String SELECTION_TYPE_PHONE
Selection criterion type indicating a query matching person records by phone number.
Constant Value: "selection-type-phone"
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2026-08-14 UTC.