Searched defs:isAlive (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCall.java32 public boolean isAlive() { method in class:Call.State
112 return !getState().isAlive();
247 if (getState().isAlive()) {
H A DConnection.java180 * isAlive()
186 isAlive() { method in class:Connection
187 return getState().isAlive();
/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java229 * will return false in {@link #isAlive()} and should not be used anymore.
282 * @throws IllegalStateException If {@link #isAlive()} returns false
299 * @throws IllegalStateException If {@link #isAlive()} returns false
317 * @throws IllegalStateException If {@link #isAlive()} returns false
334 * @throws IllegalStateException If {@link #isAlive()} returns false
351 * @throws IllegalStateException If {@link #isAlive()} returns false
368 * @throws IllegalStateException If {@link #isAlive()} returns false
385 * @throws IllegalStateException If {@link #isAlive()} returns false
402 * @throws IllegalStateException If {@link #isAlive()} returns false
419 * @throws IllegalStateException If {@link #isAlive()} return
506 public boolean isAlive() { method in class:ViewTreeObserver
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java322 boolean isAlive() { method in class:RenderScript
/frameworks/base/opengl/libs/EGL/
H A Degl.cpp81 inline bool isAlive() const { return !terminated; } function in class:android::egl_object_t
175 inline bool isAlive() const { return isValid(); } function in struct:android::egl_display_t
504 if (!get_display(dpy)->isAlive())
506 if (!get_context(ctx)->isAlive())
515 if (!get_display(dpy)->isAlive())
517 if (!get_surface(surface)->isAlive())
532 if (!c->isAlive())

Completed in 61 milliseconds