Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/
H A DAttributionSource.java254 final AttributionSource globalSource = ActivityThread.currentAttributionSource(); in myAttributionSource() local
255 if (globalSource != null) { in myAttributionSource()
256 return globalSource; in myAttributionSource()