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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCall.java35 public boolean isAlive() { method in class:Call.State
130 return !getState().isAlive();
265 if (getState().isAlive()) {
H A DConnection.java281 * isAlive()
287 isAlive() { method in class:Connection
288 return getState().isAlive();
/frameworks/native/opengl/libs/EGL/
H A Degl_display.h95 inline bool isAlive() const { return isValid(); } function in class:android::egl_display_t
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsCallSession.java545 public boolean isAlive() { method in class:ImsCallSession
/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java336 * will return false in {@link #isAlive()} and should not be used anymore.
421 * @throws IllegalStateException If {@link #isAlive()} returns false
439 * @throws IllegalStateException If {@link #isAlive()} returns false
456 * @throws IllegalStateException If {@link #isAlive()} returns false
474 * @throws IllegalStateException If {@link #isAlive()} returns false
491 * @throws IllegalStateException If {@link #isAlive()} returns false
508 * @throws IllegalStateException If {@link #isAlive()} returns false
526 * @throws IllegalStateException If {@link #isAlive()} returns false
543 * @throws IllegalStateException If {@link #isAlive()} returns false
559 * @throws IllegalStateException If {@link #isAlive()} return
831 public boolean isAlive() { method in class:ViewTreeObserver
[all...]
H A DWindowManagerPolicy.java353 public boolean isAlive(); method in interface:WindowManagerPolicy.WindowState
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java1276 public boolean isAlive() { method in class:WindowState
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java1098 boolean isAlive() { method in class:RenderScript
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java1321 boolean isAlive() { method in class:RenderScript

Completed in 3900 milliseconds