Searched refs:PROJECTION (Results 1 - 25 of 101) sorted by relevance

12345

/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/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/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/Messaging/src/com/android/messaging/util/
H A DContactUtil.java82 public static final String[] PROJECTION = new String[] { field in class:ContactUtil.PhoneQuery
99 public static final String[] PROJECTION = new String[] { field in class:ContactUtil.PhoneLookupQuery
117 public static final String[] PROJECTION = new String[] { field in class:ContactUtil.FrequentContactQuery
131 public static final String[] PROJECTION = new String[] { field in class:ContactUtil.EmailQuery
150 public static final String[] PROJECTION = new String[] { field in class:ContactUtil.SelfQuery
162 public static final String[] PROJECTION = new String[] { field in class:ContactUtil.StructuredNameQuery
217 return new CursorQueryData(context, Profile.CONTENT_URI, SelfQuery.PROJECTION, null, null,
239 return new CursorQueryData(context, uri, PhoneQuery.PROJECTION, null, null,
317 PhoneQuery.PROJECTION, null, null,
336 return new CursorQueryData(context, uri, PhoneLookupQuery.PROJECTION, nul
[all...]
/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/Dialer/src/com/android/dialer/voicemail/
H A DVoicemailStatusHelperImpl.java49 public static final String[] PROJECTION = new String[NUM_COLUMNS]; field in class:VoicemailStatusHelperImpl
51 PROJECTION[SOURCE_PACKAGE_INDEX] = Status.SOURCE_PACKAGE;
52 PROJECTION[CONFIGURATION_STATE_INDEX] = Status.CONFIGURATION_STATE;
53 PROJECTION[DATA_CHANNEL_STATE_INDEX] = Status.DATA_CHANNEL_STATE;
54 PROJECTION[NOTIFICATION_CHANNEL_STATE_INDEX] = Status.NOTIFICATION_CHANNEL_STATE;
55 PROJECTION[SETTINGS_URI_INDEX] = Status.SETTINGS_URI;
56 PROJECTION[VOICEMAIL_ACCESS_URI_INDEX] = Status.VOICEMAIL_ACCESS_URI;
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaDocumentsProvider.java243 ImagesBucketQuery.PROJECTION, ImageColumns.BUCKET_ID + "=" + ident.id,
252 ImageQuery.PROJECTION, BaseColumns._ID + "=" + ident.id, null,
264 VideosBucketQuery.PROJECTION, VideoColumns.BUCKET_ID + "=" + ident.id,
273 VideoQuery.PROJECTION, BaseColumns._ID + "=" + ident.id, null,
285 ArtistQuery.PROJECTION, BaseColumns._ID + "=" + ident.id, null,
294 AlbumQuery.PROJECTION, BaseColumns._ID + "=" + ident.id, null,
303 SongQuery.PROJECTION, BaseColumns._ID + "=" + ident.id, null,
332 ImagesBucketQuery.PROJECTION, null, null, ImagesBucketQuery.SORT_ORDER);
346 ImageQuery.PROJECTION, ImageColumns.BUCKET_ID + "=" + ident.id,
355 VideosBucketQuery.PROJECTION, nul
573 final String[] PROJECTION = new String[] { field in interface:MediaDocumentsProvider.ImagesBucketQuery
601 final String[] PROJECTION = new String[] { field in interface:MediaDocumentsProvider.ImageQuery
631 final String[] PROJECTION = new String[] { field in interface:MediaDocumentsProvider.VideosBucketQuery
659 final String[] PROJECTION = new String[] { field in interface:MediaDocumentsProvider.VideoQuery
689 final String[] PROJECTION = new String[] { field in interface:MediaDocumentsProvider.ArtistQuery
709 final String[] PROJECTION = new String[] { field in interface:MediaDocumentsProvider.AlbumQuery
729 final String[] PROJECTION = new String[] { field in interface:MediaDocumentsProvider.SongQuery
758 final String[] PROJECTION = new String[] { field in interface:MediaDocumentsProvider.ImagesBucketThumbnailQuery
785 final String[] PROJECTION = new String[] { field in interface:MediaDocumentsProvider.ImageThumbnailQuery
845 final String[] PROJECTION = new String[] { field in interface:MediaDocumentsProvider.VideosBucketThumbnailQuery
873 final String[] PROJECTION = new String[] { field in interface:MediaDocumentsProvider.VideoThumbnailQuery
918 final String[] PROJECTION = new String[] { field in interface:MediaDocumentsProvider.ImageOrientationQuery
[all...]
/packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
H A DTunerRecordingSessionWorker.java390 private static final String[] PROJECTION = { field in class:TunerRecordingSessionWorker.Program
452 values.put(PROJECTION[0], mChannelId);
453 values.put(PROJECTION[1], mTitle);
454 values.put(PROJECTION[2], mEpisodeTitle);
455 values.put(PROJECTION[3], mSeasonNumber);
456 values.put(PROJECTION[4], mEpisodeNumber);
457 values.put(PROJECTION[5], mDescription);
458 values.put(PROJECTION[6], mPosterArtUri);
459 values.put(PROJECTION[7], mThumbnailUri);
460 values.put(PROJECTION[
[all...]
/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/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,
/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);
/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/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DMessageMove.java57 public static final String[] PROJECTION = new String[] { field in interface:MessageMove.ProjectionMoveQuery
71 public static final String[] PROJECTION = new String[] { ID, SRC_FOLDER_KEY }; field in interface:MessageMove.ProjectionLastSyncedMailboxQuery
121 final Cursor c = getCursor(cr, CONTENT_URI, ProjectionMoveQuery.PROJECTION, accountId);
230 final Cursor moveCursor = cr.query(CONTENT_URI, ProjectionLastSyncedMailboxQuery.PROJECTION,
/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/apps/Messaging/tests/src/com/android/messaging/datamodel/data/
H A DTestDataFactory.java116 return new FakeCursor(ConversationListItemData.PROJECTION, sConversationListCursorColumns,
123 return new FakeCursor(ConversationListItemData.PROJECTION, sConversationListCursorColumns,
202 return new FakeCursor(ParticipantData.ParticipantsQuery.PROJECTION,
225 return new FakeCursor(ContactUtil.PhoneQuery.PROJECTION, sContactCursorColumns,
246 return new FakeCursor(ContactUtil.PhoneQuery.PROJECTION, sContactCursorColumns,
262 return new FakeCursor(ContactUtil.FrequentContactQuery.PROJECTION,
/packages/apps/Contacts/src/com/android/contacts/list/
H A DProviderStatusWatcher.java52 private static final String[] PROJECTION = new String[] { field in class:ProviderStatusWatcher
220 PROJECTION, null, null, null);
/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/tests/src/com/android/dialer/database/
H A DDialerDatabaseHelperTest.java122 new MatrixCursor(DialerDatabaseHelper.DeleteContactQuery.PROJECTION);
143 new MatrixCursor(DialerDatabaseHelper.UpdatedContactQuery.PROJECTION);
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DFrequentContactsCursorBuilder.java85 final MatrixCursor retCursor = new MatrixCursor(ContactUtil.PhoneQuery.PROJECTION);
112 final Object[] row = new Object[ContactUtil.PhoneQuery.PROJECTION.length];
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallLogNotificationsHelper.java225 private static final String[] PROJECTION = { field in class:CallLogNotificationsHelper.DefaultNewCallsQuery
264 PROJECTION, selection, selectionArgs, Calls.DEFAULT_SORT_ORDER)) {
322 private static final String[] PROJECTION = { PhoneLookup.DISPLAY_NAME }; field in class:CallLogNotificationsHelper.DefaultNameLookupQuery
342 PROJECTION, null, null, null)) {
/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,

Completed in 839 milliseconds

12345