HomeSort by relevance Sort by last modified time
    Searched refs:isDestroyed (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /libcore/luni/src/main/java/javax/security/auth/
Destroyable.java 41 boolean isDestroyed();
  /external/smack/src/org/apache/harmony/javax/security/auth/
Destroyable.java 41 boolean isDestroyed();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/
DestroyableTest.java 34 * javax.security.auth.Destroyable#isDestroyed()
39 assertFalse(md.isDestroyed());
41 assertTrue(md.isDestroyed());
58 public boolean isDestroyed() {
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KSPasswordProtectionTest.java 49 * <code>isDestroyed()<code>
58 assertFalse("PasswordProtection Should not be destroyed", ksPWP.isDestroyed());
65 assertTrue("PasswordProtection must be destroyed", ksPWP.isDestroyed());
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KSPasswordProtectionTest.java 42 * <code>isDestroyed()<code>
51 assertFalse("PasswordProtection Should not be destroyed", ksPWP.isDestroyed());
58 assertTrue("PasswordProtection must be destroyed", ksPWP.isDestroyed());
  /frameworks/base/core/java/android/print/
PrinterDiscoverySession.java 76 if (isDestroyed()) {
91 if (isDestroyed()) {
106 if (isDestroyed()) {
118 if (isDestroyed()) {
130 if (isDestroyed()) {
142 if (isDestroyed()) {
149 if (isDestroyed()) {
156 public final boolean isDestroyed() {
197 if (isDestroyed()) {
237 if (isDestroyed()) {
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapElement.java 80 protected boolean isDestroyed() {
ImapTempFileLiteral.java 105 if (!isDestroyed() && mFile.exists()) {
  /external/chromium_org/content/shell/android/javatests/src/org/chromium/content_shell_apk/
ContentShellShellManagementTest.java 31 assertFalse(previousActiveShell.isDestroyed());
43 assertTrue(previousActiveShell.isDestroyed());
  /libcore/libart/src/main/java/java/lang/
ThreadGroup.java 65 private boolean isDestroyed;
164 if (isDestroyed) {
206 if (isDestroyed) {
229 this.isDestroyed = true;
245 if (isDaemon && !isDestroyed && !threads.iterator().hasNext()) {
443 public synchronized boolean isDestroyed() {
444 return isDestroyed;
705 if (isDestroyed) {
  /external/glide/library/src/main/java/com/bumptech/glide/manager/
RequestManagerRetriever.java 33 if (Build.VERSION.SDK_INT >= 11 && activity.isDestroyed()) {
53 if (Build.VERSION.SDK_INT >= 17 && activity.isDestroyed()) {
  /external/clang/lib/StaticAnalyzer/Checkers/
PthreadLockChecker.cpp 45 bool isDestroyed() const { return K == Destroyed; }
154 } else if (LState->isDestroyed()) {
217 } else if (LState->isDestroyed()) {
297 if (!LState || LState->isDestroyed()) {
  /libcore/luni/src/main/java/java/security/
KeyStore.java     [all...]
  /packages/apps/Email/src/com/android/email/service/
ImapTempFileLiteral.java 108 if (!isDestroyed() && mFile.exists()) {
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java 380 if (cb != null && !isDestroyed()) {
409 if (cb != null && !isDestroyed()) {
425 if (cb != null && !isDestroyed()) {
498 if (isDestroyed()) {
670 if (st.isOpen || isDestroyed()) {
862 if (cb != null && !isDestroyed()) {
    [all...]
  /frameworks/base/core/java/android/view/
GraphicBuffer.java 141 * @see #isDestroyed()
160 * @see #isDestroyed()
189 * @see #isDestroyed()
206 * @see #isDestroyed()
225 public boolean isDestroyed() {
  /frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
BaseFragmentPagerAdapter.java 141 if (mCurTransaction != null && !mFragmentManager.isDestroyed()) {
  /packages/apps/Settings/src/com/android/settings/
AllowBindAppWidgetActivity.java 83 if (isDestroyed() && !mClicked) {
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java 276 testRoot.isDestroyed());
279 testRoot.isDestroyed());
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivityDelegateBase.java 372 if (!isDestroyed() && (st == null || st.menu == null)) {
525 } else if (!isDestroyed()) {
548 if (cb != null && !isDestroyed()) {
    [all...]
ActionBarActivityDelegate.java 317 final boolean isDestroyed() {
  /external/chromium_org/content/shell/android/java/src/org/chromium/content_shell/
Shell.java 120 public boolean isDestroyed() {
  /frameworks/base/core/java/android/printservice/
PrinterDiscoverySession.java 139 * @see #isDestroyed()
162 * @see #isDestroyed()
226 * @see #isDestroyed()
435 * @see #isDestroyed()
447 * any calls to the methods of this class will be ignored, {@link #isDestroyed()}
450 * @see #isDestroyed()
461 public final boolean isDestroyed() {
  /frameworks/ex/framesequence/src/android/support/rastermill/
FrameSequenceDrawable.java 230 public boolean isDestroyed() {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
ActivityState.java 265 boolean isDestroyed() {

Completed in 4088 milliseconds

1 2 3 4