HomeSort by relevance Sort by last modified time
    Searched refs:isGoogleAccountType (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListFilter.java 396 return isGoogleAccountType() && filterType == FILTER_TYPE_ACCOUNT;
401 * (see {@link #isGoogleAccountType)
428 return (isGoogleAccountType() && filterType == ContactListFilter.FILTER_TYPE_ACCOUNT)
435 * Returns the Google accounts (see {@link #isGoogleAccountType) for this ContactListFilter.
440 if (isGoogleAccountType() && filterType == ContactListFilter.FILTER_TYPE_ACCOUNT) {
461 public boolean isGoogleAccountType() {
DefaultContactBrowseListFragment.java 632 && filter.isGoogleAccountType()
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 225 filter.isGoogleAccountType()) {
    [all...]

Completed in 541 milliseconds