Home
last modified time | relevance | path

Searched defs:fetch (Results 1 – 8 of 8) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncSourceFetcherTest.java295 Optional<Source> fetch = in testBasicSourceRequest() local
381 Optional<Source> fetch = in testBasicSourceRequest_skipSourceWhenNotEnrolled() local
426 Optional<Source> fetch = in fetchSource_multipleWebDestinations_success() local
465 Optional<Source> fetch = in fetchSource_emptyWebDestinations_success() local
512 Optional<Source> fetch = in fetchSource_duplicateWebDestinationsInList_removesDuplicates() local
555 Optional<Source> fetch = in fetchSource_invalidWebDestinationInList_fails() local
599 Optional<Source> fetch = in fetchSource_tooManyWebDestinationInList_fails() local
628 Optional<Source> fetch = in fetchSource_noDestinations_fail() local
658 Optional<Source> fetch = in fetchSource_noAppDestination_emptyWebDestination_fail() local
693 Optional<Source> fetch = in testSourceRequestWithPostInstallAttributes() local
[all …]
DAsyncTriggerFetcherTest.java315 Optional<Trigger> fetch = in testBasicTriggerRequest() local
396 Optional<Trigger> fetch = in testBasicTriggerRequest_withAggregateDeduplicationKey() local
458 Optional<Trigger> fetch = in triggerRequest_aggregateDeduplicationKey_dedupKeyNotAString_fails() local
506 Optional<Trigger> fetch = in triggerRequest_aggregateDeduplicationKey_dedupKeyNegative_fails() local
554 Optional<Trigger> fetch = in triggerRequest_aggregateDeduplicationKey_dedupKeyTooLarge_fails() local
602 Optional<Trigger> fetch = in triggerRequest_aggregateDeduplicationKey_dedupKeyNotAnInt_fails() local
649 Optional<Trigger> fetch = in triggerRequest_aggregateDeduplicationKey_dedupKeyMissing_succeeds() local
678 Optional<Trigger> fetch = in testRedirectType_bothRedirectHeaderTypes_choosesListType() local
721 Optional<Trigger> fetch = in testRedirectType_locationRedirectHeaderType_choosesLocationType() local
754 Optional<Trigger> fetch = in testRedirectType_locationRedirectType_acceptsListType() local
[all …]
/packages/apps/ThemePicker/src/com/android/customization/model/color/
DColorOptionsProvider.java74 void fetch(OptionsFetchedListener<ColorOption> callback, boolean reload, in fetch() method
DColorProvider.kt93 override fun fetch( in fetch() method
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/aggregation/
DAggregateEncryptionKeyFetcher.java155 public Optional<List<AggregateEncryptionKey>> fetch( in fetch() method in AggregateEncryptionKeyFetcher
/packages/apps/ThemePicker/src/com/android/customization/model/grid/
DLauncherGridOptionsProvider.java79 List<GridOption> fetch(boolean reload) { in fetch() method in LauncherGridOptionsProvider
/packages/apps/Settings/src/com/android/settings/development/
DDSULoader.java143 private void fetch(URL url) in fetch() method in DSULoader.Fetcher
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
DImapFolder.java233 public void fetch(Message[] messages, FetchProfile fp, MessageRetrievalListener listener) in fetch() method in ImapFolder