Searched defs:PROJECTION (Results 1 - 25 of 66) sorted by relevance

123

/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DSnoozeAlarmsService.java34 private static final String[] PROJECTION = new String[] { field in class:SnoozeAlarmsService
75 dismissValues.put(PROJECTION[COLUMN_INDEX_STATE], CalendarAlerts.STATE_DISMISSED);
H A DDismissAlarmsService.java45 private static final String[] PROJECTION = new String[] { field in class:DismissAlarmsService
96 values.put(PROJECTION[COLUMN_INDEX_STATE], CalendarAlerts.STATE_DISMISSED);
H A DAlertActivity.java56 private static final String[] PROJECTION = new String[] { field in class:AlertActivity
98 values.put(PROJECTION[INDEX_STATE], CalendarAlerts.STATE_DISMISSED);
127 values.put(PROJECTION[INDEX_STATE], CalendarAlerts.STATE_DISMISSED);
236 mQueryHandler.startQuery(0, null, uri, PROJECTION, SELECTION, SELECTIONARG,
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DContactsDictionaryConstants.java29 public static final String[] PROJECTION = { BaseColumns._ID, Contacts.DISPLAY_NAME, field in class:ContactsDictionaryConstants
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/database/
H A DNoNullCursorAsyncQueryHandlerTest.java37 private static final String[] PROJECTION = new String[]{"column1", "column2"}; field in class:NoNullCursorAsyncQueryHandlerTest
76 handler.startQuery(1, null, URI, PROJECTION, null, null, null);
103 handler.startQuery(1, cookie, URI, PROJECTION, null, null, null);
130 handler.startQuery(1, cookie, URI, PROJECTION, null, null, null);
135 assertSame(PROJECTION, cursorHolder.obj.getColumnNames());
/packages/apps/Gallery2/src/com/android/photos/data/
H A DAlbumSetLoader.java17 public static final String[] PROJECTION = { field in class:AlbumSetLoader
31 MatrixCursor c = new MatrixCursor(PROJECTION, count);
H A DPhotoSetLoader.java39 public static final String[] PROJECTION = new String[] { field in class:PhotoSetLoader
67 super(context, CONTENT_URI, PROJECTION, SELECTION, null, SORT_ORDER);
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DCalendarColorCache.java43 private static String[] PROJECTION = new String[] {Colors.ACCOUNT_NAME, Colors.ACCOUNT_TYPE }; field in class:CalendarColorCache
77 mService.startQuery(0, null, Colors.CONTENT_URI, PROJECTION,
H A DSelectSyncedCalendarsMultiAccountActivity.java43 private static final String[] PROJECTION = new String[] { field in class:SelectSyncedCalendarsMultiAccountActivity
98 }.startQuery(0, null, Calendars.CONTENT_URI, PROJECTION,
H A DSelectCalendarsSyncFragment.java64 private static final String[] PROJECTION = new String[] { field in class:SelectCalendarsSyncFragment
190 getActivity(), Calendars.CONTENT_URI, PROJECTION, SELECTION, mArgs, SORT_ORDER);
/packages/apps/Contacts/src/com/android/contacts/
H A DGroupMemberLoader.java38 private static final String[] PROJECTION = new String[] { field in class:GroupMemberLoader.GroupEditorQuery
54 private static final String[] PROJECTION = new String[] { field in class:GroupMemberLoader.GroupDetailQuery
78 return new GroupMemberLoader(context, groupId, GroupEditorQuery.PROJECTION);
86 return new GroupMemberLoader(context, groupId, GroupDetailQuery.PROJECTION);
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
H A DGroupingListAdapterTests.java40 static private final String[] PROJECTION = new String[] { field in class:GroupingListAdapterTests
94 mCursor = new MatrixCursor(PROJECTION);
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarDatabaseHelperTest.java453 private static final String[] PROJECTION = {"tbl_name", "sql"}; field in class:CalendarDatabaseHelperTest
463 Cursor goodCursor = mGoodDb.query(SQLITE_MASTER, PROJECTION, null, null, null, null,
465 Cursor badCursor = mBadDb.query(SQLITE_MASTER, PROJECTION, null, null, null, null,
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadIdleService.java100 final String[] PROJECTION = new String[] { field in interface:DownloadIdleService.StaleQuery
119 StaleQuery.PROJECTION, Downloads.Impl.COLUMN_STATUS + " >= '200' AND "
140 final String[] PROJECTION = new String[] { field in interface:DownloadIdleService.OrphanQuery
157 OrphanQuery.PROJECTION, null, null, null);
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
H A DVoicemailStatusQueryHelper.java31 final static String[] PROJECTION = new String[] { field in class:VoicemailStatusQueryHelper
100 mSourceUri, PROJECTION, whereClause, whereArgs, null);
H A DVoicemailsQueryHelper.java35 final static String[] PROJECTION = new String[] { field in class:VoicemailsQueryHelper
97 Cursor cursor = mContentResolver.query(mSourceUri, PROJECTION, selection, null, null);
229 mSourceUri, PROJECTION, whereClause, whereArgs, null);
/packages/apps/Calendar/src/com/android/calendar/
H A DEventLoader.java71 private static final String[] PROJECTION = { field in class:EventLoader.LoadEventDaysRequest
94 Cursor cursor = EventDays.query(cr, startDay, numDays, PROJECTION);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DDirectoryListLoader.java50 public static final String[] PROJECTION = { field in class:DirectoryListLoader.DirectoryQuery
157 DirectoryQuery.PROJECTION, selection, null, DirectoryQuery.ORDER_BY);
/packages/apps/Dialer/src/com/android/dialer/filterednumber/
H A DFilteredNumbersUtil.java96 static final String[] PROJECTION = { field in class:FilteredNumbersUtil.ContactsQuery
106 static final String[] PROJECTION = { field in class:FilteredNumbersUtil.PhoneQuery
133 ContactsQuery.PROJECTION,
180 PhoneQuery.PROJECTION,
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
H A DLocalPhotoSource.java52 private static final String[] PROJECTION = {Media._ID}; field in class:LocalPhotoSource
171 CONTENT_URI, PROJECTION, SELECTION, null, ORDER);
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DConversationImagePartsView.java90 public final String[] PROJECTION = { field in interface:ConversationImagePartsView.PhotoViewQuery
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DPeopleOptionsItemData.java30 public static final String[] PROJECTION = { field in class:PeopleOptionsItemData
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DContactLoader.java50 final String[] PROJECTION = new String[] { field in interface:ContactLoader.StatusQuery
79 Cursor cursor = resolver.query(dataUri, StatusQuery.PROJECTION, StatusUpdates.PRESENCE
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
H A DDictionaryBackupAgent.java69 private static final String[] PROJECTION = { field in class:DictionaryBackupAgent
152 Cursor cursor = getContentResolver().query(Words.CONTENT_URI, PROJECTION,
/packages/services/Telephony/src/com/android/phone/vvm/omtp/fetch/
H A DFetchVoicemailReceiver.java50 final static String[] PROJECTION = new String[]{ field in class:FetchVoicemailReceiver
98 Cursor cursor = mContentResolver.query(mUri, PROJECTION, null, null, null);

Completed in 561 milliseconds

123