Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAuctionServerPayloadFormatterV0.java80 int traceCookie = Tracing.beginAsyncSection(Tracing.FORMAT_PAYLOAD_V0); in apply()
110 Tracing.endAsyncSection(Tracing.FORMAT_PAYLOAD_V0, traceCookie); in apply()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/profiling/
DTracing.java87 public static final String FORMAT_PAYLOAD_V0 = "AuctionServerPayloadFormatterV0#apply"; field in Tracing