OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getnameeditor
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java
252
final ValuesDelta nameValuesDelta = rawContactEditor.
getNameEditor
().getValues();
268
rawContactEditor.
getNameEditor
().getRawContactId(),
269
rawContactEditor.
getNameEditor
().getValues());
283
final StructuredNameEditorView nameEditor = rawContactEditor.
getNameEditor
();
290
rawContactEditor.
getNameEditor
().getRawContactId(),
291
rawContactEditor.
getNameEditor
().getValues());
314
rawContactEditorView.
getNameEditor
();
RawContactEditorView.java
385
public StructuredNameEditorView
getNameEditor
() {
Completed in 264 milliseconds