Searched refs:hasSourceDebugReportingPermission (Results 1 – 4 of 4) sorted by relevance
25 import static com.android.adservices.service.measurement.E2ETest.hasSourceDebugReportingPermission;91 mDebugReporting = hasSourceDebugReportingPermission(obj); in RegisterSource()
23 import static com.android.adservices.service.measurement.E2ETest.hasSourceDebugReportingPermission;82 mDebugReporting = hasSourceDebugReportingPermission(obj); in RegisterListSources()
24 import static com.android.adservices.service.measurement.E2ETest.hasSourceDebugReportingPermission;96 mDebugReporting = hasSourceDebugReportingPermission(obj); in RegisterWebSource()
318 public static boolean hasSourceDebugReportingPermission(JSONObject obj) throws JSONException { in hasSourceDebugReportingPermission() method in E2ETest