Home
last modified time | relevance | path

Searched refs:PROJECTION (Results 1 – 12 of 12) sorted by relevance

/development/samples/NotePad/src/com/example/android/notepad/
DTitleEditor.java44 private static final String[] PROJECTION = new String[] { field in TitleEditor
87 PROJECTION, // The columns to retrieve in onCreate()
DNoteEditor.java59 private static final String[] PROJECTION = field in NoteEditor
210 PROJECTION, // A projection that returns the note ID and note content for each note. in onCreate()
486 PROJECTION, // Get the columns referred to in the projection in performPaste()
DNotesList.java60 private static final String[] PROJECTION = new String[] { field in NotesList
105 PROJECTION, // Return the note ID and title for each note. in onCreate()
/development/samples/devbytes/telephony/SmsSampleProject/SmsSample/src/main/java/com/example/android/smssample/
DMainActivity.java82 SmsQuery.PROJECTION[SmsQuery.ADDRESS], SmsQuery.PROJECTION[SmsQuery.BODY] }; in onCreate()
163 return new CursorLoader(this, SmsQuery.CONTENT_URI, SmsQuery.PROJECTION, null, null, in onCreateLoader()
191 static final String[] PROJECTION = { field
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactManager.java189 DirtyQuery.PROJECTION, in getDirtyContacts()
384 resolver.query(DataQuery.CONTENT_URI, DataQuery.PROJECTION, DataQuery.SELECTION, in updateContact()
520 resolver.query(DataQuery.CONTENT_URI, DataQuery.PROJECTION, DataQuery.SELECTION, in getRawContact()
699 UserIdQuery.PROJECTION, in lookupRawContact()
727 resolver.query(Data.CONTENT_URI, ProfileQuery.PROJECTION, ProfileQuery.SELECTION, in lookupProfile()
746 public static final String[] PROJECTION = new String[] { field in ContactManager.EditorQuery
790 public final static String[] PROJECTION = new String[] {Data._ID}; field in ContactManager.ProfileQuery
808 public final static String[] PROJECTION = new String[] { field in ContactManager.UserIdQuery
833 public final static String[] PROJECTION = new String[] { field in ContactManager.DirtyQuery
865 public static final String[] PROJECTION = field in ContactManager.DataQuery
[all …]
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
DContactDetailFragment.java325 ContactDetailQuery.PROJECTION, in onCreateLoader()
332 ContactAddressQuery.PROJECTION, in onCreateLoader()
650 final static String[] PROJECTION = { field
669 final static String[] PROJECTION = { field
DContactsListFragment.java480 ContactsQuery.PROJECTION, in onCreateLoader()
901 final static String[] PROJECTION = { field
/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoThumbnailFragment.java77 private static final String[] PROJECTION = field in PhotoThumbnailFragment
107 PROJECTION, // Projection to return in onCreateLoader()
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
DEntryListFragment.java92 private static final String[] PROJECTION = new String[]{ field in EntryListFragment
217 PROJECTION, // Projection in onCreateLoader()
DSyncAdapter.java88 private static final String[] PROJECTION = new String[] { field in SyncAdapter
223 Cursor c = contentResolver.query(uri, PROJECTION, null, null, null); in updateLocalFeedData()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DLoaderThrottle.java484 static final String[] PROJECTION = new String[] { field in LoaderThrottle.ThrottledLoaderListFragment
491 PROJECTION, null, null, null); in onCreateLoader()
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
DLoaderThrottleSupport.java484 static final String[] PROJECTION = new String[] { field in LoaderThrottleSupport.ThrottledLoaderListFragment
491 PROJECTION, null, null, null); in onCreateLoader()