Home
last modified time | relevance | path

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

/cts/tests/tests/attributionsource/BlamedPermissionApp/src/android/attributionsource/cts/blamed/
DBringToForegroundActivity.kt32 val attributionContext = createContext( in onCreate() constant
43 result.putParcelable(ATTRIBUTION_SOURCE, attributionContext.attributionSource) in onCreate()
/cts/tests/tests/attributionsource/BlamedPermissionApp2/src/android/attributionsource/cts/blamed2/
DMyRecognitionService.kt58 val attributionContext = createContext(ContextParams.Builder() in performOperationMicRecoWithAttribution() constant
64 .setContext(attributionContext) in performOperationMicRecoWithAttribution()
/cts/tests/tests/content/src/android/content/cts/
DContentProviderClientTest.java99 final Context attributionContext = getContext().createContext( in setUp() local
104 mAttributionSource = attributionContext.getAttributionSource(); in setUp()
105 mContentResolver = spy(new MockContentResolver(attributionContext)); in setUp()
DContextTest.java272 final Context attributionContext = getContext().createContext(params); in testCreateAttributionContextFromParams() local
274 assertEquals(params, attributionContext.getParams()); in testCreateAttributionContextFromParams()
276 attributionContext.getAttributionSource().getNext()); in testCreateAttributionContextFromParams()
278 attributionContext.getAttributionSource().getAttributionTag()); in testCreateAttributionContextFromParams()