Searched refs:PRIMARY_ACCOUNT_NAME (Results 1 - 4 of 4) sorted by relevance

/frameworks/ex/common/java/com/android/common/contacts/
H A DBaseEmailAddressAdapter.java67 // This is ContactsContract.PRIMARY_ACCOUNT_NAME
68 private static final String PRIMARY_ACCOUNT_NAME = "name_for_primary_account"; field in class:BaseEmailAddressAdapter
181 builder.appendQueryParameter(PRIMARY_ACCOUNT_NAME, mAccount.name);
/frameworks/opt/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java85 // This is ContactsContract.PRIMARY_ACCOUNT_NAME. Available from ICS as hidden
86 static final String PRIMARY_ACCOUNT_NAME = "name_for_primary_account"; field in class:BaseRecipientAdapter
949 builder.appendQueryParameter(PRIMARY_ACCOUNT_NAME, mAccount.name);
H A DRecipientAlternatesAdapter.java362 builder.appendQueryParameter(BaseRecipientAdapter.PRIMARY_ACCOUNT_NAME, account.name);
/frameworks/base/core/java/android/provider/
H A DContactsContract.java178 public static final String PRIMARY_ACCOUNT_NAME = "name_for_primary_account"; field in class:ContactsContract
182 * {@link #PRIMARY_ACCOUNT_NAME}. See the doc in {@link #PRIMARY_ACCOUNT_NAME}.

Completed in 112 milliseconds