Searched refs:readOnly (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditor.java63 public void setValues(DataKind kind, ValuesDelta values, RawContactDelta state, boolean readOnly, argument
H A DPhoneticNameEditorView.java105 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, argument
110 super.setValues(kind, entry, state, readOnly, vig);
H A DPhotoEditorView.java96 public void setValues(DataKind kind, ValuesDelta values, RawContactDelta state, boolean readOnly, argument
99 mReadOnly = readOnly;
H A DEventFieldEditorView.java108 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, argument
111 super.setValues(kind, entry, state, readOnly, vig);
113 mDateView.setEnabled(isEnabled() && !readOnly);
H A DTextFieldsEditorView.java188 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, argument
190 super.setValues(kind, entry, state, readOnly, vig);
260 fieldView.setEnabled(isEnabled() && !readOnly);
283 mExpansionView.setEnabled(!readOnly && isEnabled());
H A DStructuredNameEditorView.java66 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, argument
68 super.setValues(kind, entry, state, readOnly, vig);
H A DKindSectionView.java133 public void setState(DataKind kind, RawContactDelta state, boolean readOnly, ViewIdGenerator vig) { argument
136 mReadOnly = readOnly;
H A DLabeledEditorView.java344 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, argument
349 mReadOnly = readOnly;
363 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/Calendar/src/com/android/calendar/event/
H A DEditEventFragment.java438 boolean eventColorInitialized, int eventColor, boolean readOnly, Intent intent) {
440 mIsReadOnly = readOnly;
437 EditEventFragment(EventInfo event, ArrayList<ReminderEntry> reminders, boolean eventColorInitialized, int eventColor, boolean readOnly, Intent intent) argument
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
H A DContactFragment.java351 if (contactsSource != null && contactsSource.readOnly) {

Completed in 204 milliseconds