Home
last modified time | relevance | path

Searched refs:hasSourceDebugReportingPermission (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/actions/
DRegisterSource.java25 import static com.android.adservices.service.measurement.E2ETest.hasSourceDebugReportingPermission;
91 mDebugReporting = hasSourceDebugReportingPermission(obj); in RegisterSource()
DRegisterListSources.java23 import static com.android.adservices.service.measurement.E2ETest.hasSourceDebugReportingPermission;
82 mDebugReporting = hasSourceDebugReportingPermission(obj); in RegisterListSources()
DRegisterWebSource.java24 import static com.android.adservices.service.measurement.E2ETest.hasSourceDebugReportingPermission;
96 mDebugReporting = hasSourceDebugReportingPermission(obj); in RegisterWebSource()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DE2ETest.java318 public static boolean hasSourceDebugReportingPermission(JSONObject obj) throws JSONException { in hasSourceDebugReportingPermission() method in E2ETest