Searched defs:mc (Results 1 – 4 of 4) sorted by relevance
29 MatrixCursor mc = new MatrixCursor(new String[]{ in testFilterByRangeWithoutDup() local66 MatrixCursor mc = new MatrixCursor(new String[]{ContactsContract.CommonDataKinds.Phone in testFilterByRangeWithDup() local103 MatrixCursor mc = new MatrixCursor(new String[]{ContactsContract.CommonDataKinds.Phone in testFilterByOffsetWithoutDup() local128 MatrixCursor mc = new MatrixCursor(new String[]{ContactsContract.CommonDataKinds.Phone in testFilterByOffsetWithDup() local
55 MatrixCursor mc = new MatrixCursor(columnNames); in getContactNamesByNumberInternal() local75 MatrixCursor mc = new MatrixCursor(new String[]{ContactsContract.Data.CONTACT_ID}); in testGetDistinctContactIdSize() local92 MatrixCursor mc = new MatrixCursor( in testGetPhonebookNameListOrderByIndex() local119 MatrixCursor mc = new MatrixCursor( in testGetPhonebookNameListOrderByAlphabetical() local
3733 private void addCombinedAccountRow(MatrixCursor mc) { in addCombinedAccountRow()3862 MatrixCursor mc = new MatrixCursorWithCachedColumns(projection, 1); in getVirtualMailboxCursor() local3946 final MatrixCursor mc; in uiAccounts() local4164 final MatrixCursor mc = new MatrixCursorWithCachedColumns(uiProjection); in uiVirtualMailboxes() local4365 MatrixCursor mc, int projectionLength, Cursor mailboxCursor, in getUiFolderCursorRowFromMailboxCursorRow()4478 final MatrixCursor mc = new MatrixCursorWithCachedColumns(uiProjection); in getFolderListCursor() local4768 MatrixCursor mc = new MatrixCursorWithCachedColumns(uiProjection, 1); in uiQuery() local
547 MatrixCursor mc = new MatrixCursorWithCachedColumns(projection, 1); in getMatrixCursor() local