Searched refs:BaseRecipientAdapter (Results 1 - 3 of 3) sorted by relevance

/frameworks/ex/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java59 public abstract class BaseRecipientAdapter extends BaseAdapter implements Filterable, class in inherits:BaseAdapter,Filterable,AccountSpecifier
61 private static final String TAG = "BaseRecipientAdapter";
507 public BaseRecipientAdapter(Context context) { method in class:BaseRecipientAdapter
511 public BaseRecipientAdapter(Context context, int preferredMaxResultCount) { method in class:BaseRecipientAdapter
515 public BaseRecipientAdapter(int queryMode, Context context) { method in class:BaseRecipientAdapter
519 public BaseRecipientAdapter(int queryMode, Context context, int preferredMaxResultCount) { method in class:BaseRecipientAdapter
523 public BaseRecipientAdapter(Context context, int preferredMaxResultCount, int queryMode) { method in class:BaseRecipientAdapter
979 * Interface called before the BaseRecipientAdapter updates recipient
H A DRecipientEditTextView.java418 ((BaseRecipientAdapter) adapter)
419 .registerUpdateObserver(new BaseRecipientAdapter.EntriesUpdatedObserver() {
607 ((BaseRecipientAdapter) getAdapter()).fetchPhoto(contact, contact
1486 mAlternatesLayout, ((BaseRecipientAdapter)getAdapter()).getQueryType(), this);
2678 && ((BaseRecipientAdapter) getAdapter()).getQueryType()
2679 == BaseRecipientAdapter.QUERY_TYPE_PHONE;
/frameworks/ex/chips/tests/src/com/android/ex/chips/
H A DChipsTest.java122 private class TestBaseRecipientAdapter extends BaseRecipientAdapter {

Completed in 167 milliseconds