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

123

/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);
H A DCallDetailActivityQueryHandler.java73 VoicemailStatusHelperImpl.PROJECTION, null, null, null);
/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,
H A DSnapshotTab.java157 static final String[] PROJECTION = new String[] { field in class:SnapshotTab.LoadData
190 return mContentResolver.query(uri, PROJECTION, null, null, null);
/packages/apps/Contacts/src/com/android/contacts/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/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.java36 private static final String[] PROJECTION = new String[] { field in class:DismissAlarmsService
75 values.put(PROJECTION[COLUMN_INDEX_STATE], CalendarAlerts.STATE_DISMISSED);
H A DAlertActivity.java50 private static final String[] PROJECTION = new String[] { field in class:AlertActivity
92 values.put(PROJECTION[INDEX_STATE], CalendarAlerts.STATE_DISMISSED);
100 values.put(PROJECTION[INDEX_STATE], CalendarAlerts.STATE_DISMISSED);
204 mQueryHandler.startQuery(0, null, uri, PROJECTION, SELECTION, SELECTIONARG,
/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/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectSyncedCalendarsMultiAccountActivity.java43 private static final String[] PROJECTION = new String[] { field in class:SelectSyncedCalendarsMultiAccountActivity
58 mCursor = managedQuery(Calendars.CONTENT_URI, PROJECTION,
H A DSelectVisibleCalendarsFragment.java49 private static final String[] PROJECTION = new String[] { field in class:SelectVisibleCalendarsFragment
144 mService.startQuery(mQueryToken, null, Calendars.CONTENT_URI, PROJECTION, SELECTION,
168 mService.startQuery(mQueryToken, null, Calendars.CONTENT_URI, PROJECTION, SELECTION,
H A DSelectCalendarsSyncFragment.java60 private static final String[] PROJECTION = new String[] { field in class:SelectCalendarsSyncFragment
168 getActivity(), Calendars.CONTENT_URI, PROJECTION, SELECTION, mArgs, SORT_ORDER);
/packages/apps/Contacts/src/com/android/contacts/list/
H A DDirectoryListLoader.java48 public static final String[] PROJECTION = { field in class:DirectoryListLoader.DirectoryQuery
148 DirectoryQuery.PROJECTION, selection, null, DirectoryQuery.ORDER_BY);
H A DProviderStatusWatcher.java63 private static final String[] PROJECTION = new String[] { field in class:ProviderStatusWatcher
231 PROJECTION, null, null, null);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DContactsDictionary.java40 private static final String[] PROJECTION = { field in class:ContactsDictionary
105 .query(Contacts.CONTENT_URI, PROJECTION, null, null, null);
H A DContactsBinaryDictionary.java33 private static final String[] PROJECTION = {BaseColumns._ID, Contacts.DISPLAY_NAME,}; field in class:ContactsBinaryDictionary
103 .query(Contacts.CONTENT_URI, PROJECTION, null, null, null);
227 Contacts.CONTENT_URI, PROJECTION, null, null, null);
/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DDefaultVoicemailNotifier.java239 private static final String[] PROJECTION = { field in class:DefaultVoicemailNotifier.DefaultNewCallsQuery
258 cursor = mContentResolver.query(Calls.CONTENT_URI_WITH_VOICEMAIL, PROJECTION,
305 private static final String[] PROJECTION = { PhoneLookup.DISPLAY_NAME }; field in class:DefaultVoicemailNotifier.DefaultNameLookupQuery
320 PROJECTION, null, null, null);
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DLocalAlbum.java72 mProjection = LocalImage.PROJECTION;
79 mProjection = LocalVideo.PROJECTION;
166 projection = LocalImage.PROJECTION;
170 projection = LocalVideo.PROJECTION;
H A DLocalVideo.java40 // the following PROJECTION array.
55 static final String[] PROJECTION = new String[] { field in class:LocalVideo
86 Cursor cursor = LocalAlbum.getItemCursor(resolver, uri, PROJECTION, id);
/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/apps/Browser/src/com/android/browser/homepages/
H A DRequestHandler.java102 private static final String[] PROJECTION = new String[] { field in class:RequestHandler
112 History.CONTENT_URI, PROJECTION, SELECTION,
118 Bookmarks.CONTENT_URI, PROJECTION, SELECTION,
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
H A DWidgetDatabaseHelper.java53 private static final String[] PROJECTION = { field in class:WidgetDatabaseHelper
222 cursor = db.query(TABLE_WIDGETS, PROJECTION,
242 cursor = db.query(TABLE_WIDGETS, PROJECTION,
/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);

Completed in 279 milliseconds

123