OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PRIMARY_ACCOUNT_NAME
(Results
1 - 4
of
4
) sorted by null
/frameworks/ex/common/java/com/android/common/contacts/
BaseEmailAddressAdapter.java
67
// This is ContactsContract.
PRIMARY_ACCOUNT_NAME
68
private static final String
PRIMARY_ACCOUNT_NAME
= "name_for_primary_account";
181
builder.appendQueryParameter(
PRIMARY_ACCOUNT_NAME
, mAccount.name);
/frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java
81
// This is ContactsContract.
PRIMARY_ACCOUNT_NAME
. Available from ICS as hidden
82
private static final String
PRIMARY_ACCOUNT_NAME
= "name_for_primary_account";
[
all
...]
/frameworks/base/core/java/android/provider/
ContactsContract.java
155
public static final String
PRIMARY_ACCOUNT_NAME
= "name_for_primary_account";
159
* {@link #
PRIMARY_ACCOUNT_NAME
}. See the doc in {@link #
PRIMARY_ACCOUNT_NAME
}.
[
all
...]
/prebuilt/sdk/14/
android.jar
Completed in 91 milliseconds