Lines Matching full:future
271 public void run(AccountManagerFuture<Boolean> future) {
273 Log.d(TAG, "removeAccount(" + account + ") = " + future.getResult());
404 public void run(AccountManagerFuture<Bundle> future) {
409 Bundle result = future.getResult();
441 public void run(AccountManagerFuture<Bundle> future) {
445 getAndLogResult(future, "get auth token");
456 public void run(AccountManagerFuture<Bundle> future) {
457 Bundle result = getAndLogResult(future, "get and invalidate");
472 public void run(AccountManagerFuture<Boolean> future) {
474 Boolean hasFeatures = future.getResult();
499 public void run(AccountManagerFuture<Bundle> future) {
500 mActivity.getAndLogResult(future, mLabel);
504 private Bundle getAndLogResult(AccountManagerFuture<Bundle> future, String label) {
506 Bundle result = future.getResult();