Searched refs:SimAccountType (Results 1 – 5 of 5) sorted by relevance
26 import com.android.contacts.model.account.SimAccountType;89 return new SimAccountType(mContext); in getAccountType()
38 public class SimAccountType extends BaseAccountType { class40 public SimAccountType(Context context) { in SimAccountType() method in SimAccountType
29 import com.android.contacts.model.account.SimAccountType;474 if (!(accountType instanceof SimAccountType)) return false; in areAllRawContactsSimAccounts()
48 import com.android.contacts.model.account.SimAccountType;100 return input != null && ((input.getType() instanceof SimAccountType) in apply()
54 -keep class com.android.contacts.model.account.SimAccountType { *; }