/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 | 444 public abstract Cursor queryRoots(String[] projection) throws FileNotFoundException; in queryRoots() 461 public Cursor queryRecentDocuments(String rootId, String[] projection) in queryRecentDocuments() 494 @NonNull String rootId, @Nullable String[] projection, @Nullable Bundle queryArgs, in queryRecentDocuments() 517 public abstract Cursor queryDocument(String documentId, String[] projection) in queryDocument() 562 String parentDocumentId, String[] projection, String sortOrder) in queryChildDocuments() 604 String parentDocumentId, @Nullable String[] projection, @Nullable Bundle queryArgs) in queryChildDocuments() 614 String parentDocumentId, @Nullable String[] projection, @Nullable String sortOrder) in queryChildDocumentsForManage() 655 public Cursor querySearchDocuments(String rootId, String query, String[] projection) in querySearchDocuments() 706 @Nullable String[] projection, @NonNull Bundle queryArgs) throws FileNotFoundException { in querySearchDocuments() 864 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 | 68 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
|
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/packages/BackupEncryption/src/com/android/server/backup/encryption/storage/ |
D | TertiaryKeysTable.java | 59 String[] projection = { in getKey() local 75 projection, in getKey() argument 99 String[] projection = { in getAllKeys() local 112 projection, in getAllKeys() argument
|
/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 426 String[] projection = { in getPlatformKeyGenerationId() local 436 projection, in getPlatformKeyGenerationId() argument [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 | 275 private static String[] resolveRootProjection(String[] projection) { in resolveRootProjection() 281 String parentDocId, String[] projection, String sortOrder) in queryChildDocumentsForManage() 486 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() 596 public Cursor querySearchDocuments(String rootId, String[] projection, Bundle queryArgs) in querySearchDocuments()
|
/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/services/core/java/com/android/server/media/projection/ |
D | MediaProjectionManagerService.java | 162 private void startProjectionLocked(final MediaProjection projection) { in startProjectionLocked() 174 private void stopProjectionLocked(final MediaProjection projection) { in stopProjectionLocked() 219 private void dispatchStart(MediaProjection projection) { in dispatchStart() 223 private void dispatchStop(MediaProjection projection) { in dispatchStop() 290 MediaProjection projection; in createProjection() local 312 public boolean isValidMediaProjection(IMediaProjection projection) { in isValidMediaProjection() 655 public void dispatchStart(MediaProjection projection) { in dispatchStart() 669 public void dispatchStop(MediaProjection projection) { in dispatchStop()
|
/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 | 140 public CursorLoader(Context context, Uri uri, String[] projection, String selection, in CursorLoader() 209 public void setProjection(String[] projection) { in setProjection()
|
/frameworks/base/core/java/com/android/internal/content/ |
D | FileSystemProvider.java | 378 public Cursor queryDocument(String documentId, String[] projection) in queryDocument() 408 String parentDocumentId, String[] projection, String sortOrder) in queryChildDocumentsShowAll() 415 String parentDocumentId, String[] projection, String sortOrder) in queryChildDocuments() 422 String parentDocumentId, String[] projection, String sortOrder, in queryChildDocuments() 458 File folder, String[] projection, Set<String> exclusion, Bundle queryArgs) in querySearchDocuments() 672 private String[] resolveProjection(String[] projection) { in resolveProjection()
|
/frameworks/base/media/java/android/media/projection/ |
D | IMediaProjectionManager.aidl | 31 boolean isValidMediaProjection(IMediaProjection projection); in isValidMediaProjection()
|
/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 | 207 final MediaProjectionInfo projection = (MediaProjectionInfo) device.tag; in stopCasting() local 218 private void setProjection(MediaProjectionInfo projection, boolean started) { in setProjection()
|
/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()
|
/frameworks/base/core/tests/coretests/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()
|
D | TestProvider.java | 33 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query()
|
/frameworks/base/core/tests/coretests/apks/version/src/com/android/frameworks/coretests/version_test/ |
D | NullProvider.java | 15 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query()
|