Searched defs:future (Results 1 – 11 of 11) sorted by relevance
53 public synchronized void setFuture(Future<T> future) { in setFuture()137 JobWrapper<T> future = new JobWrapper<T>(Utils.checkNotNull(job), listener); in submit() local155 public synchronized void onFutureDone(Future future) { in onFutureDone()
20 public void onFutureDone(Future<T> future); in onFutureDone()
78 public void onFutureDone(Future<PanoramaMetadata> future) { in onFutureDone()
295 private void updateScreenNail(Path path, Future<ScreenNail> future) { in updateScreenNail()330 private void updateFullImage(Path path, Future<BitmapRegionDecoder> future) { in updateFullImage()861 public void onFutureDone(Future<BitmapRegionDecoder> future) { in onFutureDone()883 public void onFutureDone(Future<ScreenNail> future) { in onFutureDone()
134 private void onDecodeThumbComplete(Future<Bitmap> future) { in onDecodeThumbComplete()
49 public void onFutureDone(Future<Bitmap> future) { in onFutureDone()
87 AccountManagerFuture<Boolean> future = in deleteAccountManagerAccount() local
250 AccountManagerFuture<Boolean> future = in deleteAccountManagerAccount() local
184 public synchronized void onFutureDone(Future<ArrayList<MediaSet>> future) { in onFutureDone()
286 public void onFutureDone(Future<File> future) { in onFutureDone()
255 private static void finishAccountManagerBlocker(AccountManagerFuture<?> future) { in finishAccountManagerBlocker()