Searched refs:mIsReadOnly (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventFragment.java115 private boolean mIsReadOnly = false; field in class:EditEventFragment
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()
821 outState.putBoolean(BUNDLE_KEY_READ_ONLY, mIsReadOnly);
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupDetailFragment.java117 private boolean mIsReadOnly; field in class:GroupDetailFragment
294 mIsReadOnly = cursor.getInt(GroupMetaDataLoader.IS_READ_ONLY) == 1;
414 return mGroupUri != null && !mIsReadOnly;
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java95 * If there's no editable accounts on the system, we'll set {@link #mIsReadOnly} and the dialog
123 private boolean mIsReadOnly; field in class:ConfirmAddDetailActivity
202 if (mIsReadOnly) {
594 mIsReadOnly = true;
597 mIsReadOnly = false;
670 if (mIsReadOnly) {

Completed in 385 milliseconds