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

/frameworks/opt/telephony/src/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.java186 * isAlive()
192 isAlive() { method in class:Connection
193 return getState().isAlive();
/frameworks/native/opengl/libs/EGL/
H A Degl_display.h97 inline bool isAlive() const { return isValid(); } function in class:android::egl_display_t
/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java270 * will return false in {@link #isAlive()} and should not be used anymore.
331 * @throws IllegalStateException If {@link #isAlive()} returns false
348 * @throws IllegalStateException If {@link #isAlive()} returns false
366 * @throws IllegalStateException If {@link #isAlive()} returns false
383 * @throws IllegalStateException If {@link #isAlive()} returns false
399 * @throws IllegalStateException If {@link #isAlive()} returns false
416 * @throws IllegalStateException If {@link #isAlive()} returns false
433 * @throws IllegalStateException If {@link #isAlive()} returns false
452 * @throws IllegalStateException If {@link #isAlive()} returns false
471 * @throws IllegalStateException If {@link #isAlive()} return
609 public boolean isAlive() { method in class:ViewTreeObserver
[all...]
H A DWindowManagerPolicy.java341 public boolean isAlive(); method in interface:WindowManagerPolicy.WindowState
/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java1023 public boolean isAlive() { method in class:WindowState
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java817 boolean isAlive() { method in class:RenderScript
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java1047 boolean isAlive() { method in class:RenderScript

Completed in 165 milliseconds