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 ContentResolver.query(Uri,String[],Bundle,CancellationSignal) when querying Groups.CONTENT_URI

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

Added in API level 10000
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"