Searched refs:mExceptionAllowed (Results 1 – 1 of 1) sorted by relevance
69 private final boolean mExceptionAllowed; field in ContentProviderOperation88 mExceptionAllowed = builder.mExceptionAllowed; in ContentProviderOperation()114 mExceptionAllowed = source.readInt() != 0; in ContentProviderOperation()129 mExceptionAllowed = cpo.mExceptionAllowed; in ContentProviderOperation()174 dest.writeInt(mExceptionAllowed ? 1 : 0); in writeToParcel()250 return mExceptionAllowed; in isExceptionAllowed()345 if (mExceptionAllowed) { in apply()555 if (mExceptionAllowed) { in toString()669 private boolean mExceptionAllowed; field in ContentProviderOperation.Builder992 mExceptionAllowed = exceptionAllowed; in withExceptionAllowed()