Searched refs:attributionContext (Results 1 – 5 of 5) sorted by relevance
33 val attributionContext = createContext( in onCreate() constant44 result.putParcelable(ATTRIBUTION_SOURCE, attributionContext.attributionSource) in onCreate()
58 val attributionContext = createContext(ContextParams.Builder() in performOperationMicRecoWithAttribution() constant64 .setContext(attributionContext) in performOperationMicRecoWithAttribution()
97 final Context attributionContext = getContext().createContext( in setUp() local102 mAttributionSource = attributionContext.getAttributionSource(); in setUp()103 mContentResolver = spy(new MockContentResolver(attributionContext)); in setUp()
214 final Context attributionContext = getContext().createContext(params); in testCreateAttributionContextFromParams() local216 assertEquals(params, attributionContext.getParams()); in testCreateAttributionContextFromParams()218 attributionContext.getAttributionSource().getNext()); in testCreateAttributionContextFromParams()220 attributionContext.getAttributionSource().getAttributionTag()); in testCreateAttributionContextFromParams()
1781 Context attributionContext = mContext.createAttributionContext(attributionTag); in accessLocation() local1782 attributionContext.getSystemService(LocationManager.class).getLastKnownLocation( in accessLocation()