Searched defs:setValues (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditor.java63 public void setValues(DataKind kind, ValuesDelta values, EntityDelta state, boolean readOnly, method in interface:Editor
H A DEventFieldEditorView.java107 public void setValues(DataKind kind, ValuesDelta entry, EntityDelta state, boolean readOnly, method in class:EventFieldEditorView
110 super.setValues(kind, entry, state, readOnly, vig);
H A DPhoneticNameEditorView.java175 public void setValues(DataKind kind, ValuesDelta entry, EntityDelta state, boolean readOnly, method in class:PhoneticNameEditorView
180 super.setValues(kind, entry, state, readOnly, vig);
H A DPhotoEditorView.java90 public void setValues(DataKind kind, ValuesDelta values, EntityDelta state, boolean readOnly, method in class:PhotoEditorView
H A DStructuredNameEditorView.java64 public void setValues(DataKind kind, ValuesDelta entry, EntityDelta state, boolean readOnly, method in class:StructuredNameEditorView
66 super.setValues(kind, entry, state, readOnly, vig);
H A DTextFieldsEditorView.java162 public void setValues(DataKind kind, ValuesDelta entry, EntityDelta state, boolean readOnly, method in class:TextFieldsEditorView
164 super.setValues(kind, entry, state, readOnly, vig);
H A DLabeledEditorView.java321 setValues(mKind, mEntry, mState, mReadOnly, mViewIdGenerator);
329 public void setValues(DataKind kind, ValuesDelta entry, EntityDelta state, boolean readOnly, method in class:LabeledEditorView
/packages/apps/Mms/src/org/w3c/dom/smil/
H A DSMILAnimation.java92 public void setValues(String values) method in interface:SMILAnimation

Completed in 304 milliseconds