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 115 private boolean mIsReadOnly = false;
344 mIsReadOnly = readOnly;
434 if (mIsReadOnly) {
484 mIsReadOnly = savedInstanceState.getBoolean(BUNDLE_KEY_READ_ONLY);
697 mContext, mContext, !mIsReadOnly /* exitWhenDone */);
779 if (mSaveOnDetach && act != null && !mIsReadOnly && !act.isChangingConfigurations()
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupDetailFragment.java 117 private boolean mIsReadOnly;
293 mIsReadOnly = cursor.getInt(GroupMetaDataLoader.IS_READ_ONLY) == 1;
413 return mGroupUri != null && !mIsReadOnly;
  /packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java 95 * If there's no editable accounts on the system, we'll set {@link #mIsReadOnly} and the dialog
123 private boolean mIsReadOnly;
202 if (mIsReadOnly) {
594 mIsReadOnly = true;
597 mIsReadOnly = false;
670 if (mIsReadOnly) {
    [all...]

Completed in 122 milliseconds