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/Contacts/src/com/android/contacts/model/
AccountType.java
294
public String
customColumn
;
312
public EditType setCustomColumn(String
customColumn
) {
313
this.
customColumn
=
customColumn
;
EntityModifier.java
[
all
...]
/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
386
if (editType.
customColumn
!= null) {
394
mEntry.put(mType.
customColumn
, customText);
420
if (mType == selected && mType.
customColumn
== null) {
424
if (selected.
customColumn
!= null) {
480
if (mType != null && mType.
customColumn
!= null) {
483
final String customText = mEntry.getAsString(mType.
customColumn
);
527
text = mEntry.getAsString(mType.
customColumn
);
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java
85
if (type.
customColumn
== null) {
91
type.
customColumn
));
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java
[
all
...]
Completed in 366 milliseconds