Searched refs:createAttributionContext (Results 1 – 11 of 11) sorted by relevance
149 override fun createAttributionContext(attributionTag: String?): Context { in createAttributionContext() method150 return SandboxApplicationWrapper(super.createAttributionContext(attributionTag), app) in createAttributionContext()
28 val attrContext = createAttributionContext("test.tag") in onCreate()
35 val attrContext = createAttributionContext("test.tag") in onCreate()
55 Context attributionContext = createAttributionContext(ATTRIBUTION_TAG); in onCreate()
116 public @NonNull Context createAttributionContext(@Nullable String attributionTag) { in createAttributionContext() method in TestContext
98 ApplicationProvider.getApplicationContext().createAttributionContext(TAG);
150 public Context createAttributionContext(String attributionTag) { return this; } in createAttributionContext() method in ComponentContextFixture.FakeApplicationContext
627 mContext.createAttributionContext("WifiService")); in WifiInjector()
1811 Context context = getApplicationContext().createAttributionContext(CONTEXT_ATTRIBUTION_TAG); in onCreate()
682 LocationManager lm = context.createAttributionContext("telephony") in getOrCreateInstance()
1491 LocationManager locationManager = (LocationManager) mContext.createAttributionContext( in queryCurrentLocation()