Home | History | Annotate | Download | only in provider

Lines Matching refs:SECURITY_FLAGS

622             + AccountColumns.SECURITY_FLAGS + " integer, "
1137 + " add column " + AccountColumns.SECURITY_FLAGS + " integer" + ";");
2401 new String[] {EmailContent.RECORD_ID /*0*/, AccountColumns.SECURITY_FLAGS /*1*/},
2402 AccountColumns.SECURITY_FLAGS + ">0", null, null, null, null);
2406 long securityFlags = c.getLong(1 /*SECURITY_FLAGS*/);
2410 cv.putNull(AccountColumns.SECURITY_FLAGS);