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

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Policy.java 72 public boolean mDontAllowCamera;
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;
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ProvisionParser.java 158 policy.mDontAllowCamera = (getValueInt() == 0);
159 if (policy.mDontAllowCamera) {
163 policy.mDontAllowCamera = false;
  /packages/apps/Email/tests/src/com/android/email/
SecurityPolicyTests.java 122 policy.mDontAllowCamera = dontAllowCamera;
182 assertTrue(p4out.mDontAllowCamera);
207 assertTrue(p5out.mDontAllowCamera);
  /packages/apps/Email/provider_src/com/android/email/
SecurityPolicy.java 172 aggregate.mDontAllowCamera |= policy.mDontAllowCamera;
383 if (policy.mDontAllowCamera && !dpm.getCameraDisabled(mAdminName)) {
445 dpm.setCameraDisabled(mAdminName, aggregatePolicy.mDontAllowCamera);
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
PolicyTests.java 203 policy.mDontAllowCamera = false;
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsFragment.java 607 if (policy.mDontAllowCamera) {
    [all...]

Completed in 153 milliseconds