Home
last modified time | relevance | path

Searched refs:mAttributionSource (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/content/src/android/content/cts/
DContentProviderClientTest.java84 private AttributionSource mAttributionSource; field in ContentProviderClientTest
104 mAttributionSource = attributionContext.getAttributionSource(); in setUp()
124 verify(mIContentProvider).query(mAttributionSource, URI, null, ARGS, in testQuery()
129 doAnswer(ANSWER_SLEEP).when(mIContentProvider).query(mAttributionSource, URI, null, in testQueryTimeout()
134 verify(mIContentProvider, after(150)).query(mAttributionSource, URI, null, ARGS, in testQueryTimeout()
141 verify(mIContentProvider, never()).query(mAttributionSource, URI, null, ARGS, in testQueryAlreadyCancelled()
147 verify(mIContentProvider).getType(mAttributionSource, URI); in testGetType()
151 doAnswer(ANSWER_SLEEP).when(mIContentProvider).getType(mAttributionSource, URI); in testGetTypeTimeout()
155 verify(mIContentProvider, after(150)).getType(mAttributionSource, URI); in testGetTypeTimeout()
160 verify(mIContentProvider).getStreamTypes(mAttributionSource, URI, ""); in testGetStreamTypes()
[all …]
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvInputServiceTest.java127 private static AttributionSource mAttributionSource; field in TvInputServiceTest
345 mAttributionSource = mContext.getAttributionSource(); in setUp()
1353 tvView.overrideTvAppAttributionSource(mAttributionSource);
1414 assertThat(tvAppAttributionSource).isEqualTo(mAttributionSource);