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

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
HostAuth.java 90 public static final String[] CONTENT_PROJECTION = new String[] {
111 HostAuth.CONTENT_URI, HostAuth.CONTENT_PROJECTION, id);
Policy.java 108 public static final String[] CONTENT_PROJECTION = new String[] {RECORD_ID,
144 Policy.CONTENT_PROJECTION, id, observer);
Account.java 175 public static final String[] CONTENT_PROJECTION = {
215 Account.CONTENT_URI, Account.CONTENT_PROJECTION, id, observer);
251 Cursor c = context.getContentResolver().query(getUri(), Account.CONTENT_PROJECTION,
    [all...]
Mailbox.java 205 public static final String[] CONTENT_PROJECTION = new String[] {
458 Mailbox.CONTENT_URI, Mailbox.CONTENT_PROJECTION, id);
515 Mailbox.CONTENT_PROJECTION,
753 final Object[] hash = new Object[CONTENT_PROJECTION.length];
    [all...]
EmailContent.java 480 public static final String[] CONTENT_PROJECTION = new String[] {
541 Body.CONTENT_PROJECTION, BodyColumns.MESSAGE_KEY + "=?",
    [all...]

Completed in 98 milliseconds