Searched refs:adSelectionResponse (Results 1 – 10 of 10) sorted by relevance
40 AdSelectionResponse adSelectionResponse = in testBuildAdSelectionResponse() local46 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() local59 adSelectionResponse.writeToParcel(p, 0); in testParcelAdSelectionResponse()147 AdSelectionResponse adSelectionResponse = in testToString() local153 assertThat(adSelectionResponse.toString()) in testToString()
85 AdSelectionResponse adSelectionResponse = (AdSelectionResponse) o; in equals() local86 return mAdSelectionId == adSelectionResponse.mAdSelectionId in equals()87 && Objects.equals(mRenderUri, adSelectionResponse.mRenderUri); in equals()
438 public void onSuccess(AdSelectionResponse adSelectionResponse) throws RemoteException { in onSuccess() argument440 mAdSelectionResponse = adSelectionResponse; in onSuccess()
629 public void onSuccess(AdSelectionResponse adSelectionResponse) { in onSuccess() argument630 injectResult(adSelectionResponse); in onSuccess()
2775 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() argument3884 byte[] decrypted = ObliviousHttpGateway.decrypt(privKey, adSelectionResponse); in getProtectedAuctionInputFromCipherText()4417 public void onSuccess(AdSelectionResponse adSelectionResponse) throws RemoteException { in onSuccess() argument4419 mAdSelectionResponse = adSelectionResponse; in onSuccess()
1063 public void onSuccess(AdSelectionResponse adSelectionResponse) throws RemoteException { in onSuccess() argument1065 mAdSelectionResponse = adSelectionResponse; in onSuccess()
4426 public void onSuccess(AdSelectionResponse adSelectionResponse) throws RemoteException { in onSuccess() argument4428 mAdSelectionResponse = adSelectionResponse; in onSuccess()
8092 public void onSuccess(AdSelectionResponse adSelectionResponse) throws RemoteException { in onSuccess() argument8094 mAdSelectionResponse = adSelectionResponse; in onSuccess()
11366 public void onSuccess(AdSelectionResponse adSelectionResponse) throws RemoteException { in onSuccess() argument11368 mAdSelectionResponse = adSelectionResponse; in onSuccess()
5449 public void onSuccess(AdSelectionResponse adSelectionResponse) throws RemoteException { in onSuccess() argument5451 mAdSelectionResponse = adSelectionResponse; in onSuccess()