Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/
DObliviousHttpEncryptorImpl.java107 int traceCookie = Tracing.beginAsyncSection(Tracing.CREATE_AND_SERIALIZE_REQUEST); in createAndSerializeRequest()
123 Tracing.endAsyncSection(Tracing.CREATE_AND_SERIALIZE_REQUEST, traceCookie); in createAndSerializeRequest()
127 Tracing.endAsyncSection(Tracing.CREATE_AND_SERIALIZE_REQUEST, traceCookie); in createAndSerializeRequest()
131 Tracing.endAsyncSection(Tracing.CREATE_AND_SERIALIZE_REQUEST, traceCookie); in createAndSerializeRequest()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/profiling/
DTracing.java99 public static final String CREATE_AND_SERIALIZE_REQUEST = field in Tracing