Searched defs:future (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DAccountManagerCallback.java19 void run(AccountManagerFuture<V> future); argument
H A DAccountManager.java158 * future from the method; no callback need be supplied.
722 * @return a future containing the label string
2179 final AccountManagerFuture<Bundle> future) {
2184 callback.run(future);
2567 public void run(AccountManagerFuture<Bundle> future) {
2571 Bundle result = future.getResult();
2621 public void run(AccountManagerFuture<Bundle> future) { argument
2623 final Bundle result = future.getResult();
2178 postToHandler(Handler handler, final AccountManagerCallback<Bundle> callback, final AccountManagerFuture<Bundle> future) argument
/frameworks/base/libs/hwui/thread/
H A DTask.h45 const sp<Future<T> >& future() const { return mFuture; } function in class:android::uirenderer::Task
/frameworks/base/core/java/com/android/internal/util/
H A DConcurrentUtils.java74 * @param future future to wait for result
81 public static <T> T waitForFutureNoInterrupt(Future<T> future, String description) { argument
83 return future.get();
/frameworks/base/services/core/jni/
H A Dcom_android_server_ArcVideoService.cpp42 void onCaptureResult(arc::Future<arc::MojoBootstrapResult>* future, uint32_t version, argument
49 future->set(arc::MojoBootstrapResult());
54 future->set(arc::MojoBootstrapResult(std::move(fd), token, version));
109 Future<MojoBootstrapResult> future; variable
112 base::Unretained(this), &future));
113 return future.get();
122 void bootstrapVideoAcceleratorFactoryOnMojoThread(Future<MojoBootstrapResult>* future) { argument
125 future->set(MojoBootstrapResult());
129 base::Bind(&onCaptureResult, base::Unretained(future), mHostPtr.version()));
/frameworks/base/core/tests/coretests/src/android/animation/
H A DAutoCancelTest.java59 private void setupAnimators(long startDelay, boolean startLater, final FutureWaiter future) argument
82 future.set(false);
96 future.set(false);
103 // Release future if not done already via failures during start
104 future.release();
125 final FutureWaiter future = new FutureWaiter();
130 setupAnimators(0, false, future);
132 future.setException(e);
136 assertTrue(future.get(FUTURE_TIMEOUT, TimeUnit.MILLISECONDS));
141 final FutureWaiter future
[all...]
H A DViewPropertyAnimatorTest.java67 public Canceler(ViewPropertyAnimator anim, FutureWaiter future) { argument
69 mFuture = future;
96 public FutureReleaseListener(FutureWaiter future) { argument
97 mFuture = future;
102 * @param future
105 public FutureReleaseListener(FutureWaiter future, long timeout) { argument
106 mFuture = future;
H A DEventsTest.java68 public Canceler(Animator anim, FutureWaiter future) { argument
70 mFuture = future;
96 public Ender(Animator anim, FutureWaiter future) { argument
98 mFuture = future;
117 public Pauser(Animator anim, FutureWaiter future) { argument
119 mFuture = future;
138 public Resumer(Animator anim, FutureWaiter future) { argument
140 mFuture = future;
160 public FutureReleaseListener(FutureWaiter future) { argument
161 mFuture = future;
169 FutureReleaseListener(FutureWaiter future, long timeout) argument
[all...]
/frameworks/base/libs/usb/src/com/android/future/usb/
H A DUsbAccessory.java17 package com.android.future.usb;
H A DUsbManager.java18 package com.android.future.usb;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsImpl.java911 AppTransitionAnimationSpecsFuture future = new AppTransitionAnimationSpecsFuture(mHandler) {
925 false /* scaleUp */, future, isLowRamDevice ? null : mResetToggleFlagListener),
926 future);
1066 null /* future */);
1105 final AppTransitionAnimationSpecsFuture future) {
1115 if (future != null) {
1116 future.composeSpecsSynchronous();
1104 startRecentsActivity(ActivityOptions opts, final AppTransitionAnimationSpecsFuture future) argument
/frameworks/native/libs/input/
H A DInputTransport.cpp58 // far into the future. This time is further bounded by 50% of the last time delta.
737 History future; local
740 // Interpolate between current sample and future sample.
741 // So current->eventTime <= sampleTime <= future.eventTime.
742 future.initializeFrom(*next);
743 other = &future;
744 nsecs_t delta = future.eventTime - current->eventTime;
753 // Extrapolate future sample using current sample and past sample.
771 ALOGD("Sample time is too far in the future, adjusting prediction "
/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java212 private static void awaitUninterruptibly(Future<?> future) { argument
215 future.get();
1000 // snapshot for future delta calculation.
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkPolicyManagerServiceTest.java1818 private void assertRestrictBackgroundChangedReceived(Future<Intent> future, argument
1821 final Intent intent = future.get(5, TimeUnit.SECONDS);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 220 milliseconds