Home | History | Annotate | Download | only in group

Lines Matching defs:accountType

29 import com.android.contacts.model.account.AccountType;
49 public final String accountType;
66 final AccountType accountType = accountTypeManager.getAccountType(
69 final boolean editable = accountType == null
70 ? false : accountType.isGroupMembershipEditable();
74 this.accountType = cursor.getString(GroupMetaDataLoader.ACCOUNT_TYPE);
91 accountType = source.readString();
105 dest.writeString(accountType);
132 .add("accountType", accountType)