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.java187 * isAlive()
193 isAlive() { method in class:Connection
194 return getState().isAlive();
/frameworks/base/opengl/libs/EGL/
H A Degl_display.h93 inline bool isAlive() const { return isValid(); } function in class:android::egl_display_t
/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java246 * will return false in {@link #isAlive()} and should not be used anymore.
299 * @throws IllegalStateException If {@link #isAlive()} returns false
316 * @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()} returns false
436 * @throws IllegalStateException If {@link #isAlive()} return
523 public boolean isAlive() { method in class:ViewTreeObserver
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java933 boolean isAlive() { method in class:RenderScript

Completed in 1882 milliseconds