Searched defs:future (Results 1 – 15 of 15) sorted by relevance
70 ListenableFuture<TotalCaptureResultProxy> future = getOrCreateFuture(timestamp); in removeMetadataFuture() local91 SettableFuture<TotalCaptureResultProxy> future = getOrCreateFuture(timestamp); in update() local
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()
71 final ListenableFuture<T> future) { in nonCancellationPropagating()
59 public void run(AccountManagerFuture<Bundle> future) { in run()
87 AccountManagerFuture<Boolean> future = in deleteAccountManagerAccount() local
71 Future<List<SearchResult>> future = MainThreadExecutor.getInstance() in search() local
186 final AccountManagerFuture<Bundle> future = in onCreateLoader() local
184 public synchronized void onFutureDone(Future<ArrayList<MediaSet>> future) { in onFutureDone()
286 public void onFutureDone(Future<File> future) { in onFutureDone()
265 private static void finishAccountManagerBlocker(AccountManagerFuture<?> future) { in finishAccountManagerBlocker()