Home
last modified time | relevance | path

Searched defs:onCancelled (Results 1 – 25 of 28) sorted by relevance

12

/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowLegacyAsyncTaskTest.java213 protected void onCancelled(String result) { in onCancelled() method in ShadowLegacyAsyncTaskTest.MyAsyncTask
220 protected void onCancelled() { in onCancelled() method in ShadowLegacyAsyncTaskTest.MyAsyncTask
DShadowPausedAsyncTaskTest.java238 protected void onCancelled(String result) { in onCancelled() method in ShadowPausedAsyncTaskTest.RecordingAsyncTask
245 protected void onCancelled() { in onCancelled() method in ShadowPausedAsyncTaskTest.RecordingAsyncTask
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DAbstractCoroutineTest.kt31 override fun onCancelled(cause: Throwable, handled: Boolean) { in <lambda>() method
70 override fun onCancelled(cause: Throwable, handled: Boolean) { in <lambda>() method
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowAsyncTaskTest.java198 protected void onCancelled(String result) { in onCancelled() method in ShadowAsyncTaskTest.MyAsyncTask
205 protected void onCancelled() { in onCancelled() method in ShadowAsyncTaskTest.MyAsyncTask
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAsyncTaskBridge.java35 public void onCancelled() { in onCancelled() method in ShadowAsyncTaskBridge
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
DRxMaybe.kt52 override fun onCancelled(cause: Throwable, handled: Boolean) { in onCancelled() method
DRxSingle.kt51 override fun onCancelled(cause: Throwable, handled: Boolean) { in onCancelled() method
DRxCompletable.kt51 override fun onCancelled(cause: Throwable, handled: Boolean) { in onCancelled() method
DRxObservable.kt206 override fun onCancelled(cause: Throwable, handled: Boolean) { in onCancelled() method
/external/cronet/base/android/java/src/org/chromium/base/task/
DAsyncTask.java229 protected void onCancelled(Result result) { in onCancelled() method in AsyncTask
246 protected void onCancelled() {} in onCancelled() method in AsyncTask
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxMaybe.kt52 override fun onCancelled(cause: Throwable, handled: Boolean) { in onCancelled() method
DRxSingle.kt51 override fun onCancelled(cause: Throwable, handled: Boolean) { in onCancelled() method
DRxCompletable.kt51 override fun onCancelled(cause: Throwable, handled: Boolean) { in onCancelled() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DAbstractCoroutine.kt84 protected open fun onCancelled(cause: Throwable, handled: Boolean) {} in onCancelled() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-jdk9/test/
DPublisherAsFlowTest.kt16 var onCancelled = 0 in <lambda>() variable
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DProduce.kt146 override fun onCancelled(cause: Throwable, handled: Boolean) { in onCancelled() method
DBroadcast.kt170 override fun onCancelled(cause: Throwable, handled: Boolean) { in <lambda>() method
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
DUrlDownloaderTask.java139 protected void onCancelled() { in onCancelled() method in UrlDownloaderTask
DZipExtractorTask.java147 protected void onCancelled() { in onCancelled() method in ZipExtractorTask
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DSuppressionTests.kt34 override fun onCancelled(cause: Throwable, handled: Boolean) { in <lambda>() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/
DObservableAsFlowTest.kt21 var onCancelled = 0 in testCancellation() variable
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/
DObservableAsFlowTest.kt21 var onCancelled = 0 in testCancellation() variable
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/src/
DMono.kt106 override fun onCancelled(cause: Throwable, handled: Boolean) { in onCancelled() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/
DPublisherAsFlowTest.kt17 var onCancelled = 0 in <lambda>() variable
/external/kotlinx.coroutines/kotlinx-coroutines-core/jdk8/src/future/
DFuture.kt60 override fun onCancelled(cause: Throwable, handled: Boolean) { in onCancelled() method

12