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

/frameworks/base/core/java/android/speech/tts/
H A DAbstractSynthesisCallback.java26 abstract boolean isDone(); method in class:AbstractSynthesisCallback
H A DPlaybackSynthesisCallback.java132 boolean isDone() { method in class:PlaybackSynthesisCallback
H A DFileSynthesisCallback.java120 boolean isDone() { method in class:FileSynthesisCallback
H A DTextToSpeechService.java576 return synthesisCallback.isDone() ? TextToSpeech.SUCCESS : TextToSpeech.ERROR;
/frameworks/base/core/java/android/accounts/
H A DAccountManagerFuture.java50 * <p>After this method returns, subsequent calls to {@link #isDone} will
80 boolean isDone(); method in interface:AccountManagerFuture
85 * available without blocking, one may call {@link #isDone()} and {@link #isCancelled()}.
101 * available without blocking, one may call {@link #isDone()} and {@link #isCancelled()}.
H A DAccountManager.java1401 if (!isDone()) {
1569 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/support/volley/src/com/android/volley/toolbox/
H A DRequestFuture.java77 if (!isDone()) {
136 public synchronized boolean isDone() { method in class:RequestFuture
H A DAndroidAuthenticator.java68 if (future.isDone() && !future.isCancelled()) {
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppCacheTest.java452 public boolean isDone() { method in class:AppCacheTest.PackageDataObserver
469 while(!observer.isDone() || (waitTime > MAX_WAIT_TIME)) {
473 if(!observer.isDone()) {
495 while(!observer.isDone() || (waitTime > MAX_WAIT_TIME)) {
499 if(!observer.isDone()) {
520 while(!r.isDone() && (waitTime < MAX_WAIT_TIME)) {
524 if(!r.isDone()) {
562 public boolean isDone() { method in class:AppCacheTest.PackageStatsObserver
575 while((!observer.isDone()) || (waitTime > MAX_WAIT_TIME) ) {
579 if(!observer.isDone()) {
623 public boolean isDone() { method in class:AppCacheTest.FreeStorageReceiver
[all...]
H A DPackageManagerTests.java133 public boolean isDone() { method in class:PackageManagerTests.PackageInstallObserver
161 public boolean isDone() { method in class:PackageManagerTests.GenericReceiver
214 while ((!observer.isDone()) && (waitTime < MAX_WAIT_TIME)) {
222 if (!observer.isDone()) {
245 while ((!receiver.isDone()) && (waitTime < MAX_WAIT_TIME)) {
253 if (!receiver.isDone()) {
270 while ((!observer.isDone()) && (waitTime < MAX_WAIT_TIME)) {
278 if (!observer.isDone()) {
993 while ((!receiver.isDone()) && (waitTime < MAX_WAIT_TIME)) {
997 if (!receiver.isDone()) {
1607 public boolean isDone() { method in class:PackageManagerTests.PackageMoveObserver
[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.java94 public boolean isDone() { method in class:MountServiceTests.ObbObserver
101 while (!isDone() && waitTime < MAX_WAIT_TIME) {
111 return isDone();
/frameworks/base/core/java/android/view/animation/
H A DLayoutAnimationController.java339 public boolean isDone() { method in class:LayoutAnimationController
/frameworks/base/test-runner/src/android/test/
H A DIsolatedContext.java173 public boolean isDone() { method in class:IsolatedContext.MockAccountManager.MockAccountManagerFuture
/frameworks/base/core/java/android/view/
H A DViewGroup.java2836 mLayoutAnimationController.isDone() && !more) {

Completed in 1769 milliseconds