PickerFragment.GraphObjectFilter
Esta classe não está mais disponível na versão mais recente do SDK.
Há uma versão mais recente desta classe disponível. Confira. a versão mais recente.

Callback interface that will be called to determine if a graph object should be displayed.

Pacote:widget
Métodos de instância
includeItem(Object)

Called to determine if a graph object should be displayed.

public boolean includeItem(Object graphObject)
ParâmetroDescrição
graphObjectThe graph object
Returns
True to display the graph object, false to hide it