OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:customColumn
(Results
1 - 5
of
5
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountType.java
356
public String
customColumn
;
374
public EditType setCustomColumn(String
customColumn
) {
375
this.
customColumn
=
customColumn
;
400
+ "
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
420
if (editType.
customColumn
!= null) {
428
mEntry.put(mType.
customColumn
, customText);
483
if (mType == selected && mType.
customColumn
== null) {
487
if (selected.
customColumn
!= null) {
549
if (mType != null && mType.
customColumn
!= null) {
552
final String customText = mEntry.getAsString(mType.
customColumn
);
608
text = mEntry.getAsString(mType.
customColumn
);
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java
93
if (type.
customColumn
== null) {
98
mSubtitle = item.getContentValues().getAsString(type.
customColumn
);
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactModifier.java
[
all
...]
Completed in 224 milliseconds