/development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/ |
D | MainActivity.java | 84 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/ |
D | TitleEditor.java | 46 private static final String[] PROJECTION = new String[] { field in TitleEditor 92 PROJECTION, // The columns to retrieve in onCreate()
|
D | NoteEditor.java | 58 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()
|
D | NotesList.java | 59 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/ |
D | ContactManager.java | 180 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/ |
D | ContactsFragment.java | 64 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/ |
D | PhotosContentJob.java | 51 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/ |
D | ContactDetailFragment.java | 325 ContactDetailQuery.PROJECTION, in onCreateLoader() 332 ContactAddressQuery.PROJECTION, in onCreateLoader() 650 final static String[] PROJECTION = { field 669 final static String[] PROJECTION = { field
|
D | ContactsListFragment.java | 480 ContactsQuery.PROJECTION, in onCreateLoader() 901 final static String[] PROJECTION = { field
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
D | PhotoThumbnailFragment.java | 77 private static final String[] PROJECTION = field in PhotoThumbnailFragment 107 PROJECTION, // Projection to return in onCreateLoader()
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/ |
D | EntryListFragment.java | 92 private static final String[] PROJECTION = new String[]{ field in EntryListFragment 217 PROJECTION, // Projection in onCreateLoader()
|
D | SyncAdapter.java | 88 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/ |
D | LoaderThrottle.java | 484 static final String[] PROJECTION = new String[] { field in LoaderThrottle.ThrottledLoaderListFragment 491 PROJECTION, null, null, null); in onCreateLoader()
|