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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DPolicy.java72 public boolean mDontAllowCamera; field in class:Policy
264 if (mDontAllowCamera != otherPolicy.mDontAllowCamera) return false;
324 mDontAllowCamera = cursor.getInt(CONTENT_DONT_ALLOW_CAMERA_COLUMN) == 1;
352 values.put(PolicyColumns.DONT_ALLOW_CAMERA, mDontAllowCamera);
428 if (mDontAllowCamera) {
486 dest.writeInt(mDontAllowCamera ? 1 : 0);
516 mDontAllowCamera = in.readInt() == 1;

Completed in 55 milliseconds