Home
last modified time | relevance | path

Searched defs:projection (Results 1 – 25 of 422) sorted by relevance

12345678910>>...17

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/media/projection/
H A DMediaProjectionManagerServiceTest.java181 MediaProjectionManagerService.MediaProjection projection = startProjectionPreconditions(); in testGetActiveProjectionInfoInternal() local
195 MediaProjectionManagerService.MediaProjection projection = startProjectionPreconditions(); in testCreateProjection() local
211 MediaProjectionManagerService.MediaProjection projection = startProjectionPreconditions(); in testCreateProjection_priorProjectionGrant() local
234 MediaProjectionManagerService.MediaProjection projection = startProjectionPreconditions(); in testCreateProjection_attemptReuse_noPriorProjectionGrant() local
246 MediaProjectionManagerService.MediaProjection projection = startProjectionPreconditions(); in testCreateProjection_attemptReuse_priorProjectionGrant_notWaiting() local
305 MediaProjectionManagerService.MediaProjection projection = startProjectionPreconditions( in testIsValid_multipleStarts_preventionDisabled() local
324 MediaProjectionManagerService.MediaProjection projection = startProjectionPreconditions( in testIsValid_restart() local
357 MediaProjectionManagerService.MediaProjection projection = createProjectionPreconditions( in testIsValid_timeout() local
369 MediaProjectionManagerService.MediaProjection projection = startProjectionPreconditions( in testIsValid_virtualDisplayAlreadyCreated() local
384 MediaProjectionManagerService.MediaProjection projection = startProjectionPreconditions( in testIsValid_invalid_preventionEnabled() local
[all …]
/aosp12/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/enterprise/
H A DCrossProfileCalendarHelperTest.java39 final String[] projection = new String[]{ in testProjectionNotInAllowedList_throwErrorForCalendars() local
52 final String[] projection = new String[] { in testProjectionNotInAllowedList_throwErrorForEvents() local
65 final String[] projection = new String[] { in testProjectionNotInAllowedList_throwErrorForInstances() local
78 final String[] projection = mHelper.getCalibratedProjection(null, Calendars.CONTENT_URI); in testNoProjection_getFullAllowedListProjectionForCalendars() local
85 final String[] projection = mHelper.getCalibratedProjection(null, Events.CONTENT_URI); in testNoProjection_getFullAllowedListProjectionForEvents() local
91 final String[] projection = mHelper.getCalibratedProjection(null, Instances.CONTENT_URI); in testNoProjection_getFullAllowedListProjectionForInstances() local
/aosp12/packages/providers/ContactsProvider/test_common/src/com/android/providers/contacts/testutil/
H A DDeletedContactUtil.java36 String[] projection = new String[]{ in queryDeletedTimestampForContactId() local
48 String[] projection = new String[] { in getCount() local
64 public static List<String[]> query(ContentResolver resolver, String[] projection) { in query()
74 public static List<String[]> querySinceTimestamp(ContentResolver resolver, String[] projection, in querySinceTimestamp()
/aosp12/packages/providers/TvProvider/tests/src/com/android/providers/tv/
H A DColumnFilterTest.java83 String[] projection = new String[]{ in testQueryChannel() local
98 String[] projection = new String[]{ in testQueryChannel_count() local
117 String[] projection = new String[] { in testQueryChannelWithNoValidColumn() local
129 String[] projection = new String[] { in testInsertAndQueryChannel() local
147 String[] projection = new String[] { in testUpdateChannel() local
/aosp12/packages/apps/EmergencyInfo/src/com/android/emergency/
H A DEmergencySearchIndexablesProvider.java52 public Cursor queryXmlResources(String[] projection) { in queryXmlResources()
72 public Cursor queryRawData(String[] projection) { in queryRawData()
77 public Cursor queryNonIndexableKeys(String[] projection) { in queryNonIndexableKeys()
/aosp12/packages/apps/Traceur/src/com/android/traceur/
H A DSearchProvider.java45 public Cursor queryXmlResources(String[] projection) { in queryXmlResources()
50 public Cursor queryRawData(String[] projection) { in queryRawData()
68 public Cursor queryNonIndexableKeys(String[] projection) { in queryNonIndexableKeys()
H A DStorageProvider.java75 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots()
100 public Cursor queryDocument(String documentId, String[] projection) in queryDocument()
126 String parentDocumentId, String[] projection, String sortOrder) in queryChildDocuments()
151 private static String[] resolveRootProjection(String[] projection) { in resolveRootProjection()
155 private static String[] resolveDocumentProjection(String[] projection) { in resolveDocumentProjection()
/aosp12/packages/apps/UniversalMediaPlayer/java/com/android/pump/db/
H A DAudioStore.java83 String[] projection = { in load() local
107 String[] projection = { in load() local
141 String[] projection = { in load() local
188 String[] projection = { in load() local
212 String[] projection = { in load() local
244 String[] projection = { in loadData() local
289 String[] projection = { MediaStore.Audio.Artists.ARTIST }; in loadData() local
318 String[] projection = { in loadData() local
363 String[] projection = { MediaStore.Audio.Genres.NAME }; in loadData() local
392 String[] projection = { MediaStore.Audio.Playlists.NAME }; in loadData() local
[all …]
/aosp12/frameworks/base/core/java/android/provider/
H A DSearchIndexablesProvider.java118 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query()
154 public abstract Cursor queryXmlResources(String[] projection); in queryXmlResources()
165 public abstract Cursor queryRawData(String[] projection); in queryRawData()
176 public abstract Cursor queryNonIndexableKeys(String[] projection); in queryNonIndexableKeys()
209 public Cursor queryDynamicRawData(@Nullable String[] projection) { in queryDynamicRawData()
/aosp14/frameworks/base/core/java/android/provider/
H A DSearchIndexablesProvider.java118 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query()
154 public abstract Cursor queryXmlResources(String[] projection); in queryXmlResources()
165 public abstract Cursor queryRawData(String[] projection); in queryRawData()
176 public abstract Cursor queryNonIndexableKeys(String[] projection); in queryNonIndexableKeys()
209 public Cursor queryDynamicRawData(@Nullable String[] projection) { in queryDynamicRawData()
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/
H A DContactsQueryHelper.java68 final String[] projection = new String[] { in querySince() local
107 final String[] projection = new String[] { in queryWithUri() local
112 private boolean queryContact(@NonNull Uri uri, @NonNull String[] projection, in queryContact()
119 uri, projection, selection, selectionArgs, /* sortOrder= */ null)) { in queryContact() argument
160 String[] projection = new String[] { in queryPhoneNumber() local
165 ContactsContract.CommonDataKinds.Phone.CONTENT_URI, projection, selection, in queryPhoneNumber() argument
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DContactsQueryHelper.java69 final String[] projection = new String[] { in querySince() local
108 final String[] projection = new String[] { in queryWithUri() local
113 private boolean queryContact(@NonNull Uri uri, @NonNull String[] projection, in queryContact()
120 uri, projection, selection, selectionArgs, /* sortOrder= */ null)) { in queryContact() argument
165 String[] projection = new String[] { in queryPhoneNumber() local
170 ContactsContract.CommonDataKinds.Phone.CONTENT_URI, projection, selection, in queryPhoneNumber() argument
/aosp12/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportStorageProvider.java60 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots()
73 String parentDocumentId, String[] projection, String sortOrder) in queryChildDocuments()
84 public Cursor queryDocument(String documentId, String[] projection) in queryDocument()
111 private static String[] resolveRootProjection(String[] projection) { in resolveRootProjection()
115 private static String[] resolveDocumentProjection(String[] projection) { in resolveDocumentProjection()
/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportStorageProvider.java60 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots()
73 String parentDocumentId, String[] projection, String sortOrder) in queryChildDocuments()
84 public Cursor queryDocument(String documentId, String[] projection) in queryDocument()
111 private static String[] resolveRootProjection(String[] projection) { in resolveRootProjection()
115 private static String[] resolveDocumentProjection(String[] projection) { in resolveDocumentProjection()
/aosp12/frameworks/base/packages/SettingsLib/SearchProvider/src/com/android/settingslib/searchprovider/
H A DSettingsXmlIndexProvider.java43 public Cursor queryXmlResources(String[] projection) { in queryXmlResources()
70 public Cursor queryRawData(String[] projection) { in queryRawData()
83 public Cursor queryNonIndexableKeys(String[] projection) { in queryNonIndexableKeys()
/aosp14/frameworks/base/packages/SettingsLib/SearchProvider/src/com/android/settingslib/searchprovider/
H A DSettingsXmlIndexProvider.java43 public Cursor queryXmlResources(String[] projection) { in queryXmlResources()
70 public Cursor queryRawData(String[] projection) { in queryRawData()
83 public Cursor queryNonIndexableKeys(String[] projection) { in queryNonIndexableKeys()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestDocumentsProvider.java66 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots()
71 public Cursor queryDocument(String documentId, String[] projection) in queryDocument()
77 public Cursor queryChildDocuments(String parentDocumentId, String[] projection, in queryChildDocuments()
89 public Cursor queryRecentDocuments(String rootId, String[] projection) { in queryRecentDocuments()
94 public Cursor querySearchDocuments(String rootId, String query, String[] projection) { in querySearchDocuments()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/search/
H A DCarSettingsSearchIndexablesProvider.java66 public Cursor queryXmlResources(String[] projection) { in queryXmlResources()
91 public Cursor queryRawData(String[] projection) { in queryRawData()
127 public Cursor queryNonIndexableKeys(String[] projection) { in queryNonIndexableKeys()
/aosp14/frameworks/base/media/java/android/media/projection/
H A DIMediaProjectionManager.aidl72 boolean isCurrentProjection(IMediaProjection projection); in isCurrentProjection()
88 void requestConsentForInvalidProjection(in IMediaProjection projection); in requestConsentForInvalidProjection()
129 in IMediaProjection projection); in setContentRecordingSession()
151 in @nullable IMediaProjection projection); in setUserReviewGrantedConsentResult()
/aosp12/packages/providers/ContactsProvider/tests2/src/com/android/providers/contacts/tests2/
H A DAllUriTest.java306 String[] projection, String selection, in checkQueryExecutable()
309 try (Cursor c = mResolver.query(uri, projection, selection, in checkQueryExecutable() argument
318 try (Cursor c = mResolver.query(uri, projection, selection, in checkQueryExecutable() argument
330 projection, selection, selectionArgs, sortOrder)) { in checkQueryExecutable() argument
345 projection, selection, selectionArgs, sortOrder)) { in checkQueryExecutable() argument
354 String[] projection, String selection, in checkQueryNotExecutable()
357 try (Cursor c = mResolver.query(uri, projection, selection, in checkQueryNotExecutable() argument
524 final String[] projection = {getColumns(uri)[0]}; in testSelectWithAllArgs() local
582 private void checkColumnNotAccessibleInner(Uri uri, String[] projection, String selection, in checkColumnNotAccessibleInner()
585 try (Cursor c = mResolver.query(uri, projection, selection, in checkColumnNotAccessibleInner() argument
/aosp12/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/storage/
H A DTertiaryKeysTable.java59 String[] projection = { in getKey() local
75 projection, in getKey() argument
99 String[] projection = { in getAllKeys() local
112 projection, in getAllKeys() argument
/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/
H A DIdleServiceTest.java153 final String[] projection = new String[]{DATE_EXPIRES}; in testExtendTrashedItemExpiresOverOneWeek() local
157 try (Cursor cursor = resolver.query(uri, projection, queryArgs, in testExtendTrashedItemExpiresOverOneWeek() argument
167 try (Cursor cursor = resolver.query(uri, projection, queryArgs, in testExtendTrashedItemExpiresOverOneWeek() argument
191 final String[] projection = new String[]{DATE_EXPIRES}; in testDeleteExpiredTrashedItem() local
195 try (Cursor cursor = resolver.query(uri, projection, queryArgs, in testDeleteExpiredTrashedItem() argument
202 try (Cursor cursor = resolver.query(uri, projection, queryArgs, in testDeleteExpiredTrashedItem() argument
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
H A DPagingProvider.java47 public Cursor queryDocument(String documentId, String[] projection) in queryDocument()
56 String parentDocumentId, String[] projection, String sortOrder) in queryChildDocuments()
63 String parentDocumentId, String[] projection, Bundle queryArgs) in queryChildDocuments()
/aosp12/packages/apps/Contacts/src/com/android/contacts/database/
H A DNoNullCursorAsyncQueryHandler.java36 public void startQuery(int token, Object cookie, Uri uri, String[] projection, String selection, in startQuery()
62 public final String[] projection; field in NoNullCursorAsyncQueryHandler.CookieWithProjection
64 public CookieWithProjection(Object cookie, String[] projection) { in CookieWithProjection()
/aosp12/packages/services/Telephony/tests/src/com/android/phone/
H A DSimPhonebookProviderTest.java194 String[] projection = { in query_entityFiles_multiSim_returnsCursorWithRowForEachSimEf() local
361 String[] projection = { in query_simRecords_singleSim_returnsDataForCorrectEf() local
369 projection, null, null); in query_simRecords_singleSim_returnsDataForCorrectEf() argument
402 String[] projection = { in query_adnRecords_returnsAdnData() local
410 projection, null, null); in query_adnRecords_returnsAdnData() argument
442 String[] projection = { in query_fdnRecords_returnsFdnData() local
450 projection, null, null); in query_fdnRecords_returnsFdnData() argument
479 String[] projection = { in query_sdnRecords_returnsSdnData() local
487 projection, null, null); in query_sdnRecords_returnsSdnData() argument
575 String[] projection = { in query_itemUri_returnsCorrectRow() local
[all …]

12345678910>>...17