Searched refs:ANSWER_SLEEP (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/content/src/android/content/cts/ |
D | ContentProviderClientTest.java | 62 private static final Answer ANSWER_SLEEP = invocation -> { field in ContentProviderClientTest 129 doAnswer(ANSWER_SLEEP).when(mIContentProvider).query(mAttributionSource, URI, null, in testQueryTimeout() 151 doAnswer(ANSWER_SLEEP).when(mIContentProvider).getType(mAttributionSource, URI); in testGetTypeTimeout() 164 doAnswer(ANSWER_SLEEP).when(mIContentProvider).getStreamTypes(mAttributionSource, in testGetStreamTypesTimeout() 178 doAnswer(ANSWER_SLEEP).when(mIContentProvider).canonicalize(mAttributionSource, URI); in testCanonicalizeTimeout() 191 doAnswer(ANSWER_SLEEP).when(mIContentProvider).uncanonicalize(mAttributionSource, URI); in testUncanonicalizeTimeout() 205 doAnswer(ANSWER_SLEEP).when(mIContentProvider).refresh(mAttributionSource, URI, ARGS, in testRefreshTimeout() 226 doAnswer(ANSWER_SLEEP).when(mIContentProvider).insert(mAttributionSource, URI, in testInsertTimeout() 240 doAnswer(ANSWER_SLEEP).when(mIContentProvider).bulkInsert(mAttributionSource, URI, in testBulkInsertTimeout() 254 doAnswer(ANSWER_SLEEP).when(mIContentProvider).delete(mAttributionSource, URI, EXTRAS); in testDeleteTimeout() [all …]
|