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.java90 public void setValues(DataKind kind, ValuesDelta values, EntityDelta state, boolean readOnly, argument
93 mReadOnly = readOnly;
H A DTextFieldsEditorView.java162 public void setValues(DataKind kind, ValuesDelta entry, EntityDelta state, boolean readOnly, argument
164 super.setValues(kind, entry, state, readOnly, vig);
230 fieldView.setEnabled(isEnabled() && !readOnly);
253 mExpansionView.setEnabled(!readOnly && isEnabled());
H A DEventFieldEditorView.java107 public void setValues(DataKind kind, ValuesDelta entry, EntityDelta state, boolean readOnly, argument
110 super.setValues(kind, entry, state, readOnly, vig);
112 mDateView.setEnabled(isEnabled() && !readOnly);
H A DKindSectionView.java131 public void setState(DataKind kind, EntityDelta state, boolean readOnly, ViewIdGenerator vig) { argument
134 mReadOnly = readOnly;
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 DLabeledEditorView.java329 public void setValues(DataKind kind, ValuesDelta entry, EntityDelta state, boolean readOnly, argument
334 mReadOnly = readOnly;
348 mLabel.setEnabled(!readOnly && isEnabled());
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStorageVolumePreferenceCategory.java248 String readOnly = "";
251 readOnly = mResources.getString(R.string.read_only);
265 mPreferences[AVAILABLE].setSummary(mPreferences[AVAILABLE].getSummary() + readOnly);
/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/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 147 milliseconds