Home
last modified time | relevance | path

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

/aosp12/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/
H A DOfflineLocationTimeZoneProviderService.java55 Context attributionContext = createAttributionContext(ATTRIBUTION_TAG); in onCreate() local
57 attributionContext, this::reportTimeZoneProviderEvent); in onCreate()
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaInserterTest.java91 final Context attributionContext = getInstrumentation().getContext() in setUp() local
94 final ContentProviderClient client = new ContentProviderClient(attributionContext in setUp()
98 mAttributionSource = attributionContext.getAttributionSource(); in setUp()