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

123

/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/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/Browser/src/com/android/browser/
H A DBookmarksLoader.java38 public static final String[] PROJECTION = new String[] { field in class:BookmarksLoader
56 PROJECTION, null, null, null);
H A DAccountsChangedReceiver.java33 private static final String[] PROJECTION = new String[] { field in class:AccountsChangedReceiver
56 Cursor c = cr.query(Accounts.CONTENT_URI, PROJECTION,
/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.java213 ImagesBucketQuery.PROJECTION, ImageColumns.BUCKET_ID + "=" + ident.id,
222 ImageQuery.PROJECTION, BaseColumns._ID + "=" + ident.id, null,
234 VideosBucketQuery.PROJECTION, VideoColumns.BUCKET_ID + "=" + ident.id,
243 VideoQuery.PROJECTION, BaseColumns._ID + "=" + ident.id, null,
255 ArtistQuery.PROJECTION, BaseColumns._ID + "=" + ident.id, null,
264 AlbumQuery.PROJECTION, BaseColumns._ID + "=" + ident.id, null,
273 SongQuery.PROJECTION, BaseColumns._ID + "=" + ident.id, null,
302 ImagesBucketQuery.PROJECTION, null, null, ImagesBucketQuery.SORT_ORDER);
316 ImageQuery.PROJECTION, ImageColumns.BUCKET_ID + "=" + ident.id,
325 VideosBucketQuery.PROJECTION, nul
557 final String[] PROJECTION = new String[] { field in interface:MediaDocumentsProvider.ImagesBucketQuery
586 final String[] PROJECTION = new String[] { field in interface:MediaDocumentsProvider.ImageQuery
615 final String[] PROJECTION = new String[] { field in interface:MediaDocumentsProvider.VideosBucketQuery
644 final String[] PROJECTION = new String[] { field in interface:MediaDocumentsProvider.VideoQuery
673 final String[] PROJECTION = new String[] { field in interface:MediaDocumentsProvider.ArtistQuery
692 final String[] PROJECTION = new String[] { field in interface:MediaDocumentsProvider.AlbumQuery
711 final String[] PROJECTION = new String[] { field in interface:MediaDocumentsProvider.SongQuery
739 final String[] PROJECTION = new String[] { field in interface:MediaDocumentsProvider.ImagesBucketThumbnailQuery
766 final String[] PROJECTION = new String[] { field in interface:MediaDocumentsProvider.ImageThumbnailQuery
826 final String[] PROJECTION = new String[] { field in interface:MediaDocumentsProvider.VideosBucketThumbnailQuery
854 final String[] PROJECTION = new String[] { field in interface:MediaDocumentsProvider.VideoThumbnailQuery
899 final String[] PROJECTION = new String[] { field in interface:MediaDocumentsProvider.ImageOrientationQuery
[all...]
/packages/apps/Browser/tests/src/com/android/browser/tests/
H A DBP2ProviderTests.java36 static final String[] PROJECTION = new String[] { field in class:BP2ProviderTests
86 PROJECTION, null, null, null);
105 PROJECTION, null, null, null);
125 PROJECTION, null, null, null);
/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,
H A DSelectVisibleCalendarsFragment.java50 private static final String[] PROJECTION = new String[] { field in class:SelectVisibleCalendarsFragment
151 mService.startQuery(mQueryToken, null, Calendars.CONTENT_URI, PROJECTION, SELECTION,
174 mService.startQuery(mQueryToken, null, Calendars.CONTENT_URI, PROJECTION, SELECTION,
/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/apps/Browser/src/com/android/browser/widget/
H A DBookmarkWidgetConfigure.java119 static final String[] PROJECTION = new String[] { field in class:BookmarkWidgetConfigure.AccountsLoader
133 .build(), PROJECTION, null, null, null);
/packages/apps/Contacts/src/com/android/contacts/list/
H A DProviderStatusWatcher.java63 private static final String[] PROJECTION = new String[] { field in class:ProviderStatusWatcher
231 PROJECTION, null, null, null);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DDirectoryListLoader.java48 public static final String[] PROJECTION = { field in class:DirectoryListLoader.DirectoryQuery
149 DirectoryQuery.PROJECTION, selection, null, DirectoryQuery.ORDER_BY);
/packages/apps/Dialer/src/com/android/dialer/
H A DCallDetailActivityQueryHandler.java74 VoicemailStatusHelperImpl.PROJECTION, null, null, null);
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DDefaultVoicemailNotifier.java243 private static final String[] PROJECTION = { field in class:DefaultVoicemailNotifier.DefaultNewCallsQuery
263 cursor = mContentResolver.query(Calls.CONTENT_URI_WITH_VOICEMAIL, PROJECTION,
311 private static final String[] PROJECTION = { PhoneLookup.DISPLAY_NAME }; field in class:DefaultVoicemailNotifier.DefaultNameLookupQuery
326 PROJECTION, null, null, null);
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DLocalAlbum.java75 mProjection = LocalImage.PROJECTION;
82 mProjection = LocalVideo.PROJECTION;
176 projection = LocalImage.PROJECTION;
180 projection = LocalVideo.PROJECTION;
H A DSecureAlbum.java36 private static final String[] PROJECTION = {MediaColumns._ID}; field in class:SecureAlbum
138 Cursor cursor = mContext.getContentResolver().query(uri, PROJECTION,
155 Cursor cursor = mContext.getContentResolver().query(uri, PROJECTION,
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DContactsBinaryDictionary.java41 private static final String[] PROJECTION = {BaseColumns._ID, Contacts.DISPLAY_NAME}; field in class:ContactsBinaryDictionary
138 .query(uri, PROJECTION, null, null, null);
272 Contacts.CONTENT_URI, PROJECTION, null, null, null);
/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,

Completed in 412 milliseconds

123