Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsRecyclingTest.java83 private void recycleWhenIdentical(boolean async) throws Throwable { in recycleWhenIdentical() argument
100 reapplyRemoteViews(rv, async); in recycleWhenIdentical()
120 private void doesntRecycleWhenNotAskingForRecycling(boolean async) throws Throwable { in doesntRecycleWhenNotAskingForRecycling() argument
130 reapplyRemoteViews(rv, async); in doesntRecycleWhenNotAskingForRecycling()
149 private void recycleWhenInsertView(boolean async) throws Throwable { in recycleWhenInsertView() argument
163 reapplyRemoteViews(rv, async); in recycleWhenInsertView()
184 private void recycleWhenRemovingMiddleView(boolean async) throws Throwable { in recycleWhenRemovingMiddleView() argument
198 reapplyRemoteViews(rv, async); in recycleWhenRemovingMiddleView()
217 private void recycleWhenAddingAtEnd(boolean async) throws Throwable { in recycleWhenAddingAtEnd() argument
231 reapplyRemoteViews(rv, async); in recycleWhenAddingAtEnd()
[all …]
/cts/tests/tests/media/src/android/media/cts/
DSdkMediaCodec.java34 public SdkMediaCodec(MediaCodec codec, boolean async) { in SdkMediaCodec() argument
36 this.mAsync = async; in SdkMediaCodec()
DVideoCodecTestBase.java1113 final long timeout, boolean async, final boolean useNdk) throws Exception { in createCodec() argument
1115 mAsync = async; in createCodec()
/cts/tests/tests/media/libimagereaderjni/
DAImageReaderCts.cpp272 bool async) in ImageReaderTestCase() argument
278 mAsync(async) {} in ImageReaderTestCase()