OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PhoneticNameEditorView
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/editor/
PhoneticNameEditorView.java
32
public class
PhoneticNameEditorView
extends TextFieldsEditorView {
64
ContentValues values =
PhoneticNameEditorView
.parsePhoneticName(value, null);
77
mPhoneticName =
PhoneticNameEditorView
.buildPhoneticName(family, middle, given);
158
public
PhoneticNameEditorView
(Context context) {
162
public
PhoneticNameEditorView
(Context context, AttributeSet attrs) {
166
public
PhoneticNameEditorView
(Context context, AttributeSet attrs, int defStyle) {
RawContactEditorView.java
68
private
PhoneticNameEditorView
mPhoneticName;
135
mPhoneticName = (
PhoneticNameEditorView
)findViewById(R.id.edit_phonetic_name);
/packages/apps/Contacts/src/com/android/contacts/model/
EntityModifier.java
22
import com.android.contacts.editor.
PhoneticNameEditorView
;
[
all
...]
Completed in 30 milliseconds