HomeSort by relevance Sort by last modified time
    Searched refs:getRowColumns (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/src/com/android/exchange/
EasOutboxService.java 89 String[] cols = getRowColumns(Message.CONTENT_URI, msgId, MessageColumns.FLAGS,
101 cols = getRowColumns(Body.CONTENT_URI, BODY_SOURCE_PROJECTION,
106 cols = getRowColumns(Message.CONTENT_URI, refId, SyncColumns.SERVER_ID,
112 cols = getRowColumns(Mailbox.CONTENT_URI, boxId, MailboxColumns.SERVER_ID);
AbstractSyncService.java 314 protected String[] getRowColumns(Uri contentUri, String[] projection, String selection,
338 protected String[] getRowColumns(Uri baseUri, long id, String ... projection) {
339 return getRowColumns(ContentUris.withAppendedId(baseUri, id), projection, null, null);

Completed in 26 milliseconds