PeopleContract.Groups.Query
public
static
final
class
PeopleContract.Groups.Query
extends Object
| java.lang.Object | |
| ↳ | android.provider.PeopleContract.Groups.Query |
Constants and builder utilities for constructing group query argument bundles.
Summary
Nested classes | |
|---|---|
class |
PeopleContract.Groups.Query.Builder
Helper class for building structured query argument bundles to pass into |
Constants | |
|---|---|
String |
SELECTION_TYPE_LOOKUP_KEY
Selection criterion type indicating a query matching group records explicitly by their unique lookup key. |
Inherited methods | |
|---|---|
Constants
SELECTION_TYPE_LOOKUP_KEY
public static final String SELECTION_TYPE_LOOKUP_KEY
Selection criterion type indicating a query matching group records explicitly by their unique lookup key.
Constant Value: "selection-type-lookup-key"
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.