Searched defs:isDone (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DAccountManagerFuture.java47 * <p>After this method returns, subsequent calls to {@link #isDone} will
77 boolean isDone(); method in interface:AccountManagerFuture
82 * available without blocking, one may call {@link #isDone()} and {@link #isCancelled()}.
99 * available without blocking, one may call {@link #isDone()} and {@link #isCancelled()}.
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DStorageListener.java45 public boolean isDone() { method in class:StorageListener
H A DAsecTests.java540 public boolean isDone() { method in class:AsecTests.StorageListener
572 while((!observer.isDone()) && (waitTime < MAX_WAIT_TIME) ) {
576 if(!observer.isDone()) {
640 while((!observer.isDone()) && (waitTime < MAX_WAIT_TIME) ) {
644 if(!observer.isDone()) {
675 public boolean isDone() { method in class:AsecTests.ShutdownObserver
H A DStorageManagerBaseTest.java188 public boolean isDone() { method in class:StorageManagerBaseTest.ObbListener
328 while (!obbListener.isDone()) {
341 return obbListener.isDone();
/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingReconsideration.java80 public boolean isDone() { method in class:RankingReconsideration
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DRequestFuture.java77 if (!isDone()) {
136 public synchronized boolean isDone() { method in class:RequestFuture
/frameworks/base/core/java/android/view/animation/
H A DLayoutAnimationController.java341 public boolean isDone() { method in class:LayoutAnimationController
/frameworks/base/services/core/java/com/android/server/pm/
H A DOtaDexoptService.java105 public synchronized boolean isDone() throws RemoteException { method in class:OtaDexoptService
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/services/
H A DTestScheduledExecutorService.java186 public boolean isDone() { method in class:TestScheduledExecutorService.TestFuture
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DMountServiceTests.java82 public boolean isDone() { method in class:MountServiceTests.ObbObserver
89 while (!isDone() && waitTime < MAX_WAIT_TIME) {
99 return isDone();
/frameworks/base/test-runner/src/android/test/
H A DIsolatedContext.java175 public boolean isDone() { method in class:IsolatedContext.MockAccountManager.MockAccountManagerFuture
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DCachedPathIteratorFactory.java56 while (!iterator.isDone()) {
224 while (!iterator.isDone()) {
325 public boolean isDone() { method in class:CachedPathIteratorFactory.CachedPathIterator
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingSessionCallback.java272 public boolean isDone() { method in class:BlockingSessionCallback.SessionFuture
/frameworks/native/include/private/ui/
H A DRegionHelper.h89 } while(!spannerInner.isDone());
90 } while(!spanner.isDone());
178 inline bool isDone() const { function in class:android::region_operator::Spanner
258 inline bool isDone() const { function in class:android::region_operator::SpannerInner
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppCacheTest.java454 public boolean isDone() { method in class:AppCacheTest.PackageDataObserver
471 while(!observer.isDone() || (waitTime > MAX_WAIT_TIME)) {
475 if(!observer.isDone()) {
497 while(!observer.isDone() || (waitTime > MAX_WAIT_TIME)) {
501 if(!observer.isDone()) {
522 while(!r.isDone() && (waitTime < MAX_WAIT_TIME)) {
526 if(!r.isDone()) {
564 public boolean isDone() { method in class:AppCacheTest.PackageStatsObserver
577 while((!observer.isDone()) || (waitTime > MAX_WAIT_TIME) ) {
581 if(!observer.isDone()) {
625 public boolean isDone() { method in class:AppCacheTest.FreeStorageReceiver
[all...]
H A DPackageManagerTests.java144 public boolean isDone() { method in class:PackageManagerTests.TestInstallObserver
172 public boolean isDone() { method in class:PackageManagerTests.GenericReceiver
225 while ((!observer.isDone()) && (waitTime < MAX_WAIT_TIME)) {
233 if (!observer.isDone()) {
256 while ((!receiver.isDone()) && (waitTime < MAX_WAIT_TIME)) {
264 if (!receiver.isDone()) {
281 while ((!observer.isDone()) && (waitTime < MAX_WAIT_TIME)) {
289 if (!observer.isDone()) {
992 while ((!receiver.isDone()) && (waitTime < MAX_WAIT_TIME)) {
996 if (!receiver.isDone()) {
[all...]
/frameworks/base/media/java/android/service/media/
H A DMediaBrowserService.java166 boolean isDone() { method in class:MediaBrowserService.Result
668 if (!result.isDone()) {
711 if (!result.isDone()) {
/frameworks/support/v4/java/android/support/v4/media/
H A DMediaBrowserServiceCompat.java523 boolean isDone() { method in class:MediaBrowserServiceCompat.Result
1054 if (!result.isDone()) {
1097 if (!result.isDone()) {
/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 1475 milliseconds