Searched refs:readOnly (Results 1 - 13 of 13) 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, argument
H A DPhotoEditorView.java95 public void setValues(DataKind kind, ValuesDelta values, EntityDelta state, boolean readOnly, argument
98 mReadOnly = readOnly;
H A DEventFieldEditorView.java111 public void setValues(DataKind kind, ValuesDelta entry, EntityDelta state, boolean readOnly, argument
114 super.setValues(kind, entry, state, readOnly, vig);
116 mDateView.setEnabled(isEnabled() && !readOnly);
H A DTextFieldsEditorView.java174 public void setValues(DataKind kind, ValuesDelta entry, EntityDelta state, boolean readOnly, argument
176 super.setValues(kind, entry, state, readOnly, vig);
242 fieldView.setEnabled(isEnabled() && !readOnly);
265 mExpansionView.setEnabled(!readOnly && isEnabled());
H A DPhoneticNameEditorView.java175 public void setValues(DataKind kind, ValuesDelta entry, EntityDelta state, boolean readOnly, argument
180 super.setValues(kind, entry, state, readOnly, vig);
H A DStructuredNameEditorView.java64 public void setValues(DataKind kind, ValuesDelta entry, EntityDelta state, boolean readOnly, argument
66 super.setValues(kind, entry, state, readOnly, vig);
H A DKindSectionView.java139 public void setState(DataKind kind, EntityDelta state, boolean readOnly, ViewIdGenerator vig) { argument
142 mReadOnly = readOnly;
H A DLabeledEditorView.java345 public void setValues(DataKind kind, ValuesDelta entry, EntityDelta state, boolean readOnly, argument
350 mReadOnly = readOnly;
364 mLabel.setEnabled(!readOnly && isEnabled());
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DSources.java217 source.readOnly = !sync.supportsUploading();
259 final boolean matchesWritable = (!writableOnly || (writableOnly && !source.readOnly));
H A DContactsSource.java64 public boolean readOnly; field in class:ContactsSource
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStorageVolumePreferenceCategory.java267 String readOnly = "";
270 readOnly = mResources.getString(R.string.read_only);
284 mPreferences[AVAILABLE].setSummary(mPreferences[AVAILABLE].getSummary() + readOnly);
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventFragment.java342 public EditEventFragment(EventInfo event, boolean readOnly, Intent intent) { argument
344 mIsReadOnly = readOnly;
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
H A DContactFragment.java351 if (contactsSource != null && contactsSource.readOnly) {

Completed in 149 milliseconds