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,
IOException,
AuthenticatorException
- Throws:
OperationCanceledException
IOException
AuthenticatorException
getResult
V getResult(long timeout,
TimeUnit unit)
throws OperationCanceledException,
IOException,
AuthenticatorException
- Throws:
OperationCanceledException
IOException
AuthenticatorException
Copyright © 2008-2012. All Rights Reserved.