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

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
QuickResponse.java 51 public static final String[] CONTENT_PROJECTION = new String[] {
134 Cursor c = context.getContentResolver().query(uri, CONTENT_PROJECTION,
HostAuth.java 76 public static final String[] CONTENT_PROJECTION = new String[] {
100 HostAuth.CONTENT_URI, HostAuth.CONTENT_PROJECTION, id);
Policy.java 104 public static final String[] CONTENT_PROJECTION = new String[] {RECORD_ID,
136 Policy.CONTENT_PROJECTION, id);
Mailbox.java 94 public static final String[] CONTENT_PROJECTION = new String[] {
242 Mailbox.CONTENT_URI, Mailbox.CONTENT_PROJECTION, id);
277 Mailbox.CONTENT_PROJECTION,
546 Object[] hash = new Object[CONTENT_PROJECTION.length];
Account.java 161 public static final String[] CONTENT_PROJECTION = new String[] {
225 Account.CONTENT_URI, Account.CONTENT_PROJECTION, id);
242 Cursor c = context.getContentResolver().query(getUri(), Account.CONTENT_PROJECTION,
    [all...]
EmailContent.java 295 public static final String[] CONTENT_PROJECTION = new String[] {
377 Cursor c = context.getContentResolver().query(u, Body.CONTENT_PROJECTION,
385 Body.CONTENT_PROJECTION, Body.MESSAGE_KEY + "=?",
578 public static final String[] CONTENT_PROJECTION = new String[] {
    [all...]

Completed in 434 milliseconds