Home
last modified time | relevance | path

Searched refs:adSelectionResponse (Results 1 – 10 of 10) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/adselection/
DAdSelectionResponseTest.java40 AdSelectionResponse adSelectionResponse = in testBuildAdSelectionResponse() local
46 expect.that(adSelectionResponse.getAdSelectionId()).isEqualTo(TEST_AD_SELECTION_ID); in testBuildAdSelectionResponse()
47 expect.that(adSelectionResponse.getRenderUri()).isEqualTo(VALID_RENDER_URI); in testBuildAdSelectionResponse()
52 AdSelectionResponse adSelectionResponse = in testParcelAdSelectionResponse() local
59 adSelectionResponse.writeToParcel(p, 0); in testParcelAdSelectionResponse()
147 AdSelectionResponse adSelectionResponse = in testToString() local
153 assertThat(adSelectionResponse.toString()) in testToString()
/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/
DAdSelectionResponse.java85 AdSelectionResponse adSelectionResponse = (AdSelectionResponse) o; in equals() local
86 return mAdSelectionId == adSelectionResponse.mAdSelectionId in equals()
87 && Objects.equals(mRenderUri, adSelectionResponse.mRenderUri); in equals()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DOutcomeSelectionRunnerTest.java438 public void onSuccess(AdSelectionResponse adSelectionResponse) throws RemoteException { in onSuccess() argument
440 mAdSelectionResponse = adSelectionResponse; in onSuccess()
DAdSelectionFailureE2ETest.java629 public void onSuccess(AdSelectionResponse adSelectionResponse) { in onSuccess() argument
630 injectResult(adSelectionResponse); in onSuccess()
DAuctionServerE2ETest.java2775 byte[] adSelectionResponse = callback.mGetAdSelectionDataResponse.getAdSelectionData(); in testGetAdSelectionData_withOhttpGatewayDecryption()
2778 getProtectedAuctionInputFromCipherText(adSelectionResponse, privKey); in testGetAdSelectionData_withOhttpGatewayDecryption()
2885 byte[] adSelectionResponse = callback.mGetAdSelectionDataResponse.getAdSelectionData(); in testGetAdSelectionData_withOhttpGatewayDecryption_withServerAuctionMediaTypeChanged()
2888 getProtectedAuctionInputFromCipherText(adSelectionResponse, privKey); in testGetAdSelectionData_withOhttpGatewayDecryption_withServerAuctionMediaTypeChanged()
3883 byte[] adSelectionResponse, OhttpGatewayPrivateKey privKey) throws Exception { in getProtectedAuctionInputFromCipherText() argument
3884 byte[] decrypted = ObliviousHttpGateway.decrypt(privKey, adSelectionResponse); in getProtectedAuctionInputFromCipherText()
4417 public void onSuccess(AdSelectionResponse adSelectionResponse) throws RemoteException { in onSuccess() argument
4419 mAdSelectionResponse = adSelectionResponse; in onSuccess()
DAdSelectionFromOutcomesE2ETest.java1063 public void onSuccess(AdSelectionResponse adSelectionResponse) throws RemoteException { in onSuccess() argument
1065 mAdSelectionResponse = adSelectionResponse; in onSuccess()
DOnDeviceAdSelectionRunnerTest.java4426 public void onSuccess(AdSelectionResponse adSelectionResponse) throws RemoteException { in onSuccess() argument
4428 mAdSelectionResponse = adSelectionResponse; in onSuccess()
DAdSelectionE2ETest.java8092 public void onSuccess(AdSelectionResponse adSelectionResponse) throws RemoteException { in onSuccess() argument
8094 mAdSelectionResponse = adSelectionResponse; in onSuccess()
DAdSelectionServiceImplTest.java11366 public void onSuccess(AdSelectionResponse adSelectionResponse) throws RemoteException { in onSuccess() argument
11368 mAdSelectionResponse = adSelectionResponse; in onSuccess()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DFledgeE2ETest.java5449 public void onSuccess(AdSelectionResponse adSelectionResponse) throws RemoteException { in onSuccess() argument
5451 mAdSelectionResponse = adSelectionResponse; in onSuccess()