/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/ |
H A D | CastDeviceTest.kt | 325 val projection = in projectionToCastDevice_idMatchesPackage() constant 337 val projection = in projectionToCastDevice_name_packageIsHeadlessRemote_isEmpty() constant 349 val projection = in projectionToCastDevice_name_packageMissingFromPackageManager_isPackageName() constant 364 val projection = in projectionToCastDevice_name_nameFromPackageManagerEmpty_isPackageName() constant 381 val projection = in projectionToCastDevice_name_packageManagerHasName_isName() constant 398 val projection = mockProjectionInfo() in projectionToCastDevice_descriptionIsCasting() constant 407 val projection = mockProjectionInfo() in projectionToCastDevice_stateIsConnected() constant 416 val projection = mockProjectionInfo() in projectionToCastDevice_tagIsProjection() constant 425 val projection = mockProjectionInfo() in projectionToCastDevice_originIsMediaProjection() constant
|
/aosp_15_r20/packages/services/Telephony/tests/src/com/android/phone/ |
D | SimPhonebookProviderTest.java | 154 String[] projection = Arrays.copyOf( in query_entityFiles_returnsCursorWithCorrectProjection() local 158 try (Cursor cursor = mResolver.query(ElementaryFiles.CONTENT_URI, projection, null, null)) { in query_entityFiles_returnsCursorWithCorrectProjection() argument 195 String[] projection = { in query_entityFiles_multiSim_returnsCursorWithRowForEachSimEf() local 200 try (Cursor cursor = mResolver.query(ElementaryFiles.CONTENT_URI, projection, null, null)) { in query_entityFiles_multiSim_returnsCursorWithRowForEachSimEf() argument 241 String[] projection = { in query_entityFiles_adnRecordCountExceedsSize_returnsAdnRecordCountAsMaxRecords() local 246 ElementaryFiles.CONTENT_URI, projection, null, null)) { in query_entityFiles_adnRecordCountExceedsSize_returnsAdnRecordCountAsMaxRecords() argument 312 String[] projection = Arrays.copyOf( in query_adnRecords_returnsCursorWithMatchingProjection() local 316 try (Cursor cursor = mResolver.query(contentAdn, projection, null, null)) { in query_adnRecords_returnsCursorWithMatchingProjection() argument 391 String[] projection = { in query_simRecords_singleSim_returnsDataForCorrectEf() local 399 projection, null, null); in query_simRecords_singleSim_returnsDataForCorrectEf() argument [all …]
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/ |
H A D | RecoverableKeyStoreDb.java | 124 String[] projection = { in getKey() local 139 projection, in getKey() argument 204 String[] projection = { in getStatusForAllKeys() local 215 projection, in getStatusForAllKeys() argument 268 String[] projection = { in getAllKeys() local 288 projection, in getAllKeys() argument 349 String[] projection = { in getUserSerialNumbers() local 358 projection, in getUserSerialNumbers() argument 416 String[] projection = { in getBadRemoteGuessCounter() local 426 projection, in getBadRemoteGuessCounter() argument [all …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/topics/ |
D | TopicsDao.java | 169 String[] projection = { in retrieveAppClassificationTopics() local 182 projection, // The array of columns to return (pass null to get all) in retrieveAppClassificationTopics() argument 276 String[] projection = { in retrieveTopTopics() local 293 projection, // The array of columns to return (pass null to get all) in retrieveTopTopics() argument 424 String[] projection = { in retrieveAppSdksUsageMap() local 435 projection, in retrieveAppSdksUsageMap() argument 474 String[] projection = { in retrieveAppUsageMap() local 484 projection, in retrieveAppUsageMap() argument 523 String[] projection = {appColumnNames.get(index)}; in retrieveDistinctAppsFromTables() local 529 projection, in retrieveDistinctAppsFromTables() argument [all …]
|
/aosp_15_r20/packages/apps/UniversalMediaPlayer/java/com/android/pump/db/ |
D | AudioStore.java | 83 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 …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/model/ |
H A D | EnhancedLocalSecondaryIndex.java | 33 private final Projection projection; field in EnhancedLocalSecondaryIndex 41 Projection projection) { in create() 64 public Projection projection() { in projection() method in EnhancedLocalSecondaryIndex 98 private Projection projection; field in EnhancedLocalSecondaryIndex.Builder 114 public Builder projection(Projection projection) { in projection() method in EnhancedLocalSecondaryIndex.Builder 122 public Builder projection(Consumer<Projection.Builder> projection) { in projection() argument
|
H A D | EnhancedGlobalSecondaryIndex.java | 34 private final Projection projection; field in EnhancedGlobalSecondaryIndex 71 public Projection projection() { in projection() method in EnhancedGlobalSecondaryIndex 117 private Projection projection; field in EnhancedGlobalSecondaryIndex.Builder 134 public Builder projection(Projection projection) { in projection() argument 142 public Builder projection(Consumer<Projection.Builder> projection) { in projection() method in EnhancedGlobalSecondaryIndex.Builder
|
/aosp_15_r20/cts/tests/tests/simphonebookprovider/src/android/provider/cts/simphonebook/ |
H A D | SimPhonebookContract_SimRecordsTest.java | 82 String[] projection = null; in queryAdn_nullProjection_returnsCursorWithAllSupportedColumns() local 83 try (Cursor cursor = query(uri, projection)) { in queryAdn_nullProjection_returnsCursorWithAllSupportedColumns() argument 132 String[] projection = { in queryAdn_nonEmpty_returnsAdnRecordsFromSim() local 139 projection)) { in queryAdn_nonEmpty_returnsAdnRecordsFromSim() argument 159 String[] projection = {SimRecords.RECORD_NUMBER}; in query_itemUri_returnsCursorWithCorrectItem() local 161 try (Cursor cursor1 = query(insert1, projection); in query_itemUri_returnsCursorWithCorrectItem() argument 176 mDefaultSubscriptionId, ElementaryFiles.EF_ADN, index1), projection); in query_itemUri_returnsCursorWithCorrectItem() argument 295 String[] projection = { in insertThenDeleteAdn_urisRemainValid() local 302 projection)) { in insertThenDeleteAdn_urisRemainValid() argument 391 String[] projection = {SimRecords.NAME, SimRecords.PHONE_NUMBER}; in insertAdn_phoneNumberOnly_addsRecord() local [all …]
|
H A D | SimPhonebookContract_SimRecordsMultiSimTest.java | 80 String[] projection = { in queryAdn_returnsCursorWithRecordsFromCorrectSim() local 87 projection); in queryAdn_returnsCursorWithRecordsFromCorrectSim() argument 116 String[] projection = { in insertAdn_returnsUriForCorrectSim() local 120 try (Cursor sim1Cursor = query(uriSim1, projection); in insertAdn_returnsUriForCorrectSim() argument 145 String[] projection = in updateAdn_updatesCorrectRecord() local 147 try (Cursor cursor1 = query(SimRecords.getContentUri(mSubscriptionId1, EF_ADN), projection); in updateAdn_updatesCorrectRecord() argument 183 private Cursor query(Uri uri, String[] projection) { in query()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/media/projection/ |
H A D | MediaProjectionManagerService.java | 204 boolean shouldMediaProjectionPreventReusingConsent(MediaProjection projection) { in shouldMediaProjectionPreventReusingConsent() 305 private void startProjectionLocked(final MediaProjection projection) { in startProjectionLocked() 320 final MediaProjection projection, in stopProjectionLocked() 377 private void dispatchStart(MediaProjection projection) { in dispatchStart() 381 private void dispatchStop(MediaProjection projection) { in dispatchStop() 545 @Nullable IMediaProjection projection) { in setUserReviewGrantedConsentResult() 626 MediaProjection projection; in createProjectionInternal() local 758 MediaProjection projection; in getProjection() local 770 public boolean isCurrentProjection(IMediaProjection projection) { in isCurrentProjection() 887 @NonNull IMediaProjection projection) { in setContentRecordingSession() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/tests/ |
D | mat4.rs | 464 let projection = $mat4::perspective_rh_gl($t::to_radians(90.0), 2.0, 5.0, 15.0); localVariable 476 let projection = $mat4::perspective_lh($t::to_radians(90.0), 2.0, 5.0, 15.0); localVariable 491 let projection = $mat4::perspective_infinite_lh($t::to_radians(90.0), 2.0, 5.0); localVariable 505 let projection = $mat4::perspective_infinite_reverse_lh($t::to_radians(90.0), 2.0, 5.0); localVariable 519 let projection = $mat4::perspective_rh($t::to_radians(90.0), 2.0, 5.0, 15.0); localVariable 534 let projection = $mat4::perspective_infinite_rh($t::to_radians(90.0), 2.0, 5.0); localVariable 548 let projection = $mat4::perspective_infinite_reverse_rh($t::to_radians(90.0), 2.0, 5.0); localVariable 562 let projection = $mat4::orthographic_rh_gl(-10.0, 10.0, -5.0, 5.0, 0.0, -10.0); localVariable 569 let projection = $mat4::orthographic_rh(-10.0, 10.0, -5.0, 5.0, -10.0, 10.0); localVariable 580 let projection = $mat4::orthographic_lh(-10.0, 10.0, -5.0, 5.0, -10.0, 10.0); localVariable
|
/aosp_15_r20/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/ |
H A D | ContactsContract_AllUriTest.java | 305 String[] projection, String selection, in checkQueryExecutable() 308 try (Cursor c = mResolver.query(uri, projection, selection, in checkQueryExecutable() argument 317 try (Cursor c = mResolver.query(uri, projection, selection, in checkQueryExecutable() argument 329 projection, selection, selectionArgs, sortOrder)) { in checkQueryExecutable() argument 344 projection, selection, selectionArgs, sortOrder)) { in checkQueryExecutable() argument 353 String[] projection, String selection, in checkQueryNotExecutable() 356 try (Cursor c = mResolver.query(uri, projection, selection, in checkQueryNotExecutable() argument 515 final String[] projection = {getColumns(uri)[0]}; in testSelectWithAllArgs() local 573 private void checkColumnNotAccessibleInner(Uri uri, String[] projection, String selection, in checkColumnNotAccessibleInner() 576 try (Cursor c = mResolver.query(uri, projection, selection, in checkColumnNotAccessibleInner() argument
|
/aosp_15_r20/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/enterprise/ |
D | CrossProfileCalendarHelperTest.java | 39 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
|
/aosp_15_r20/frameworks/base/core/java/android/provider/ |
H A D | DocumentsProvider.java | 455 public abstract Cursor queryRoots(String[] projection) throws FileNotFoundException; in queryRoots() 472 public Cursor queryRecentDocuments(String rootId, String[] projection) in queryRecentDocuments() 505 @NonNull String rootId, @Nullable String[] projection, @Nullable Bundle queryArgs, in queryRecentDocuments() 528 public abstract Cursor queryDocument(String documentId, String[] projection) in queryDocument() 573 String parentDocumentId, String[] projection, String sortOrder) in queryChildDocuments() 615 String parentDocumentId, @Nullable String[] projection, @Nullable Bundle queryArgs) in queryChildDocuments() 625 String parentDocumentId, @Nullable String[] projection, @Nullable String sortOrder) in queryChildDocumentsForManage() 666 public Cursor querySearchDocuments(String rootId, String query, String[] projection) in querySearchDocuments() 717 @Nullable String[] projection, @NonNull Bundle queryArgs) throws FileNotFoundException { in querySearchDocuments() 875 public final Cursor query(Uri uri, String[] projection, String selection, in query() [all …]
|
H A D | SearchIndexablesProvider.java | 118 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()
|
/aosp_15_r20/packages/providers/MediaProvider/tests/src/com/android/providers/media/ |
D | IdleServiceTest.java | 226 final String[] projection = new String[]{DATE_EXPIRES}; in testDeleteExpiredTrashedItem() local 229 try (Cursor cursor = resolver.query(uri, projection, queryArgs, in testDeleteExpiredTrashedItem() argument 260 final String[] projection = new String[]{_SPECIAL_FORMAT, GENERATION_MODIFIED}; in testDetectSpecialFormat() local 262 try (Cursor cr = resolver.query(uri, projection, null, null, null)) { in testDetectSpecialFormat() argument 276 try (Cursor cr = resolver.query(uri, projection, null, null, null)) { in testDetectSpecialFormat() argument 427 final String[] projection = new String[]{DATE_EXPIRES}; in assertExpiredItemIsExtended() local 430 try (Cursor cursor = resolver.query(uri, projection, queryArgs, in assertExpiredItemIsExtended() argument 462 final String[] projection = new String[]{DATE_EXPIRES}; in createExpiredTrashedItem() local 465 try (Cursor cursor = resolver.query(uri, projection, queryArgs, in createExpiredTrashedItem() argument
|
D | MediaProviderTest.java | 570 final String[] projection = new String[]{MediaColumns.DATA}; in testActionLongFileNameItemHasTrimmedFileName() local 582 try (Cursor c = sIsolatedResolver.query(uri, projection, null, null)) { in testActionLongFileNameItemHasTrimmedFileName() argument 597 try (Cursor c = sIsolatedResolver.query(uri, projection, null, null)) { in testActionLongFileNameItemHasTrimmedFileName() argument 1651 final String[] projection = new String[]{"is_recording"}; in testQueryIsRecordingInAudioTableExceptionInR() local 1653 try (Cursor c = sIsolatedResolver.query(audioUri, projection, null, null, null)) { in testQueryIsRecordingInAudioTableExceptionInR() argument 1690 final String[] projection = new String[]{AudioColumns.IS_RECORDING}; in testQueryIsRecordingInAudioTableAfterR() local 1692 try (Cursor c = sIsolatedResolver.query(audioUri, projection, null, null, null)) { in testQueryIsRecordingInAudioTableAfterR() argument 1975 String[] projection = projections[i]; in testQueryingMediaGeolocationDataInProjectionShouldReturnNull() local 1984 .query(testFileUri, projection, null, null, null);) { in testQueryingMediaGeolocationDataInProjectionShouldReturnNull() argument 2015 String[] projection = new String[] { in testQueryingMediaGeolocationDataInSelectionShouldReturnEmptyCursor() local [all …]
|
/aosp_15_r20/frameworks/base/services/people/java/com/android/server/people/data/ |
H A D | ContactsQueryHelper.java | 69 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 167 String[] projection = new String[] { in queryPhoneNumber() local 172 ContactsContract.CommonDataKinds.Phone.CONTENT_URI, projection, selection, in queryPhoneNumber() argument
|
/aosp_15_r20/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | MmsSmsProvider.java | 338 public Cursor query(Uri uri, String[] projection, in query() 889 String[] projection) { in handleNullMessageProjection() 898 String[] projection) { in handleNullThreadsProjection() 913 private Cursor getSimpleConversations(String[] projection, String selection, in getSimpleConversations() 935 private Cursor getDraftThread(String[] projection, String selection, in getDraftThread() 995 private Cursor getConversations(String[] projection, String selection, in getConversations() 1048 private Cursor getFirstLockedMessage(String[] projection, String selection, in getFirstLockedMessage() 1091 private Cursor getCompleteConversations(String[] projection, in getCompleteConversations() 1106 String[] projection, int dateMultiple) { in makeProjectionWithDateAndThreadId() 1122 String threadIdString, String[] projection, String selection, in getConversationMessages() [all …]
|
/aosp_15_r20/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadStorageProvider.java | 111 private static String[] resolveRootProjection(String[] projection) { in resolveRootProjection() 115 private static String[] resolveDocumentProjection(String[] projection) { in resolveDocumentProjection() 161 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() 269 public Cursor queryDocument(String docId, String[] projection) throws FileNotFoundException { in queryDocument() 310 protected Cursor queryChildDocuments(String documentId, String[] projection, String sortOrder, in queryChildDocuments() 357 public Cursor queryRecentDocuments(String rootId, String[] projection, in queryRecentDocuments() 427 public Cursor querySearchDocuments(String rootId, String[] projection, Bundle queryArgs) in querySearchDocuments() 466 private void includeSearchFilesFromSharedStorage(DownloadsCursor result, String[] projection, in includeSearchFilesFromSharedStorage() 470 projection, /* exclusion */ filePaths, queryArgs)) { in includeSearchFilesFromSharedStorage() argument 841 private Cursor queryForSingleItem(Uri uri, String[] projection, in queryForSingleItem() [all …]
|
/aosp_15_r20/packages/providers/TvProvider/tests/src/com/android/providers/tv/ |
D | ColumnFilterTest.java | 83 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
|
/aosp_15_r20/external/googleapis/google/storage/v1/ |
H A D | storage.proto | 169 CommonEnums.Projection projection = 4; field 189 CommonEnums.Projection projection = 4; field 224 CommonEnums.Projection projection = 5; field 263 CommonEnums.Projection projection = 6; field 304 CommonEnums.Projection projection = 6; field 768 CommonEnums.Projection projection = 12; field 931 CommonEnums.Projection projection = 8; field 993 CommonEnums.Projection projection = 7; field 1098 CommonEnums.Projection projection = 7; field 1216 CommonEnums.Projection projection = 14; field [all …]
|
/aosp_15_r20/packages/apps/Traceur/src/com/android/traceur/ |
D | StorageProvider.java | 73 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() 92 public Cursor queryDocument(String documentId, String[] projection) in queryDocument() 118 String parentDocumentId, String[] projection, String sortOrder) in queryChildDocuments() 144 private static String[] resolveRootProjection(String[] projection) { in resolveRootProjection() 148 private static String[] resolveDocumentProjection(String[] projection) { in resolveDocumentProjection()
|
/aosp_15_r20/frameworks/base/packages/Shell/src/com/android/shell/ |
H A D | BugreportStorageProvider.java | 60 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()
|
/aosp_15_r20/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | TestDocumentsProvider.java | 67 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() 72 public Cursor queryDocument(String documentId, String[] projection) in queryDocument() 78 public Cursor queryChildDocuments(String parentDocumentId, String[] projection, in queryChildDocuments() 90 public Cursor queryRecentDocuments(String rootId, String[] projection) { in queryRecentDocuments() 95 public Cursor querySearchDocuments(String rootId, String query, String[] projection) { in querySearchDocuments()
|