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.java92 private void recycleWhenIdentical(boolean async) throws Throwable { in recycleWhenIdentical() argument
109 reapplyRemoteViews(rv, async); in recycleWhenIdentical()
129 private void doesntRecycleWhenNotAskingForRecycling(boolean async) throws Throwable { in doesntRecycleWhenNotAskingForRecycling() argument
139 reapplyRemoteViews(rv, async); in doesntRecycleWhenNotAskingForRecycling()
158 private void recycleWhenInsertView(boolean async) throws Throwable { in recycleWhenInsertView() argument
172 reapplyRemoteViews(rv, async); in recycleWhenInsertView()
193 private void recycleWhenRemovingMiddleView(boolean async) throws Throwable { in recycleWhenRemovingMiddleView() argument
207 reapplyRemoteViews(rv, async); in recycleWhenRemovingMiddleView()
226 private void recycleWhenAddingAtEnd(boolean async) throws Throwable { in recycleWhenAddingAtEnd() argument
240 reapplyRemoteViews(rv, async); in recycleWhenAddingAtEnd()
[all …]
/cts/tests/tests/media/common/src/android/media/cts/
DSdkMediaCodec.java35 public SdkMediaCodec(MediaCodec codec, boolean async) { in SdkMediaCodec() argument
37 this.mAsync = async; in SdkMediaCodec()
/cts/tests/tests/media/misc/jni/
DAImageReaderCts.cpp267 bool async) in ImageReaderTestCase() argument
273 mAsync(async) {} in ImageReaderTestCase()
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DVideoCodecTestBase.java1184 final long timeout, boolean async, final boolean useNdk) throws Exception { in createCodec() argument
1186 mAsync = async; in createCodec()