Searched defs:readOnly (Results 1 - 11 of 11) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditor.java67 public void setValues(DataKind kind, ValuesDelta values, RawContactDelta state, boolean readOnly, argument
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 DKindSectionView.java129 public void setState(DataKind kind, RawContactDelta state, boolean readOnly, ViewIdGenerator vig) { argument
132 mReadOnly = readOnly;
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.java116 public void setValues(DataKind kind, ValuesDelta values, RawContactDelta state, boolean readOnly, argument
119 mReadOnly = readOnly;
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 DTextFieldsEditorView.java220 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, argument
222 super.setValues(kind, entry, state, readOnly, vig);
293 fieldView.setEnabled(isEnabled() && !readOnly);
318 mExpansionView.setEnabled(!readOnly && isEnabled());
H A DLabeledEditorView.java361 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, argument
366 mReadOnly = readOnly;
380 mLabel.setEnabled(!readOnly && isEnabled());
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DSearchRecentSuggestionsProvider.java135 private @Nullable SQLiteDatabase getDatabase(boolean readOnly) { argument
138 return readOnly ? mOpenHelper.getReadableDatabase() :
146 final SQLiteDatabase db = getDatabase(true /* readOnly */);
171 final SQLiteDatabase db = getDatabase(false /* readOnly */);
186 final SQLiteDatabase db = getDatabase(false /* readOnly */);
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
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

Completed in 157 milliseconds