/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/media/projection/ |
H A D | MediaProjectionManagerServiceTest.java | 181 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 …]
|
/aosp14/frameworks/base/core/java/android/provider/ |
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()
|
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 …]
|
/aosp14/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 165 String[] projection = new String[] { in queryPhoneNumber() local 170 ContactsContract.CommonDataKinds.Phone.CONTENT_URI, projection, selection, in queryPhoneNumber() argument
|
H A D | MmsQueryHelper.java | 70 String[] projection = new String[] { Mms._ID, Mms.DATE, Mms.MESSAGE_BOX }; in querySince() local 78 Mms.CONTENT_URI, projection, selection, selectionArgs, null)) { in querySince() argument 116 String[] projection = new String[] { Mms.Addr.ADDRESS, Mms.Addr.TYPE }; in getMmsAddress() local 119 addressUri, projection, null, null, null)) { in getMmsAddress() argument
|
H A D | SmsQueryHelper.java | 65 String[] projection = new String[] { Sms._ID, Sms.DATE, Sms.TYPE, Sms.ADDRESS }; in querySince() local 72 Sms.CONTENT_URI, projection, selection, selectionArgs, null)) { in querySince() argument
|
H A D | CallLogQueryHelper.java | 62 String[] projection = new String[] { in querySince() local 68 Calls.CONTENT_URI, projection, selection, selectionArgs, in querySince() argument
|
/aosp14/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()
|
/aosp14/frameworks/base/packages/SettingsLib/SearchProvider/src/com/android/settingslib/searchprovider/ |
H A D | SettingsXmlIndexProvider.java | 43 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/media/java/android/media/projection/ |
H A D | IMediaProjectionManager.aidl | 72 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()
|
/aosp14/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 …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/media/projection/ |
H A D | MediaProjectionManagerService.java | 272 private void startProjectionLocked(final MediaProjection projection) { in startProjectionLocked() 286 private void stopProjectionLocked(final MediaProjection projection) { in stopProjectionLocked() 334 private void dispatchStart(MediaProjection projection) { in dispatchStart() 338 private void dispatchStop(MediaProjection projection) { in dispatchStop() 452 @Nullable IMediaProjection projection) { in setUserReviewGrantedConsentResult() 524 MediaProjection projection; in createProjectionInternal() local 645 MediaProjection projection; in getProjection() local 781 @NonNull IMediaProjection projection) { in setContentRecordingSession() 829 @Nullable IMediaProjection projection) { in setUserReviewGrantedConsentResult() 1243 public void dispatchStart(MediaProjection projection) { in dispatchStart() [all …]
|
/aosp14/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/ |
H A D | TestDocumentsProvider.java | 93 private static String[] resolveRootProjection(String[] projection) { in resolveRootProjection() 98 private static String[] resolveDocumentProjection(String[] projection) { in resolveDocumentProjection() 112 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() 145 public Cursor queryDocument(String documentId, String[] projection) in queryDocument() 225 String parentDocumentId, String[] projection, String sortOrder) in queryChildDocuments() 295 public Cursor queryRecentDocuments(String rootId, String[] projection) in queryRecentDocuments()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
H A D | MediaProjectionPermissionActivity.java | 136 final IMediaProjection projection = in onCreate() local 292 final IMediaProjection projection = in grantMediaProjectionPermission() local 302 IMediaProjection projection = MediaProjectionServiceHelper.createOrReuseProjection( in grantMediaProjectionPermission() local 348 @Nullable IMediaProjection projection) { in finish()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/provider/ |
H A D | TestDocumentsProvider.java | 60 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() 65 public Cursor queryDocument(String documentId, String[] projection) in queryDocument() 71 public Cursor queryChildDocuments(String parentDocumentId, String[] projection, in queryChildDocuments()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | AudioPlaybackCaptureConfiguration.java | 79 MediaProjection projection) { in AudioPlaybackCaptureConfiguration() 158 public Builder(@NonNull MediaProjection projection) { in Builder()
|
/aosp14/frameworks/base/core/java/com/android/internal/content/ |
H A D | FileSystemProvider.java | 370 public Cursor queryDocument(String documentId, String[] projection) in queryDocument() 383 public Cursor queryChildDocuments(String documentId, String[] projection, String sortOrder) in queryChildDocuments() 398 public final Cursor queryChildDocumentsForManage(String documentId, String[] projection, in queryChildDocumentsForManage() 403 protected Cursor queryChildDocuments(String documentId, String[] projection, String sortOrder, in queryChildDocuments() 446 protected final Cursor querySearchDocuments(File folder, String[] projection, in querySearchDocuments() 703 private String[] resolveProjection(String[] projection) { in resolveProjection()
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | CursorLoader.java | 141 public CursorLoader(Context context, Uri uri, String[] projection, String selection, in CursorLoader() 210 public void setProjection(String[] projection) { in setProjection()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | CastControllerImpl.java | 209 final MediaProjectionInfo projection = (MediaProjectionInfo) device.tag; in stopCasting() local 226 private void setProjection(MediaProjectionInfo projection, boolean started) { in setProjection()
|
/aosp14/frameworks/base/tests/ActivityManagerPerfTests/test-app/src/com/android/frameworks/perftests/amteststestapp/ |
H A D | TestContentProvider.java | 31 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query()
|
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/apks/install_complete_package_info/src/com/android/frameworks/coretests/ |
H A D | TestProvider.java | 33 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query()
|
H A D | TestReceiver.java | 33 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query()
|
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/appenumeration/test-apps/target/src/com/android/appenumeration/testapp/ |
H A D | DummyProvider.java | 31 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/content/ |
H A D | FakeProviderLocal.java | 33 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query()
|
/aosp14/frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/ |
H A D | DisabledProvider.java | 34 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query()
|