Searched refs:getRawContactAccountType (Results 1 – 7 of 7) sorted by relevance
161 final AccountType accountType = rawContactDelta.getRawContactAccountType(mContext); in getView()789 if (result.size() == 1 && result.get(0).getRawContactAccountType( in getRawContactDeltaListForSelector()804 if (rawContactDelta.getRawContactAccountType(getContext()).areContactsWritable()) { in shouldHideAccountContainer()834 rawContactDelta.getRawContactAccountType(getContext()); in addAccountHeader()
133 mAccountIconImageView.setImageDrawable(state.getRawContactAccountType(getContext()) in setState()
229 mAccountIconImageView.setImageDrawable(state.getRawContactAccountType(getContext()) in setState()
319 AccountType account = raw.getRawContactAccountType(this); in saveToContact()
610 mEditableAccountType = mRawContactDelta.getRawContactAccountType(this); in setEntityDeltaList()
460 if (delta.getRawContactAccountType(context).areContactsWritable()) return entityIndex; in indexOfFirstWritableRawContact()
214 public AccountType getRawContactAccountType(Context context) { in getRawContactAccountType() method in RawContactDelta