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

12

  /packages/apps/Email/src/com/android/email/activity/
MailboxList.java 345 MailboxList.this.mListAdapter.PROJECTION,
605 public final String[] PROJECTION = new String[] { MailboxColumns.ID,
  /packages/apps/Tag/src/com/android/apps/tag/
MyTagList.java 205 static final String[] PROJECTION = new String[] {
226 TagQuery.PROJECTION,
  /packages/apps/Email/src/com/android/email/
MessagingController.java 212 private static final String[] PROJECTION = new String[] {
272 LocalMailboxInfo.PROJECTION,
416 private static final String[] PROJECTION = new String[] {
479 LocalMessageInfo.PROJECTION,
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
AlertDialog_BuilderTest.java 572 final String[] PROJECTION = new String[] {
576 final Cursor c = mContext.getContentResolver().query(People.CONTENT_URI, PROJECTION, null,
  /cts/tests/tests/database/src/android/database/cts/
DatabaseUtilsTest.java 169 final String[] PROJECTION = new String[] {
173 Cursor cursor = db.query("test", PROJECTION, null, null, null, null, null);
  /frameworks/base/core/java/android/provider/
Calendar.java 211 public static final Cursor query(ContentResolver cr, String[] projection,
214 return cr.query(CONTENT_URI, projection, where,
810 public static final Cursor query(ContentResolver cr, String[] projection) {
811 return cr.query(CONTENT_URI, projection, null, null, DEFAULT_SORT_ORDER);
814 public static final Cursor query(ContentResolver cr, String[] projection,
816 return cr.query(CONTENT_URI, projection, where,
1270 String[] projection = new String[] { ALARM_TIME }; local
1306 String[] projection = new String[] { local
1382 String[] projection = new String[] { ALARM_TIME }; local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
AgendaWindowAdapter.java 79 private static final String[] PROJECTION = new String[] {
638 queryData.start, queryData.end), PROJECTION,
  /packages/apps/Contacts/src/com/android/contacts/ui/
QuickContactWindow.java 417 mHandler.startQuery(TOKEN_DATA, lookupUri, dataUri, DataQuery.PROJECTION, Data.MIMETYPE
422 mHandler.startQuery(TOKEN_DATA, lookupUri, dataUri, DataQuery.PROJECTION, Data.MIMETYPE
    [all...]
EditContactActivity.java     [all...]
  /frameworks/base/include/private/opengles/
gl_context.h 486 PROJECTION = 0x02,
495 matrix_stack_t projection; member in struct:android::gl::transform_state_t
498 // modelview * projection
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListAdapter.java 71 static final String[] PROJECTION = new String[] {
99 // with above PROJECTION.
448 //Projection used for the summary info in the header.
ComposeMessageActivity.java 28 import static com.android.mms.ui.MessageListAdapter.PROJECTION;
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 1003 String[] projection = new String[] { local
1333 String[] projection = new String[] { local
    [all...]
  /frameworks/base/opengl/libagl/
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/Contacts/src/com/android/contacts/
ViewContactActivity.java 484 mHandler.startQuery(TOKEN_STATUSES, null, dataUri, StatusQuery.PROJECTION,
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 254 public static final String[] PROJECTION = new String[] {
    [all...]

Completed in 854 milliseconds

12