Home
last modified time | relevance | path

Searched refs:setDebugReportUri (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DDBAdSelectionDebugReportTest.java46 .setDebugReportUri(DEBUG_URI) in testAdSelectionDebugReport_create_success()
60 .setDebugReportUri(DEBUG_URI) in testAdSelectionDebugReport_create_adSelectionDebugReportIdNull()
74 .setDebugReportUri(Uri.EMPTY) in testAdSelectionDebugReport_create_DebugReportUriEmpty()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DDBAdSelectionDebugReport.java86 .setDebugReportUri(debugReportUri) in create()
107 public abstract Builder setDebugReportUri(@NonNull Uri debugReportUri); in setDebugReportUri() method in DBAdSelectionDebugReport.Builder