android.accounts
Interface AccountManagerFuture<V>
public interface AccountManagerFuture<V>
cancel
boolean cancel(boolean mayInterruptIfRunning)
isCancelled
boolean isCancelled()
isDone
boolean isDone()
getResult
V getResult()
throws OperationCanceledException,
java.io.IOException,
AuthenticatorException
- Throws:
OperationCanceledException
java.io.IOException
AuthenticatorException
getResult
V getResult(long timeout,
java.util.concurrent.TimeUnit unit)
throws OperationCanceledException,
java.io.IOException,
AuthenticatorException
- Throws:
OperationCanceledException
java.io.IOException
AuthenticatorException
Copyright © 2008-2010. All Rights Reserved.