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

/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupMetaData.java53 public final boolean readOnly; field in class:GroupMetaData
78 this.readOnly = getBoolean(cursor, GroupMetaDataLoader.IS_READ_ONLY);
95 readOnly = source.readInt() == 1;
109 dest.writeInt(readOnly ? 1 : 0);
136 .add("readOnly", readOnly)
/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.java109 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, argument
112 super.setValues(kind, entry, state, readOnly, vig);
114 mDateView.setEnabled(isEnabled() && !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 DPhotoEditorView.java99 public void setReadOnly(boolean readOnly) { argument
100 mReadOnly = readOnly;
H A DTextFieldsEditorView.java218 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, argument
220 super.setValues(kind, entry, state, readOnly, vig);
308 fieldView.setEnabled(isEnabled() && !readOnly);
333 mExpansionView.setEnabled(!readOnly && isEnabled());
H A DLabeledEditorView.java392 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, argument
397 mReadOnly = readOnly;
411 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
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 175 milliseconds