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

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Policy.java 68 public boolean mDontAllowCamera;
251 if (mDontAllowCamera != otherPolicy.mDontAllowCamera) return false;
311 mDontAllowCamera = cursor.getInt(CONTENT_DONT_ALLOW_CAMERA_COLUMN) == 1;
339 values.put(PolicyColumns.DONT_ALLOW_CAMERA, mDontAllowCamera);
415 if (mDontAllowCamera) {
471 dest.writeInt(mDontAllowCamera ? 1 : 0);
501 mDontAllowCamera = in.readInt() == 1;
  /packages/apps/Email/src/com/android/email/
SecurityPolicy.java 165 aggregate.mDontAllowCamera |= policy.mDontAllowCamera;
253 // indicate as such in the mDontAllowCamera policy
280 // clear the mDontAllowCamera policy
422 if (policy.mDontAllowCamera && !dpm.getCameraDisabled(mAdminName)) {
481 dpm.setCameraDisabled(mAdminName, aggregatePolicy.mDontAllowCamera);
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ProvisionParser.java 150 policy.mDontAllowCamera = (getValueInt() == 0);

Completed in 138 milliseconds