File
Doc
Category
Size
Date
Package
CancellationSignal.java
API Doc
Android 5.1 API
547
Sat Mar 14 14:09:36 GMT 2015
android.os
CancellationSignal
java.lang.Object
public final class CancellationSignal extends Object
Fields Summary
Constructors Summary
public CancellationSignal
()
throw new RuntimeException("Stub!");
Methods Summary
public void
cancel
()
throw new RuntimeException("Stub!");
public
boolean
isCanceled
()
throw new RuntimeException("Stub!");
public void
setOnCancelListener
(
android.os.CancellationSignal$OnCancelListener
listener)
throw new RuntimeException("Stub!");
public void
throwIfCanceled
()
throw new RuntimeException("Stub!");
Java Code Source