OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:customColumn
(Results
1 - 6
of
6
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountType.java
366
public String
customColumn
;
384
public EditType setCustomColumn(String
customColumn
) {
385
this.
customColumn
=
customColumn
;
410
+ "
customColumn
=" +
customColumn
;
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactsSource.java
251
public String
customColumn
;
269
public EditType setCustomColumn(String
customColumn
) {
270
this.
customColumn
=
customColumn
;
/packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java
403
if (editType.
customColumn
!= null) {
411
mEntry.put(mType.
customColumn
, customText);
466
if (mType == selected && mType.
customColumn
== null) {
470
if (selected.
customColumn
!= null) {
526
if (mType != null && mType.
customColumn
!= null) {
529
final String customText = mEntry.getAsString(mType.
customColumn
);
573
text = mEntry.getAsString(mType.
customColumn
);
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java
87
if (type.
customColumn
== null) {
92
mSubtitle = item.getContentValues().getAsString(type.
customColumn
);
/packages/apps/Contacts/src/com/android/contacts/model/
RawContactModifier.java
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java
[
all
...]
Completed in 766 milliseconds