HomeSort by relevance Sort by last modified time
    Searched refs:isAlive (Results 51 - 75 of 119) sorted by null

1 23 4 5

  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 362 public boolean isAlive();
    [all...]
ViewTreeObserver.java 302 * will return false in {@link #isAlive()} and should not be used anymore.
379 * @throws IllegalStateException If {@link #isAlive()} returns false
397 * @throws IllegalStateException If {@link #isAlive()} returns false
414 * @throws IllegalStateException If {@link #isAlive()} returns false
432 * @throws IllegalStateException If {@link #isAlive()} returns false
449 * @throws IllegalStateException If {@link #isAlive()} returns false
466 * @throws IllegalStateException If {@link #isAlive()} returns false
484 * @throws IllegalStateException If {@link #isAlive()} returns false
501 * @throws IllegalStateException If {@link #isAlive()} returns false
517 * @throws IllegalStateException If {@link #isAlive()} returns fals
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
CameraFunctionalTest.java 102 if (mLooperThread.isAlive()) {
CameraPairwiseTest.java 104 if (mLooperThread.isAlive()) {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
CameraStressTest.java 106 if (mLooperThread.isAlive()) {
MediaRecorderStressTest.java 108 if (mLooperThread.isAlive()) {
  /frameworks/base/services/java/com/android/server/wm/
ViewServer.java 156 return mThread != null && mThread.isAlive();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 351 && (!mForegroundCall.getState().isAlive()
353 || !mBackgroundCall.getState().isAlive());
361 "&& (!foregroundCall.getState().isAlive()::=%s\n" +
363 " ||!backgroundCall.getState().isAlive())::=%s)",
369 !mForegroundCall.getState().isAlive(),
371 !mBackgroundCall.getState().isAlive()));
    [all...]
CDMAPhone.java 413 return (foregroundCallState.isAlive() || backgroundCallState.isAlive() || ringingCallState
414 .isAlive());
    [all...]
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
RSTestCore.java 143 if (!activeTest.isAlive()) {
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
RSTestCore.java 150 if (!activeTest.isAlive()) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PopupList.java 94 if (observer.isAlive()) {
  /packages/apps/Phone/src/com/android/phone/
BluetoothPhoneService.java 477 if (ringingCall.getState().isAlive()) {
480 if (foregroundCall.getState().isAlive()) {
483 if (backgroundCall.getState().isAlive()) {
575 } else if (foregroundCall.getState().isAlive()) {
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
ServerSocketTest.java 207 } while (!thread.isAlive());
223 } while (thread.isAlive());
    [all...]
DatagramSocketTest.java 576 } while (!thread.isAlive());
592 } while (thread.isAlive());
615 } while (!thread2.isAlive());
631 } while (thread2.isAlive());
    [all...]
  /frameworks/base/core/java/android/widget/
ActivityChooserView.java 366 if (viewTreeObserver.isAlive()) {
400 if (viewTreeObserver.isAlive()) {
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActivityChooserView.java 372 if (viewTreeObserver.isAlive()) {
406 if (viewTreeObserver.isAlive()) {
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
manager_worker_broker.py 294 return self._thread.isAlive()
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsHorizontalScrollView.java 166 if (observer.isAlive()) {
  /frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
AppLaunch.java 212 if (t.isAlive() || (result != null
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuPopupHelper.java 145 if (!mTreeObserver.isAlive()) {
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLEngineTest.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 698 return (foregroundCallState.isAlive() ||
699 backgroundCallState.isAlive() ||
700 ringingCallState.isAlive());
    [all...]
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
MediaRecorderStressTest.java 123 if (mLooperThread.isAlive()) {
  /cts/tests/tests/view/src/android/view/cts/
ViewTreeObserverTest.java 201 assertTrue(mViewTreeObserver.isAlive());

Completed in 1550 milliseconds

1 23 4 5