Searched refs:createAttributionContext (Results 1 – 8 of 8) sorted by relevance
28 val attrContext = createAttributionContext("test.tag") in onCreate()
35 val attrContext = createAttributionContext("test.tag") in onCreate()
55 Context attributionContext = createAttributionContext(ATTRIBUTION_TAG); in onCreate()
149 public Context createAttributionContext(String attributionTag) { return this; } in createAttributionContext() method in ComponentContextFixture.FakeApplicationContext
614 mContext.createAttributionContext("WifiService")); in WifiInjector()
360 LocationManager lm = context.createAttributionContext("telephony") in getOrCreateInstance()
2532 Context context = getApplicationContext().createAttributionContext(CONTEXT_ATTRIBUTION_TAG); in onCreate()
1487 LocationManager locationManager = (LocationManager) mContext.createAttributionContext( in queryCurrentLocation()