| /frameworks/base/services/tests/servicestests/src/com/android/server/media/projection/ |
| 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 263 MediaProjectionManagerService.MediaProjection projection = startProjectionPreconditions(); in testCreateProjection_attemptReuse_priorProjectionGrant_waiting() local 284 MediaProjectionManagerService.MediaProjection projection = startProjectionPreconditions(); in testCreateProjection_attemptReuse_priorProjectionGrant_waiting_differentPackage() 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 [all …]
|
| /frameworks/base/core/java/android/provider/ |
| 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()
|
| 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 …]
|
| /frameworks/base/services/people/java/com/android/server/people/data/ |
| 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
|
| 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
|
| 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
|
| D | CallLogQueryHelper.java | 62 String[] projection = new String[] { in querySince() local 68 Calls.CONTENT_URI, projection, selection, selectionArgs, in querySince() argument
|
| /frameworks/base/packages/SettingsLib/SearchProvider/src/com/android/settingslib/searchprovider/ |
| 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()
|
| /frameworks/base/packages/Shell/src/com/android/shell/ |
| 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()
|
| /frameworks/base/media/java/android/media/projection/ |
| 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()
|
| /frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/ |
| 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 …]
|
| /frameworks/base/services/core/java/com/android/server/media/projection/ |
| D | MediaProjectionManagerService.java | 182 boolean shouldMediaProjectionPreventReusingConsent(MediaProjection projection) { in shouldMediaProjectionPreventReusingConsent() 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 656 public boolean isCurrentProjection(IMediaProjection projection) { in isCurrentProjection() 781 @NonNull IMediaProjection projection) { in setContentRecordingSession() [all …]
|
| /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/ |
| 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()
|
| D | ExternalStorageProvider.java | 277 private static String[] resolveRootProjection(String[] projection) { in resolveRootProjection() 283 String parentDocId, String[] projection, String sortOrder) in queryChildDocumentsForManage() 513 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() 623 public Cursor querySearchDocuments(String rootId, String[] projection, Bundle queryArgs) in querySearchDocuments()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
| 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()
|
| /frameworks/base/core/tests/coretests/src/android/provider/ |
| 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()
|
| /frameworks/base/media/java/android/media/ |
| D | AudioPlaybackCaptureConfiguration.java | 79 MediaProjection projection) { in AudioPlaybackCaptureConfiguration() 158 public Builder(@NonNull MediaProjection projection) { in Builder()
|
| /frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/ |
| D | PhotoPagerLoader.java | 35 Context context, Uri photosUri, String[] projection) { in PhotoPagerLoader()
|
| /frameworks/base/core/java/android/content/ |
| D | CursorLoader.java | 141 public CursorLoader(Context context, Uri uri, String[] projection, String selection, in CursorLoader() 210 public void setProjection(String[] projection) { in setProjection()
|
| /frameworks/base/core/java/com/android/internal/content/ |
| D | FileSystemProvider.java | 370 public Cursor queryDocument(String documentId, String[] projection) in queryDocument() 400 String parentDocumentId, String[] projection, String sortOrder) in queryChildDocumentsShowAll() 407 String parentDocumentId, String[] projection, String sortOrder) in queryChildDocuments() 414 String parentDocumentId, String[] projection, String sortOrder, in queryChildDocuments() 456 File folder, String[] projection, Set<String> exclusion, Bundle queryArgs) in querySearchDocuments() 695 private String[] resolveProjection(String[] projection) { in resolveProjection()
|
| /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/ |
| D | FakeProviderWithAsserts.java | 48 ExpectedQuery(Uri uri, String[] projection, String whereClause, String[] whereArgs, in ExpectedQuery() 102 public Cursor query(Uri uri, String[] projection, String whereClause, String[] whereArgs, in query()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
| D | CastControllerImpl.java | 209 final MediaProjectionInfo projection = (MediaProjectionInfo) device.tag; in stopCasting() local 226 private void setProjection(MediaProjectionInfo projection, boolean started) { in setProjection()
|
| /frameworks/base/services/tests/PackageManagerServiceTests/apks/install_complete_package_info/src/com/android/frameworks/coretests/ |
| D | TestReceiver.java | 33 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query()
|
| /frameworks/base/services/tests/uiservicestests/src/com/android/frameworks/tests/uiservices/ |
| D | DummyProvider.java | 29 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query()
|
| /frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/ |
| D | DisabledProvider.java | 34 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query()
|