HomeSort by relevance Sort by last modified time
    Searched refs:mIsReadOnly (Results 1 - 3 of 3) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 133 private boolean mIsReadOnly = false;
440 mIsReadOnly = readOnly;
564 if (mIsReadOnly) {
615 mIsReadOnly = savedInstanceState.getBoolean(BUNDLE_KEY_READ_ONLY);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupDetailFragment.java 117 private boolean mIsReadOnly;
294 mIsReadOnly = cursor.getInt(GroupMetaDataLoader.IS_READ_ONLY) == 1;
417 return mGroupUri != null && !mIsReadOnly;
  /packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java 96 * If there's no editable accounts on the system, we'll set {@link #mIsReadOnly} and the dialog
124 private boolean mIsReadOnly;
203 if (mIsReadOnly) {
595 mIsReadOnly = true;
598 mIsReadOnly = false;
671 if (mIsReadOnly) {
    [all...]

Completed in 40 milliseconds