HomeSort by relevance Sort by last modified time
    Searched refs:PROJECTION (Results 51 - 71 of 71) sorted by null

1 23

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactDirectoryManager.java 81 public static final String[] PROJECTION = {
419 uri, DirectoryQuery.PROJECTION, null, null, null);
ContactsProvider2.java 425 public static final String[] PROJECTION = new String[] {
533 * If any of these columns are used in a Data projection, there is no point in
7161 String[] projection = new String[]{Contacts.PHOTO_ID, Contacts.PHOTO_FILE_ID}; local
7213 String[] projection = new String[]{Data._ID, Photo.PHOTO_FILE_ID}; local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogQueryHandler.java 181 VoicemailStatusHelperImpl.PROJECTION, null, null, null);
  /packages/apps/Contacts/tests/src/com/android/contacts/voicemail/
VoicemailStatusHelperImplTest.java 256 VoicemailStatusHelperImpl.PROJECTION, getTestPackageSelection(), null, null);
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 96 private static final String[] PROJECTION = {
480 Cursor cursor = getContentResolver().query(Settings.System.CONTENT_URI, PROJECTION, null,
490 Cursor cursor = getContentResolver().query(Settings.Secure.CONTENT_URI, PROJECTION, null,
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 1227 String[] projection = new String[] { local
1295 String[] projection = new String[] { local
1421 String[] projection = new String[] { local
1945 String[] projection = new String[] { local
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListAdapter.java 50 static final String[] PROJECTION = new String[] {
81 // with above PROJECTION.
ComposeMessageActivity.java 27 import static com.android.mms.ui.MessageListAdapter.PROJECTION;
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
AlertDialog_BuilderTest.java 458 final String[] PROJECTION = new String[] {
462 final Cursor c = mContext.getContentResolver().query(People.CONTENT_URI, PROJECTION, null,
  /cts/tests/tests/database/src/android/database/cts/
DatabaseUtilsTest.java 145 final String[] PROJECTION = new String[] {
149 Cursor cursor = db.query(TABLE_NAME, PROJECTION, null, null, null, null, null);
  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 90 * - permuted projection
237 Attachment.CONTENT_URI, AttachmentInfo.PROJECTION,
248 Attachment.CONTENT_URI, AttachmentInfo.PROJECTION,
  /frameworks/native/opengl/libagl/
context.h 483 PROJECTION = 0x02,
492 matrix_stack_t projection; member in struct:android::gl::transform_state_t
495 // modelview * projection
matrix.cpp 69 c->transforms.projection.init(OGLES_PROJECTION_STACK_DEPTH);
91 c->transforms.projection.uninit();
127 // Validate the projection stack (in fact, it's never needed)
128 if (dirty & transform_state_t::PROJECTION) {
129 c->transforms.projection.validate();
203 // find out if this is a 2D projection
499 case GL_PROJECTION: dirty |= PROJECTION | MVP; break;
509 matrixf_t::multiply(temp_mvp, projection.top(), modelview.top());
918 stack = &c->transforms.projection;
  /packages/apps/Browser/src/com/android/browser/
AddBookmarkPage.java 456 String[] projection; local
461 projection = new String[] {
482 projection,
    [all...]
BrowserBookmarksPage.java 491 BookmarksLoader.PROJECTION, BrowserContract.Bookmarks.PARENT + "=?",
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaWindowAdapter.java 104 private static final String[] PROJECTION = new String[] {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java     [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 590 // indexes into projection
647 // indexes into projection
749 // indexes into projection
885 String[] projection = { columnName }; local
1908 String[] projection = new String[] { Instances.BEGIN }; local
2316 String[] projection = { Instances.BEGIN, Instances.START_MINUTE, Instances.END_MINUTE }; local
2495 String[] projection = { Instances.BEGIN, Instances.START_MINUTE }; local
2591 String[] projection = { Instances.BEGIN, Instances.START_MINUTE, Instances.EVENT_ID }; local
2762 String[] projection = { Instances.BEGIN, Instances.START_MINUTE }; local
2856 String[] projection = { Instances.BEGIN, Instances.EVENT_LOCATION }; local
3224 String[] projection = { Instances.BEGIN, Instances.START_MINUTE }; local
    [all...]
  /packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java 354 Cursor c = mContext.getContentResolver().query(lookupUri, AttachmentInfo.PROJECTION,
    [all...]
  /packages/apps/Email/src/com/android/email/
MessagingController.java 227 /** Small projection for just the columns required for a sync. */
399 private static final String[] PROJECTION = new String[] {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 1729 milliseconds

1 23