Home
last modified time | relevance | path

Searched refs:getSellerConfiguration (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/cts/
DGetAdSelectionDataRequestTest.java82 expect.that(request.getSellerConfiguration()) in testGetAdSelectionDataRequest_sellerConfiguration_success()
92 expect.that(request.getSellerConfiguration()).isNull(); in testGetAdSelectionDataRequest_withoutSellerConfiguration_success()
/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/adselection/
DGetAdSelectionDataInputTest.java54 expect.that(getAdSelectionDataInput.getSellerConfiguration()).isNull(); in testBuildGetAdSelectionDataInput()
71 expect.that(getAdSelectionDataInput.getSellerConfiguration()) in testBuildGetAdSelectionDataInputWithSellerConfiguration()
93 expect.that(fromParcel.getSellerConfiguration()) in testParcelGetAdSelectionDataInput()
/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/
DGetAdSelectionDataRequest.java78 public SellerConfiguration getSellerConfiguration() { in getSellerConfiguration() method in GetAdSelectionDataRequest
DGetAdSelectionDataInput.java153 public SellerConfiguration getSellerConfiguration() { in getSellerConfiguration() method in GetAdSelectionDataInput
/packages/modules/AdServices/adservices/framework/api/
Dcurrent.txt144 …led") @Nullable public android.adservices.adselection.SellerConfiguration getSellerConfiguration();