Home
last modified time | relevance | path

Searched defs:uri (Results 1 – 25 of 6261) sorted by relevance

12345678910>>...251

/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/demos/main/src/main/assets/
H A Dmedia.exolist.json7 "uri": "https://storage.googleapis.com/wvmedia/clear/h264/tears/tears.mpd" string
11 "uri": "https://storage.googleapis.com/wvmedia/clear/h264/tears/tears_uhd.mpd" string
15 "uri": "https://storage.googleapis.com/wvmedia/clear/hevc/tears/tears.mpd" string
19 "uri": "https://storage.googleapis.com/wvmedia/clear/hevc/tears/tears_uhd.mpd" string
23 "uri": "https://storage.googleapis.com/wvmedia/clear/vp9/tears/tears.mpd" string
27 "uri": "https://storage.googleapis.com/wvmedia/clear/vp9/tears/tears_uhd.mpd" string
36 "uri": "https://storage.googleapis.com/wvmedia/cenc/h264/tears/tears.mpd", string
42 "uri": "https://storage.googleapis.com/wvmedia/cenc/h264/tears/tears_uhd.mpd", string
48 "uri": "https://storage.googleapis.com/wvmedia/cbcs/h264/tears/tears_aes_cbcs.mpd", string
54 "uri": "https://storage.googleapis.com/wvmedia/cbcs/h264/tears/tears_aes_cbcs_uhd.mpd", string
[all …]
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/demos/main/src/main/assets/
H A Dmedia.exolist.json7 "uri": "https://storage.googleapis.com/wvmedia/clear/h264/tears/tears.mpd" string
11 "uri": "https://storage.googleapis.com/wvmedia/clear/h264/tears/tears_uhd.mpd" string
15 "uri": "https://storage.googleapis.com/wvmedia/clear/hevc/tears/tears.mpd" string
19 "uri": "https://storage.googleapis.com/wvmedia/clear/hevc/tears/tears_uhd.mpd" string
23 "uri": "https://storage.googleapis.com/wvmedia/clear/vp9/tears/tears.mpd" string
27 "uri": "https://storage.googleapis.com/wvmedia/clear/vp9/tears/tears_uhd.mpd" string
36 "uri": "https://storage.googleapis.com/wvmedia/cenc/h264/tears/tears.mpd", string
42 "uri": "https://storage.googleapis.com/wvmedia/cenc/h264/tears/tears_uhd.mpd", string
48 "uri": "https://storage.googleapis.com/wvmedia/cbcs/h264/tears/tears_aes_cbcs.mpd", string
54 "uri": "https://storage.googleapis.com/wvmedia/cbcs/h264/tears/tears_aes_cbcs_uhd.mpd", string
[all …]
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/net/
H A DURITest.java27 URI uri = new URI("http://username:password@host:8080/directory/file?query#ref"); in testUriParts() local
87 URI uri = new URI("http://user:pass@host/path/file?query#hash"); in testUriSerialization() local
92 URI uri = new URI("http:///path"); in testEmptyHost() local
98 URI uri = new URI("http:/path"); in testNoHost() local
104 URI uri = new URI("http://host"); in testNoPath() local
119 URI uri = new URI("http://a"); in testSingleLetterHost() local
133 URI uri = new URI("http://[email protected]:password@host"); in testAtSignInUserInfo() local
140 URI uri = new URI("http://user@host"); in testUserNoPassword() local
148 URI uri = new URI("http://user@"); in testUserNoHost() local
156 URI uri = new URI("http://user@host:8080"); in testUserNoPasswordExplicitPort() local
[all …]
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/common/testing/
H A DBackendTestBase.java154 Uri uri = uriForTestMethod(); in openForRead_withMissingFile_throwsFileNotFound() local
167 Uri uri = uriForTestMethod(); in openForRead_readsWrittenContent() local
176 Uri uri = uriForTestMethod(); in openForRead_returnsFileConvertible() local
177 createFile(storage(), uri, TEST_CONTENT); in openForRead_returnsFileConvertible() local
206 Uri uri = uriForTestMethod(); in openForWrite_overwritesExistingContent() local
229 Uri uri = uriForTestMethod(); in openForWrite_returnsFileConvertible() local
252 Uri uri = uriForTestMethod(); in openForAppend_appendsContent() local
264 Uri uri = uriForTestMethod(); in openForAppend_returnsFileConvertible() local
277 Uri uri = uriForTestMethod(); in deleteFile_deletesFile() local
288 Uri uri = uriForTestMethod(); in deleteFile_onDirectory_throwsFileNotFound() local
[all …]
/aosp_15_r20/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DAccountResolverTest.java72 Uri uri = Uri.parse("content://com.android.contacts/raw_contacts") in testResolveAccountWithDataSet_ignoreDefaultAccount_accountAndDataSetInUri() local
95 Uri uri = Uri.parse("content://com.android.contacts/raw_contacts") in testResolveAccountWithDataSet_defaultAccountIsNotSet_accountAndDataSetInUri() local
115 Uri uri = Uri.parse("content://com.android.contacts/raw_contacts") in testResolveAccountWithDataSet_ignoreDefaultAccount_accountInUriDataSetInValues() local
138 Uri uri = Uri.parse("content://com.android.contacts/raw_contacts") in testResolveAccountWithDataSet_applyDefaultAccount_accountInUriDataSetInValues() local
158 Uri uri = Uri.parse("content://com.android.contacts/raw_contacts"); in testResolveAccountWithDataSet_ignoreDefaultAccount_noAccount() local
175 Uri uri = Uri.parse("content://com.android.contacts/raw_contacts"); in testResolveAccountWithDataSet_defaultAccountIsNotSet_noAccount() local
193 Uri uri = Uri.parse("content://com.android.contacts/raw_contacts"); in testResolveAccountWithDataSet_defaultAccountIsDevice_noAccount() local
211 Uri uri = Uri.parse("content://com.android.contacts/raw_contacts"); in testResolveAccountWithDataSet_defaultAccountIsCloud_noAccount() local
228 Uri uri = Uri.parse("content://com.android.contacts/raw_contacts"); // No account in URI in testResolveAccountWithDataSet_accountInValuesOnly() local
256 Uri uri = Uri.parse("content://com.android.contacts/raw_contacts") in testResolveAccountWithDataSet_invalidAccountInUri() local
[all …]
DVoicemailProviderTest.java112 Uri uri = mResolver.insert(voicemailUri(), getTestVoicemailValues()); in testInsert() local
125 Uri uri = mResolver.insert(voicemailUri(), values); in testInsertReadMessageIsNotNew() local
158 Uri uri = insertVoicemail(); in testFileContent() local
176 Uri uri = insertVoicemail(); in testUpdate() local
198 final Uri uri = mResolver.insert(voicemailUri(), getTestVoicemailValues()); in testUpdateOwnPackageVoicemail_NotDirty() local
213 final Uri uri = insertVoicemailForSourcePackage("another-package"); in testUpdateOtherPackageCallLog_NotDirty() local
233 final Uri uri = mResolver.insert(voicemailUri(), values); in testUpdateOwnPackageVoicemail_RemovesDirtyStatus() local
247 final Uri uri = mResolver.insert(voicemailUri(), values); in testUpdateOwnPackageVoicemail_retainDirtyStatus_dirty() local
263 final Uri uri = mResolver.insert(voicemailUri(), values); in testUpdateOwnPackageVoicemail_retainDirtyStatus_notDirty() local
279 final Uri uri = mResolver.insert(voicemailUri(), values); in testUpdateOwnPackageVoicemail_retainDirtyStatus_noOtherValues() local
[all …]
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/net/
H A DUriTest.java42 Uri uri = builder.build(); in testToStringWithPathOnly() local
93 Uri uri = new Uri.Builder() in testSchemeSanitization() local
200 Uri uri = Uri.parse("http://localhost:42"); in testAuthorityParsing() local
257 Uri uri = Uri.parse("foo://bar/a%20a/b%20b"); in testPathSegmentDecoding() local
304 Uri uri = Uri.fromFile(f); in testFile() local
311 Uri uri = Uri.parse("content://user"); in testQueryParameters() local
332 Uri uri = Uri.parse("http://google.com./b/c/g"); in testHostWithTrailingDot() local
339 Uri uri = Uri.parse("empty:"); in testSchemeOnly() local
347 Uri uri = Uri.parse("content://user"); in testEmptyPath() local
353 Uri uri = Uri.parse("content://user/a/b"); in testPathOperations() local
[all …]
/aosp_15_r20/frameworks/base/core/java/android/content/
H A DContentProvider.java252 public Cursor query(@NonNull AttributionSource attributionSource, Uri uri, in query()
308 public String getType(AttributionSource attributionSource, Uri uri) { in getType()
335 logGetTypeData(Binder.getCallingUid(), uri, type, true); in getType() local
360 private void logGetTypeData(int callingUid, Uri uri, String type, in logGetTypeData()
402 Uri uri, RemoteCallback callback) { in getTypeAsync()
415 public void getTypeAnonymousAsync(Uri uri, RemoteCallback callback) { in getTypeAnonymousAsync()
433 public Uri insert(@NonNull AttributionSource attributionSource, Uri uri, in insert()
462 public int bulkInsert(@NonNull AttributionSource attributionSource, Uri uri, in bulkInsert()
494 Uri uri = operation.getUri(); in applyBatch() local
544 public int delete(@NonNull AttributionSource attributionSource, Uri uri, in delete()
[all …]
H A DLoggingContentInterface.java92 public @Nullable Cursor query(@NonNull Uri uri, @Nullable String[] projection, in query()
95 try (Logger l = new Logger("query", uri, projection, queryArgs, cancellationSignal)) { in query() argument
106 public @Nullable String getType(@NonNull Uri uri) throws RemoteException { in getType()
107 try (Logger l = new Logger("getType", uri)) { in getType() argument
118 public @Nullable String[] getStreamTypes(@NonNull Uri uri, @NonNull String mimeTypeFilter) in getStreamTypes()
120 try (Logger l = new Logger("getStreamTypes", uri, mimeTypeFilter)) { in getStreamTypes() argument
131 public @Nullable Uri canonicalize(@NonNull Uri uri) throws RemoteException { in canonicalize()
132 try (Logger l = new Logger("canonicalize", uri)) { in canonicalize() argument
143 public @Nullable Uri uncanonicalize(@NonNull Uri uri) throws RemoteException { in uncanonicalize()
144 try (Logger l = new Logger("uncanonicalize", uri)) { in uncanonicalize() argument
[all …]
H A DContentInterface.java43 public @Nullable Cursor query(@NonNull Uri uri, @Nullable String[] projection, in query()
47 public @Nullable String getType(@NonNull Uri uri) throws RemoteException; in getType()
49 public @Nullable String[] getStreamTypes(@NonNull Uri uri, @NonNull String mimeTypeFilter) in getStreamTypes()
52 public @Nullable Uri canonicalize(@NonNull Uri uri) throws RemoteException; in canonicalize()
54 public @Nullable Uri uncanonicalize(@NonNull Uri uri) throws RemoteException; in uncanonicalize()
56 public boolean refresh(@NonNull Uri uri, @Nullable Bundle extras, in refresh()
59 public int checkUriPermission(@NonNull Uri uri, int uid, @Intent.AccessUriMode int modeFlags) in checkUriPermission()
62 public @Nullable Uri insert(@NonNull Uri uri, @Nullable ContentValues initialValues, in insert()
65 public int bulkInsert(@NonNull Uri uri, @NonNull ContentValues[] initialValues) in bulkInsert()
68 public int delete(@NonNull Uri uri, @Nullable Bundle extras) throws RemoteException; in delete()
[all …]
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowContentResolver.java116 public final Uri uri; field in ShadowContentResolver.ContentObserverEntry
120 private ContentObserverEntry(Uri uri, boolean notifyForDescendents, ContentObserver observer) { in ContentObserverEntry()
147 public final Uri uri; field in ShadowContentResolver.NotifiedUri
152 public NotifiedUri(Uri uri, ContentObserver observer, int flags) { in NotifiedUri()
168 public void registerInputStream(Uri uri, InputStream inputStream) { in registerInputStream()
172 public void registerInputStreamSupplier(Uri uri, Supplier<InputStream> supplier) { in registerInputStreamSupplier()
176 public void registerOutputStream(Uri uri, OutputStream outputStream) { in registerOutputStream()
180 public void registerOutputStreamSupplier(Uri uri, Supplier<OutputStream> supplier) { in registerOutputStreamSupplier()
185 protected InputStream openInputStream(final Uri uri) throws FileNotFoundException { in openInputStream()
203 protected OutputStream openOutputStream(final Uri uri) throws FileNotFoundException { in openOutputStream()
[all …]
/aosp_15_r20/cts/tests/tests/content/src/android/content/cts/
H A DContentProviderTest.java99 Uri uri = Uri.parse(ContentResolver.SCHEME_ANDROID_RESOURCE + in testOpenAssetFile() local
161 Uri uri = Uri.parse("content://browser/bookmarks"); in testBulkInsert() local
225 Uri uri = Uri.parse("content://test"); in testOpenFile() local
247 Uri uri = Uri.parse("content://test"); in testOpenFileHelper() local
292 Uri uri = Uri.parse("content://test"); in testOpenPipeHelper() local
350 final Uri uri = Uri.parse("content://test"); in testCheckUriPermission() local
364 final Uri uri = Uri.parse("notcontent://test"); in testCreateContentUriForUser_nonContentUri_throwsIAE() local
372 final Uri uri = Uri.parse("content://07@Test"); in testCreateContentUriForUser_UriWithDifferentUserID_throwsIAE() local
380 final Uri uri = Uri.parse("content://7@Test"); in testCreateContentUriForUser_UriWithUserID_unchanged() local
411 private String getAudioContentDisplayName(ContentResolver resolver, Uri uri) { in getAudioContentDisplayName()
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/
H A DS3UtilitiesTest.java223 URI uri = URI.create(uriString); in parseS3Uri_rootUri_shouldParseCorrectly() local
237 URI uri = URI.create(uriString); in parseS3Uri_rootUriTrailingSlash_shouldParseCorrectly() local
251 URI uri = URI.create(uriString); in parseS3Uri_pathStyleTrailingSlash_shouldParseCorrectly() local
265 URI uri = URI.create(uriString); in parseS3Uri_pathStyleGlobalEndpoint_shouldParseCorrectly() local
279 URI uri = URI.create(uriString); in parseS3Uri_virtualStyleGlobalEndpoint_shouldParseCorrectly() local
293 URI uri = URI.create(uriString); in parseS3Uri_pathStyleWithDot_shouldParseCorrectly() local
307 URI uri = URI.create(uriString); in parseS3Uri_pathStyleWithDash_shouldParseCorrectly() local
321 URI uri = URI.create(uriString); in parseS3Uri_virtualHostedStyleWithDot_shouldParseCorrectly() local
335 URI uri = URI.create(uriString); in parseS3Uri_virtualHostedStyleWithDash_shouldParseCorrectly() local
349 URI uri = URI.create(uriString); in parseS3Uri_pathStyleWithQuery_shouldParseCorrectly() local
[all …]
/aosp_15_r20/cts/tests/mediaprovider/modern/src/android/provider/cts/media/modern/
H A DMediaStoreTest.java212 final Uri uri = MediaProviderTestUtils.stageMedia(R.raw.volantis, mExternalImages); in testMediaStoreOpenFile() local
218 .openFileDescriptor(mContext.getContentResolver(), uri, "r", cg)) { in testMediaStoreOpenFile() argument
229 final Uri uri = MediaProviderTestUtils.stageMedia(R.raw.volantis, mExternalImages); in testMediaStoreOpenAssetFile() local
235 .openAssetFileDescriptor(mContext.getContentResolver(), uri, "r", cg)) { in testMediaStoreOpenAssetFile() argument
246 final Uri uri = MediaProviderTestUtils.stageMedia(R.raw.volantis, mExternalImages); in testMediaStoreOpenTypedAssetFile() local
252 mContext.getContentResolver(), uri, "*/*", null, cg)) { in testMediaStoreOpenTypedAssetFile() argument
263 final Uri uri = Uri.parse("content://wrong_authority"); in testMediaStoreOpenFile_wrongAuthority() local
266 .openFileDescriptor(mContext.getContentResolver(), uri, "r", null)) { in testMediaStoreOpenFile_wrongAuthority() argument
276 final Uri uri = Uri.parse("content://wrong_authority"); in testMediaStoreOpenAssetFile_wrongAuthority() local
279 .openAssetFileDescriptor(mContext.getContentResolver(), uri, "r", null)) { in testMediaStoreOpenAssetFile_wrongAuthority() argument
[all …]
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowContentResolverTest.java152 final Uri uri = Uri.parse("content://" + AUTHORITY + "/some/path"); in getType_shouldReturnProviderValue() local
357 final Uri uri = Uri.parse("content://" + AUTHORITY); in acquireUnstableProvider_shouldReturnWithUri() local
375 final Uri uri = Uri.parse("content://" + AUTHORITY); in call_shouldCallProvider() local
472 Uri uri = Uri.parse("content://" + AUTHORITY + "/some/path"); in openInputStream_returnsProviderInputStream() local
493 Uri uri = Uri.parse("content://invalidauthority/test/1"); in openOutputStream_withNoRealOrRegisteredProvider_doesNotThrow() local
501 Uri uri = Uri.parse("content://" + AUTHORITY + "/test/1"); in openOutputStream_withRealContentProvider_canReadBytesWrittenToOutputStream() local
515 final Uri uri = Uri.parse("content://registeredProvider/path"); in openOutputStream_shouldReturnRegisteredStream() local
544 final Uri uri = Uri.parse("content://registeredProvider/path"); in openOutputStream_shouldReturnNewStreamFromRegisteredSupplier() local
587 Uri uri = Uri.parse("content://invalidauthority/test/1"); in openOutputStream_withModeWithNoRealOrRegisteredProvider_throws() local
595 Uri uri = Uri.parse("content://" + AUTHORITY + "/test/1"); in openOutputStream_withModeWithRealContentProvider_canReadBytesWrittenToOutputStream() local
[all …]
/aosp_15_r20/packages/apps/Car/systemlibs/car-qc-lib/src/com/android/car/qc/provider/
DBaseQCProvider.java66 Uri uri = getUriWithoutUserId(validateIncomingUriOrNull( in call() local
88 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query()
94 public String getType(Uri uri) { in getType()
99 public Uri insert(Uri uri, ContentValues values) { in insert()
104 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete()
109 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
122 protected QCItem onBind(@NonNull Uri uri) { in onBind()
133 protected void onSubscribed(@NonNull Uri uri) { in onSubscribed()
142 protected void onUnsubscribed(@NonNull Uri uri) { in onUnsubscribed()
151 protected void onDestroy(@NonNull Uri uri) { in onDestroy()
[all …]
/aosp_15_r20/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/file/backends/
H A DAndroidUriTest.java62 Uri uri = AndroidUri.builder(context).fromFile(file).build(); in builder_filesLocation() local
75 Uri uri = AndroidUri.builder(context).fromFile(file).build(); in builder_cacheLocation() local
88 Uri uri = AndroidUri.builder(context).fromFile(file).build(); in builder_filesLocation_withEmailAccount() local
130 Uri uri = AndroidUri.builder(context).fromFile(file).build(); in builder_directBootFilesDirectory() local
145 Uri uri = AndroidUri.builder(context).fromFile(file).build(); in builder_directBootCacheDirectory() local
157 Uri uri = AndroidUri.builder(context).fromFile(file).build(); in builder_allowsEmptyRelativePath() local
172 Uri uri = AndroidUri.builder(context).fromFile(file).build(); in builder_fromManagedSharedFile_doesNotRequireAccountManager() local
194 Uri uri = AndroidUri.builder(context).fromFile(file, mockManager).build(); in builder_fromManagedFile_readsFromAccountManager() local
200 Uri uri = AndroidUri.builder(context).build(); in builder_componentsAreSetByDefault() local
210 Uri uri = AndroidUri.builder(context).setInternalLocation().build(); in builder_setLocation_expectedUsage() local
[all …]
H A DAndroidFileBackendTest.java104 Uri uri = Uri.parse("android://com.thirdparty.app/files/common/shared/file"); in builder_remoteBackend_isNullByDefault() local
112 Uri uri = AndroidUri.builder(context).setManagedLocation().setAccount(account).build(); in builder_accountManager_isNullByDefault() local
120 final Uri uri = Uri.parse("android:///files/writing/shared/missingAuthority"); in openForWrite_shouldUseContextAuthorityIfWithoutAuthority() local
124 createFile(storage(), uri, TEST_CONTENT); in openForWrite_shouldUseContextAuthorityIfWithoutAuthority() local
148 Uri uri = in openForRead_directBootFilesOnNShouldUseDeviceProtectedStorageContext() local
160 createFile(storage(), uri, TEST_CONTENT); in openForRead_directBootFilesOnNShouldUseDeviceProtectedStorageContext() local
171 Uri uri = in openForRead_directBootCacheOnNShouldUseDeviceProtectedStorageContext() local
183 createFile(storage(), uri, TEST_CONTENT); in openForRead_directBootCacheOnNShouldUseDeviceProtectedStorageContext() local
193 Uri uri = in openForRead_directBootFilesBeforeNShouldThrowException() local
206 Uri uri = in openForRead_directBootCacheBeforeNShouldThrowException() local
[all …]
/aosp_15_r20/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/file/common/internal/
H A DLiteTransformFragmentsTest.java32 Uri uri = Uri.parse("scheme:path"); in parseAbsentTransformFragment_yieldsEmpty() local
38 Uri uri = Uri.parse("scheme:path#"); in parseEmptyTransformFragment_yieldsEmpty() local
44 Uri uri = Uri.parse("scheme:path#nontransform"); in parseNonTransformFragment_yieldsEmpty() local
50 Uri uri = Uri.parse("scheme:path#transform=simple"); in parseSimpleTransformFragment_yieldsSpec() local
56 Uri uri = Uri.parse("scheme:path#transform=M1X_d"); in parseMixedTransformFragment_yieldsSpec() local
63 Uri uri = Uri.parse("scheme:path#transform=INVALID%3D"); in parseEncodedTransformFragment_yieldsInvalidSpec() local
69 Uri uri = Uri.parse("scheme:path#transform=beforeother&other"); in parseTransformBeforeOtherFragment_yieldsSpec() local
75 Uri uri = Uri.parse("scheme:path#nontransform&transform=afterother"); in parseTransformAfterOtherFragment_yieldsEmpty() local
81 Uri uri = Uri.parse("scheme:path#transform=first+second+third"); in parseMultipleTransformFragments_yieldsAllSpecs() local
88 Uri uri = Uri.parse("scheme:path#transform=withparams(foo=bar)"); in parseTransformFragmentWithSubparams_yieldsJustName() local
[all …]
/aosp_15_r20/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
H A DContactsContract_SearchSnippetsTest.java82 final Uri uri = ContactsContract.Contacts.CONTENT_FILTER_URI.buildUpon() in testSearchSnippets_NoMatch() local
90 final Uri uri = ContactsContract.Contacts.ENTERPRISE_CONTENT_FILTER_URI.buildUpon() in testEnterpriseSearchSnippets_NoMatch() local
99 final Uri uri = ContactsContract.Contacts.CONTENT_FILTER_URI.buildUpon() in testSearchSnippets_MatchEmailAddressCorrectSnippet() local
110 final Uri uri = ContactsContract.Contacts.ENTERPRISE_CONTENT_FILTER_URI.buildUpon() in testEnterpriseSearchSnippets_MatchEmailAddressCorrectSnippet() local
122 final Uri uri = ContactsContract.Contacts.CONTENT_FILTER_URI.buildUpon() in testSearchSnippets_MatchPhoneNumberCorrectSnippet() local
133 final Uri uri = ContactsContract.Contacts.ENTERPRISE_CONTENT_FILTER_URI.buildUpon() in testEnterpriseSearchSnippets_MatchPhoneNumberCorrectSnippet() local
145 final Uri uri = ContactsContract.Contacts.CONTENT_FILTER_URI.buildUpon() in testSearchSnippets_MatchPostalAddressCorrectSnippet() local
156 final Uri uri = ContactsContract.Contacts.ENTERPRISE_CONTENT_FILTER_URI.buildUpon() in testEnterpriseSearchSnippets_MatchPostalAddressCorrectSnippet() local
168 final Uri uri = ContactsContract.Contacts.CONTENT_FILTER_URI.buildUpon() in testSearchSnippets_LongMatchTruncation() local
179 final Uri uri = ContactsContract.Contacts.ENTERPRISE_CONTENT_FILTER_URI.buildUpon() in testEnterpriseSearchSnippets_LongMatchTruncation() local
[all …]
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/spi/
H A DBackend.java51 default InputStream openForRead(Uri uri) throws IOException { in openForRead()
61 default Pair<Uri, Closeable> openForNativeRead(Uri uri) throws IOException { in openForNativeRead()
74 default OutputStream openForWrite(Uri uri) throws IOException { in openForWrite()
87 default OutputStream openForAppend(Uri uri) throws IOException { in openForAppend()
98 default void deleteFile(Uri uri) throws IOException { in deleteFile()
108 default void deleteDirectory(Uri uri) throws IOException { in deleteDirectory()
129 default boolean exists(Uri uri) throws IOException { in exists()
139 default boolean isDirectory(Uri uri) throws IOException { in isDirectory()
148 default void createDirectory(Uri uri) throws IOException { in createDirectory()
158 default long fileSize(Uri uri) throws IOException { in fileSize()
[all …]
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/
DPreviewDataProviderTest.kt81 val uri = Uri.parse("content://org.pkg.app/$fileName") in test_sendSingleTextFileWithoutPreview_resolvesToFilePreviewUi() constant
100 val uri = Uri.parse("content://org.pkg.app/1234") in test_sendSingleTextFileWithDisplayNameAndTitle_displayNameTakesPrecedenceOverTitle() constant
133 val uri = Uri.parse("content://org.pkg.app/image.png") in test_sendSingleImage_resolvesToImagePreviewUi() constant
149 val uri = Uri.parse("content://org.pkg.app/$fileName") in test_sendSingleFile_resolvesToFilePreviewUi() constant
167 val uri = Uri.parse("content://org.pkg.app/$fileName") in test_sendSingleImageWithFailingGetType_resolvesToFilePreviewUi() constant
188 val uri = Uri.parse("content://org.pkg.app/$fileName") in test_sendSingleFileWithFailingMetadata_resolvesToFilePreviewUi() constant
213 val uri = Uri.parse("content://org.pkg.app/image.png") in test_sendSingleImageWithFailingGetTypeDisjointTitleRead_resolvesToFilePreviewUi() constant
236 val uri = Uri.parse("content://org.pkg.app/$fileName") in test_sendSingleFileWithFailingImageMetadata_resolvesToFilePreviewUi() constant
261 val uri = Uri.parse("content://org.pkg.app/image.png") in test_sendSingleFileWithFailingImageMetadataIndividualTitleRead_resolvesToFilePreviewUi() constant
285 val uri = Uri.parse("content://org.pkg.app/paper.pdf") in test_SingleFileUriWithImageTypeInGetStreamTypes_useImagePreviewUi() constant
[all …]
/aosp_15_r20/cts/tests/mediaprovider/src/android/provider/cts/media/
H A DMediaStoreTest.java186 final Uri uri = MediaProviderTestUtils.stageMedia(R.raw.volantis, mExternalImages); in testMediaStoreOpenFile() local
192 .openFileDescriptor(mContext.getContentResolver(), uri, "r", cg)) { in testMediaStoreOpenFile() argument
203 final Uri uri = MediaProviderTestUtils.stageMedia(R.raw.volantis, mExternalImages); in testMediaStoreOpenAssetFile() local
209 .openAssetFileDescriptor(mContext.getContentResolver(), uri, "r", cg)) { in testMediaStoreOpenAssetFile() argument
220 final Uri uri = MediaProviderTestUtils.stageMedia(R.raw.volantis, mExternalImages); in testMediaStoreOpenTypedAssetFile() local
226 mContext.getContentResolver(), uri, "*/*", null, cg)) { in testMediaStoreOpenTypedAssetFile() argument
237 final Uri uri = Uri.parse("content://wrong_authority"); in testMediaStoreOpenFile_wrongAuthority() local
240 .openFileDescriptor(mContext.getContentResolver(), uri, "r", null)) { in testMediaStoreOpenFile_wrongAuthority() argument
250 final Uri uri = Uri.parse("content://wrong_authority"); in testMediaStoreOpenAssetFile_wrongAuthority() local
253 .openAssetFileDescriptor(mContext.getContentResolver(), uri, "r", null)) { in testMediaStoreOpenAssetFile_wrongAuthority() argument
[all …]
/aosp_15_r20/external/libxml2/
H A Duri.c197 xmlIsUnreserved(xmlURIPtr uri, const char *cur) { in xmlIsUnreserved()
227 xmlParse3986Scheme(xmlURIPtr uri, const char **str) { in xmlParse3986Scheme()
262 xmlParse3986Fragment(xmlURIPtr uri, const char **str) in xmlParse3986Fragment()
297 xmlParse3986Query(xmlURIPtr uri, const char **str) in xmlParse3986Query()
341 xmlParse3986Port(xmlURIPtr uri, const char **str) in xmlParse3986Port()
380 xmlParse3986Userinfo(xmlURIPtr uri, const char **str) in xmlParse3986Userinfo()
457 xmlParse3986Host(xmlURIPtr uri, const char **str) in xmlParse3986Host()
536 xmlParse3986Authority(xmlURIPtr uri, const char **str) in xmlParse3986Authority()
580 xmlParse3986Segment(xmlURIPtr uri, const char **str, char forbid, int empty) in xmlParse3986Segment()
609 xmlParse3986PathAbEmpty(xmlURIPtr uri, const char **str) in xmlParse3986PathAbEmpty()
[all …]
/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/
DPickerUriResolver.java131 public ParcelFileDescriptor openFile(Uri uri, String mode, CancellationSignal signal, in openFile()
156 public AssetFileDescriptor openTypedAssetFile(Uri uri, String mimeTypeFilter, Bundle opts, in openTypedAssetFile()
215 public Cursor query(Uri uri, String[] projection, int callingPid, int callingUid, in query()
229 private Cursor queryInternal(Uri uri, String[] projection) { in queryInternal()
246 public String getType(@NonNull Uri uri, int callingPid, int callingUid) { in getType()
289 private ParcelFileDescriptor openPickerFile(Uri uri) in openPickerFile()
299 File getPickerFileFromUri(Uri uri) { in getPickerFileFromUri()
314 Cursor queryPickerUri(Uri uri, String[] projection) { in queryPickerUri()
321 private String getPickerSegmentType(Uri uri) { in getPickerSegmentType()
349 public static Uri wrapProviderUri(Uri uri, String action, int userId) { in wrapProviderUri()
[all …]

12345678910>>...251