Home
last modified time | relevance | path

Searched refs:getAuthority (Results 1 – 25 of 140) sorted by relevance

123456

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DFledgeE2ETest.java507 mLocalhostBuyerDomain.getAuthority(), in testFledgeFlowSuccessWithDevOverridesRegisterAdBeaconDisabled()
572 mLocalhostBuyerDomain.getAuthority(), in testFledgeFlowSuccessWithDevOverridesWithAdCostCpcBillingEnabled()
637 mLocalhostBuyerDomain.getAuthority(), in testFledgeFlowSuccessWithDevOverridesWithAdCostCpcBillingDisabled()
695 mLocalhostBuyerDomain.getAuthority(), in testFledgeFlowSuccessWithMockServerReportsAdCostCpcBillingEnabled()
749 mLocalhostBuyerDomain.getAuthority(), in testFledgeFlowSuccessWithMockServerWithDataVersionHeaderEnabled()
834 mLocalhostBuyerDomain.getAuthority(), in testFledgeFlowSuccessWithMockServerWithDataVersionHeaderDisabled()
921 mLocalhostBuyerDomain.getAuthority(), in testFledgeFlowSuccessWithMockServerReportsAdCostCpcBillingDisabled()
974 mLocalhostBuyerDomain.getAuthority(), in testFledgeFlowSuccessWithDevOverridesRegisterAdBeaconEnabled()
1041 mLocalhostBuyerDomain.getAuthority(), in testFledgeFlowSuccessWithDevOverridesGaUxEnabled()
1108 mLocalhostBuyerDomain.getAuthority(), in testFledgeFlowSuccessWithDevOverridesWithRevokedUserConsentForApp()
[all …]
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/v2/
DPickerSQLConstants.java183 getAuthority(localAuthority, cloudAuthority), in getProjection()
239 private String getAuthority( in getAuthority() method in PickerSQLConstants.MediaResponse
263 getAuthority(localAuthority, cloudAuthority), in getWrappedUri()
277 getAuthority(localAuthority, cloudAuthority), in getUnwrappedUri()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DUriTest.java63 assertNull(u.getAuthority()); in testBuildUpon()
124 assertEquals("a:a@example.com:a@example2.com", uri.getAuthority()); in testStringUri()
135 assertEquals("[2001:db8::dead:e1f]", uri.getAuthority()); in testStringUri()
144 assertEquals("[2001:db8::dead:e1f]", uri.getAuthority()); in testStringUri()
154 assertEquals("some:user@[2001:db8::dead:e1f]:1234", uri.getAuthority()); in testStringUri()
361 assertNull(uri.getAuthority()); in testOpaqueUri()
479 assertEquals(authority, uri.getAuthority()); in compareHierarchical()
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DJob.java198 ContentProviderClient client = mClients.get(uri.getAuthority()); in getClient()
203 uri.getAuthority()); in getClient()
205 mClients.put(uri.getAuthority(), client); in getClient()
217 ContentProviderClient client = mClients.get(uri.getAuthority()); in releaseClient()
220 mClients.remove(uri.getAuthority()); in releaseClient()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/bhttp/
DRequestControlData.java50 public abstract String getAuthority(); in getAuthority() method in RequestControlData
71 byte[] authority = getAuthority().getBytes(StandardCharsets.UTF_8); in knownLengthSerialize()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DDocumentsAccess.java146 .acquireUnstableProviderOrThrow(resolver, docUri.getAuthority())) { in findDocumentPath() argument
155 resolver, parentDoc.derivedUri.getAuthority())) { in createDocument() argument
175 parentDoc.getDocumentUri().getAuthority()).build(); in appendEncodedParentAuthority()
DLoadDocStackTask.java74 docUri = DocumentsContract.buildDocumentUri(uris[0].getAuthority(), docId); in run()
82 return buildStack(docUri.getAuthority(), path); in run()
DMetrics.java232 final String authority = docUri.getAuthority(); in logFileOperationFailure()
370 assert(Providers.AUTHORITY_STORAGE.equals(docUri.getAuthority())); in logStorageFileOperationFailure()
395 if (uri == null || uri.getAuthority() == null || LauncherActivity.isLaunchUri(uri)) { in sanitizeRoot()
398 switch (uri.getAuthority()) { in sanitizeRoot()
618 countForAuthority(counts, uri.getAuthority(), null); in countProviders()
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/data/events/
DEventUrlHelperTest.java37 assertEquals(uri.getAuthority(), EventUrlHelper.URI_AUTHORITY); in testEncryptDecryptEvent()
53 assertEquals(uri.getAuthority(), EventUrlHelper.URI_AUTHORITY); in testEncryptDecryptClickTrackingUrlEvent()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DGoogleSuggestionProvider.kt116 val authority = getAuthority(context) in buildUriMatcher()
141 protected fun getAuthority(context: Context?): String { in getAuthority() method
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/remotepreview/
DRemotePreviewHandler.java156 String authority = item.getContentUri().getAuthority(); in createRemotePreviewSession()
182 String authority = item.getContentUri().getAuthority(); in getSessionForItem()
184 if (session.getMediaId().equals(mediaId) && session.getAuthority().equals(authority)) { in getSessionForItem()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMediaScratchFileProvider.java59 TextUtils.equals(uri.getAuthority(), AUTHORITY) && in isMediaScratchSpaceUri()
78 Assert.equals(AUTHORITY, uri.getAuthority()); in getFileFromUri()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DExtraSettingsUtil.java140 return buildUri(uri.getAuthority(), defaultMethod); in getCompleteUri()
142 return buildUri(uri.getAuthority(), defaultMethod, key); in getCompleteUri()
/packages/modules/AdServices/adservices/tests/cts/endtoends/customaudience/testapps/sampleapplowbid/java/com/android/adservices/tests/cts/customaudience/sampleapplowbid/
DMainActivity.java109 mLocalhostBuyerDomain.getAuthority(), in createCustomAudience()
134 mLocalhostBuyerDomain.getAuthority())))) in createCustomAudience()
/packages/modules/AdServices/adservices/tests/cts/endtoends/customaudience/testapps/sampleapphighbid/java/com/android/adservices/tests/cts/customaudience/sampleapphighbid/
DMainActivity.java108 mLocalhostBuyerDomain.getAuthority(), in createCustomAudience()
133 mLocalhostBuyerDomain.getAuthority())))) in createCustomAudience()
/packages/apps/Settings/src/com/android/settings/slices/
DSettingsSliceProvider.java316 mSlicesDatabaseAccessor.getSliceUris(finalUri.getAuthority(), in onGetSliceDescendants()
321 .authority(finalUri.getAuthority()) in onGetSliceDescendants()
333 final String authority = finalUri.getAuthority(); in onGetSliceDescendants()
354 .filter(sliceUri -> TextUtils.equals(authority, sliceUri.getAuthority())) in onGetSliceDescendants()
/packages/apps/Gallery/src/com/android/camera/gallery/
DBaseImageList.java182 && Util.equals(base.getAuthority(), uri.getAuthority()) in isChildImageUri()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DCreativeCategory.java82 updatedSaveWallpaperUri.getAuthority())) { in saveCreativeCategoryWallpaper()
151 wallpapersUri.getAuthority())) { in readCreativeWallpapers()
/packages/apps/Settings/src/com/android/settings/biometrics/activeunlock/
DActiveUnlockStatusUtils.java91 public String getAuthority() { in getAuthority() method in ActiveUnlockStatusUtils
152 if (getAuthority() != null && getIntent() != null) { in getAvailability()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
DAccountSyncFragment.java167 String authority = syncPref.getAuthority(); in onPreferenceTreeClick()
238 requestOrCancelSync(syncPref.getAccount(), syncPref.getAuthority(), startSync); in requestOrCancelSyncForEnabledProviders()
311 String authority = syncPref.getAuthority(); in onSyncStateUpdated()
/packages/providers/MediaProvider/tests/client/src/com/android/providers/media/client/
DPerformanceTest.java182 res = resolver.applyBatch(collection.getAuthority(), ops); in doBulk()
202 resolver.applyBatch(collection.getAuthority(), ops); in doBulk()
221 resolver.applyBatch(collection.getAuthority(), ops); in doBulk()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppUtility.java89 && !uri.getAuthority().equals(BluetoothShare.CONTENT_URI.getAuthority())) { in isBluetoothShareUri()
92 return Objects.equals(uri.getAuthority(), BluetoothShare.CONTENT_URI.getAuthority()); in isBluetoothShareUri()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/settings/
DCloudProviderMediaCollectionInfo.java49 String getAuthority() { in getAuthority() method in CloudProviderMediaCollectionInfo
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DProviders.java55 return uri != null && ArchivesProvider.AUTHORITY.equals(uri.getAuthority()); in isArchiveUri()
/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
DLoadFirstRootTask.java41 final String authority = rootUri.getAuthority(); in getRootId()

123456