Searched refs:attributionContext (Results 1 – 4 of 4) sorted by relevance
32 val attributionContext = createContext( in onCreate() constant43 result.putParcelable(ATTRIBUTION_SOURCE, attributionContext.attributionSource) in onCreate()
58 val attributionContext = createContext(ContextParams.Builder() in performOperationMicRecoWithAttribution() constant64 .setContext(attributionContext) in performOperationMicRecoWithAttribution()
99 final Context attributionContext = getContext().createContext( in setUp() local104 mAttributionSource = attributionContext.getAttributionSource(); in setUp()105 mContentResolver = spy(new MockContentResolver(attributionContext)); in setUp()
272 final Context attributionContext = getContext().createContext(params); in testCreateAttributionContextFromParams() local274 assertEquals(params, attributionContext.getParams()); in testCreateAttributionContextFromParams()276 attributionContext.getAttributionSource().getNext()); in testCreateAttributionContextFromParams()278 attributionContext.getAttributionSource().getAttributionTag()); in testCreateAttributionContextFromParams()