Home
last modified time | relevance | path

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

/development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/
DMainActivity.java84 SmsQuery.PROJECTION[SmsQuery.ADDRESS], SmsQuery.PROJECTION[SmsQuery.BODY] }; in onCreate()
173 return new CursorLoader(this, SmsQuery.CONTENT_URI, SmsQuery.PROJECTION, null, null, in onCreateLoader()
201 static final String[] PROJECTION = { field
/development/samples/NotePad/src/com/example/android/notepad/
DTitleEditor.java46 private static final String[] PROJECTION = new String[] { field in TitleEditor
92 PROJECTION, // The columns to retrieve in onCreate()
DNoteEditor.java58 private static final String[] PROJECTION = field in NoteEditor
346 PROJECTION, // The columns to retrieve in onPrepareOptionsMenu()
426 PROJECTION, // Get the columns referred to in the projection in performPaste()
555 PROJECTION, // The columns to retrieve in onCreateLoader()
DNotesList.java59 private static final String[] PROJECTION = new String[] { field in NotesList
465 PROJECTION, // Return the note ID and title for each note. in onCreateLoader()
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactManager.java180 DirtyQuery.PROJECTION, in getDirtyContacts()
338 resolver.query(DataQuery.CONTENT_URI, DataQuery.PROJECTION, DataQuery.SELECTION, in updateContact()
474 resolver.query(DataQuery.CONTENT_URI, DataQuery.PROJECTION, DataQuery.SELECTION, in getRawContact()
600 UserIdQuery.PROJECTION, in lookupRawContact()
628 resolver.query(Data.CONTENT_URI, ProfileQuery.PROJECTION, ProfileQuery.SELECTION, in lookupProfile()
647 public static final String[] PROJECTION = new String[] { field in ContactManager.EditorQuery
691 public final static String[] PROJECTION = new String[] {Data._ID}; field in ContactManager.ProfileQuery
709 public final static String[] PROJECTION = new String[] { field in ContactManager.UserIdQuery
734 public final static String[] PROJECTION = new String[] { field in ContactManager.DirtyQuery
766 public static final String[] PROJECTION = field in ContactManager.DataQuery
[all …]
/development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/contacts/
DContactsFragment.java64 private static final String[] PROJECTION = {ContactsContract.Contacts._ID, field in ContactsFragment
120 return new CursorLoader(getActivity(), ContactsContract.Contacts.CONTENT_URI, PROJECTION, in onCreateLoader()
/development/samples/ApiDemos/src/com/example/android/apis/content/
DPhotosContentJob.java51 static final String[] PROJECTION = new String[] { field in PhotosContentJob
164 PROJECTION, selection.toString(), null, null); in onStartJob()
/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()