Home | History | Annotate | Download | only in provider

Lines Matching refs:PolicyColumns

60 import com.android.emailcommon.provider.EmailContent.PolicyColumns;
644 + PolicyColumns.PASSWORD_MODE + " integer, "
645 + PolicyColumns.PASSWORD_MIN_LENGTH + " integer, "
646 + PolicyColumns.PASSWORD_EXPIRATION_DAYS + " integer, "
647 + PolicyColumns.PASSWORD_HISTORY + " integer, "
648 + PolicyColumns.PASSWORD_COMPLEX_CHARS + " integer, "
649 + PolicyColumns.PASSWORD_MAX_FAILS + " integer, "
650 + PolicyColumns.MAX_SCREEN_LOCK_TIME + " integer, "
651 + PolicyColumns.REQUIRE_REMOTE_WIPE + " integer, "
652 + PolicyColumns.REQUIRE_ENCRYPTION + " integer, "
653 + PolicyColumns.REQUIRE_ENCRYPTION_EXTERNAL + " integer, "
654 + PolicyColumns.REQUIRE_MANUAL_SYNC_WHEN_ROAMING + " integer, "
655 + PolicyColumns.DONT_ALLOW_CAMERA + " integer, "
656 + PolicyColumns.DONT_ALLOW_ATTACHMENTS + " integer, "
657 + PolicyColumns.DONT_ALLOW_HTML + " integer, "
658 + PolicyColumns.MAX_ATTACHMENT_SIZE + " integer, "
659 + PolicyColumns.MAX_TEXT_TRUNCATION_SIZE + " integer, "
660 + PolicyColumns
661 + PolicyColumns.MAX_EMAIL_LOOKBACK + " integer, "
662 + PolicyColumns.MAX_CALENDAR_LOOKBACK + " integer, "
663 + PolicyColumns.PASSWORD_RECOVERY_ENABLED + " integer"
856 deleteUnlinked(mDatabase, Policy.TABLE_NAME, PolicyColumns.ID, AccountColumns.POLICY_KEY,
1278 + " add column " + PolicyColumns.REQUIRE_MANUAL_SYNC_WHEN_ROAMING +
1281 + " add column " + PolicyColumns.DONT_ALLOW_CAMERA + " integer;");
1283 + " add column " + PolicyColumns.DONT_ALLOW_ATTACHMENTS + " integer;");
1285 + " add column " + PolicyColumns.DONT_ALLOW_HTML + " integer;");
1287 + " add column " + PolicyColumns.MAX_ATTACHMENT_SIZE + " integer;");
1289 + " add column " + PolicyColumns.MAX_TEXT_TRUNCATION_SIZE +
1292 + " add column " + PolicyColumns.MAX_HTML_TRUNCATION_SIZE +
1295 + " add column " + PolicyColumns.MAX_EMAIL_LOOKBACK + " integer;");
1297 + " add column " + PolicyColumns.MAX_CALENDAR_LOOKBACK + " integer;");
1299 + " add column " + PolicyColumns.PASSWORD_RECOVERY_ENABLED +