OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAGS_PERSON_NAME
(Results
1 - 4
of
4
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
ExchangeAccountType.java
89
FLAGS_PERSON_NAME
).setOptional(true));
91
R.string.name_family,
FLAGS_PERSON_NAME
));
93
R.string.name_middle,
FLAGS_PERSON_NAME
));
95
R.string.name_given,
FLAGS_PERSON_NAME
));
97
R.string.name_suffix,
FLAGS_PERSON_NAME
));
118
FLAGS_PERSON_NAME
).setOptional(true));
121
R.string.name_family,
FLAGS_PERSON_NAME
));
123
R.string.name_middle,
FLAGS_PERSON_NAME
).setOptional(true));
125
R.string.name_given,
FLAGS_PERSON_NAME
));
128
R.string.name_given,
FLAGS_PERSON_NAME
));
[
all
...]
BaseAccountType.java
63
protected static final int
FLAGS_PERSON_NAME
= EditorInfo.TYPE_CLASS_TEXT
158
R.string.full_name,
FLAGS_PERSON_NAME
));
160
FLAGS_PERSON_NAME
).setLongForm(true));
162
FLAGS_PERSON_NAME
).setLongForm(true));
164
FLAGS_PERSON_NAME
).setLongForm(true));
166
FLAGS_PERSON_NAME
).setLongForm(true));
168
FLAGS_PERSON_NAME
).setLongForm(true));
188
R.string.full_name,
FLAGS_PERSON_NAME
).setShortForm(true));
195
FLAGS_PERSON_NAME
).setLongForm(true));
197
FLAGS_PERSON_NAME
).setLongForm(true))
[
all
...]
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ExchangeSource.java
75
FLAGS_PERSON_NAME
).setOptional(true));
78
R.string.name_family,
FLAGS_PERSON_NAME
));
80
R.string.name_middle,
FLAGS_PERSON_NAME
).setOptional(true));
82
R.string.name_given,
FLAGS_PERSON_NAME
));
84
R.string.name_suffix,
FLAGS_PERSON_NAME
).setOptional(true));
91
R.string.name_given,
FLAGS_PERSON_NAME
));
93
R.string.name_middle,
FLAGS_PERSON_NAME
).setOptional(true));
95
R.string.name_family,
FLAGS_PERSON_NAME
));
97
R.string.name_suffix,
FLAGS_PERSON_NAME
).setOptional(true));
117
FLAGS_PERSON_NAME
));
[
all
...]
FallbackSource.java
46
protected static final int
FLAGS_PERSON_NAME
= EditorInfo.TYPE_CLASS_TEXT
118
FLAGS_PERSON_NAME
).setOptional(true));
121
FLAGS_PERSON_NAME
));
123
FLAGS_PERSON_NAME
).setOptional(true));
125
FLAGS_PERSON_NAME
));
127
FLAGS_PERSON_NAME
).setOptional(true));
136
FLAGS_PERSON_NAME
));
138
FLAGS_PERSON_NAME
).setOptional(true));
140
FLAGS_PERSON_NAME
));
142
FLAGS_PERSON_NAME
).setOptional(true))
[
all
...]
Completed in 537 milliseconds