Searched refs:isDone (Results 1 - 25 of 32) sorted by relevance

12

/frameworks/base/core/java/android/content/pm/
H A DIOtaDexopt.aidl42 boolean isDone();
45 * Return the progress (0..1) made in this session. When {@link #isDone() isDone} returns
/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
H A DAndroidAuthenticator.java96 if (future.isDone() && !future.isCancelled()) {
/frameworks/volley/src/test/java/com/android/volley/toolbox/
H A DAndroidAuthenticatorTest.java67 when(mFuture.isDone()).thenReturn(true);
77 when(mFuture.isDone()).thenReturn(true);
94 when(mFuture.isDone()).thenReturn(true);
/frameworks/base/services/core/java/com/android/server/pm/
H A DOtaDexoptShellCommand.java75 if (mInterface.isDone()) {
/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/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/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/tools/layoutlib/bridge/src/android/graphics/
H A DPathMeasure_Delegate.java147 for (PathIterator pi = path.getJavaShape().getPathIterator(null); !pi.isDone(); pi.next()) {
175 while (!iterator.isDone() && (stopD - accLength > 0.1f)) {
H A DRoundRectangle.java326 public boolean isDone() {
337 if (isDone()) {
354 if (isDone()) {
H A DPath_Delegate.java494 while (!iterator.isDone()) {
594 return !mPath.getPathIterator(null).isDone();
608 for (PathIterator it = mPath.getPathIterator(null); !it.isDone(); it.next()) {
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/util/
H A DSortedListActivity.java121 void onDoneChanged(boolean isDone) {
126 mBoundItem.mIsDone = isDone;
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/util/
H A DSortedListActivity.java121 void onDoneChanged(boolean isDone) {
126 mBoundItem.mIsDone = isDone;
/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/base/core/java/android/view/animation/
H A DLayoutAnimationController.java341 public boolean isDone() { method in class:LayoutAnimationController
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/services/
H A DTestScheduledExecutorService.java186 public boolean isDone() { method in class:TestScheduledExecutorService.TestFuture
/frameworks/base/test-runner/src/android/test/
H A DIsolatedContext.java175 public boolean isDone() { method in class:IsolatedContext.MockAccountManager.MockAccountManagerFuture
/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/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRecentsLoader.java143 if (task.isDone()) {

Completed in 663 milliseconds

12