Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/components/metrics/debug/
H A Dapp.ts76 const isUsingMetricsServiceObserver = constant
77 await this.browserProxy_.isUsingMetricsServiceObserver();
78 umaTableCaption.textContent = isUsingMetricsServiceObserver ?
H A Dbrowser_proxy.ts82 isUsingMetricsServiceObserver(): Promise<boolean>; method
111 isUsingMetricsServiceObserver(): Promise<boolean> { method in MetricsInternalsBrowserProxyImpl