OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FULL_NAME_STYLE
(Results
1 - 8
of
8
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForStructuredName.java
54
Integer fullNameStyle = values.getAsInteger(StructuredName.
FULL_NAME_STYLE
);
82
Integer fullNameStyle = augmented.getAsInteger(StructuredName.
FULL_NAME_STYLE
);
147
update.put(StructuredName.
FULL_NAME_STYLE
, unadjustedFullNameStyle);
150
if (!update.containsKey(StructuredName.
FULL_NAME_STYLE
)) {
151
update.put(StructuredName.
FULL_NAME_STYLE
,
184
Integer fullNameStyle = builder.getInt(StructuredName.
FULL_NAME_STYLE
);
NameSplitter.java
160
Integer integer = values.getAsInteger(StructuredName.
FULL_NAME_STYLE
);
177
values.put(StructuredName.
FULL_NAME_STYLE
, fullNameStyle);
[
all
...]
ContactsDatabaseHelper.java
[
all
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
StructuredNameDataItem.java
80
return getContentValues().getAsString(StructuredName.
FULL_NAME_STYLE
);
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ValuesDelta.java
558
copyStringFrom(name, ContactsContract.CommonDataKinds.StructuredName.
FULL_NAME_STYLE
);
/frameworks/base/core/java/android/provider/
ContactsContract.java
[
all
...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java
[
all
...]
/prebuilts/sdk/21/
android.jar
Completed in 83 milliseconds