OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:customType
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java
367
final EditText
customType
= new EditText(mContext);
368
customType
.setId(R.id.custom_dialog_content);
369
customType
.setInputType(INPUT_TYPE_CUSTOM);
370
customType
.setSaveEnabled(true);
371
customType
.requestFocus();
375
builder.setView(
customType
);
380
final String customText =
customType
.getText().toString().trim();
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
ContactsUtils.java
84
final int
customType
;
90
customType
= Phone.TYPE_CUSTOM;
94
customType
= Email.TYPE_CUSTOM;
98
customType
= StructuredPostal.TYPE_CUSTOM;
102
customType
= Organization.TYPE_CUSTOM;
109
if (type !=
customType
) {
/packages/apps/Contacts/src/com/android/contacts/model/
EntityModifier.java
[
all
...]
Completed in 76 milliseconds