Searched refs:isDone (Results 1 - 25 of 27) 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()}.
H A DAccountManager.java2262 if (!isDone()) {
2444 if (!isDone()) {
/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/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/services/core/java/com/android/server/pm/
H A DOtaDexoptShellCommand.java76 if (mInterface.isDone()) {
H A DOtaDexoptService.java175 public synchronized boolean isDone() throws RemoteException { method in class:OtaDexoptService
/frameworks/native/include/private/ui/
H A DRegionHelper.h90 } while(!spannerInner.isDone());
91 } while(!spanner.isDone());
179 inline bool isDone() const { function in class:android::region_operator::Spanner
259 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.java324 public boolean isDone() {
335 if (isDone()) {
352 if (isDone()) {
H A DPath_Delegate.java496 while (!iterator.isDone()) {
597 return !mPath.getPathIterator(null).isDone();
611 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.java122 void onDoneChanged(boolean isDone) {
127 mBoundItem.mIsDone = isDone;
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/util/
H A DSortedListActivity.java122 void onDoneChanged(boolean isDone) {
127 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/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.java171 boolean isDone() { method in class:MediaBrowserService.Result
670 if (!result.isDone()) {
717 if (!result.isDone()) {
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingSessionCallback.java280 public boolean isDone() { method in class:BlockingSessionCallback.SessionFuture
/frameworks/support/media-compat/java/android/support/v4/media/
H A DMediaBrowserServiceCompat.java660 boolean isDone() { method in class:MediaBrowserServiceCompat.Result
1341 if (!result.isDone()) {
1388 if (!result.isDone()) {
1416 if (!result.isDone()) {
1445 if (!result.isDone()) {
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DLayoutFileParser.java449 while ((nread = fin.read(buf)) > 0 && !universalDetector.isDone()) {

Completed in 617 milliseconds

12