Home | History | Annotate | Download | only in provider

Lines Matching refs:SECURITY_FLAGS

514             + AccountColumns.SECURITY_FLAGS + " integer, "
910 + " add column " + AccountColumns.SECURITY_FLAGS + " integer" + ";");
1493 new String[] {BaseColumns._ID /*0*/, AccountColumns.SECURITY_FLAGS /*1*/},
1494 AccountColumns.SECURITY_FLAGS + ">0", null, null, null, null);
1499 long securityFlags = c.getLong(1 /*SECURITY_FLAGS*/);
1503 cv.putNull(AccountColumns.SECURITY_FLAGS);