HomeSort by relevance Sort by last modified time
    Searched refs:isDestroyed (Results 1 - 25 of 89) 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());
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContents.java 257 // Do not use directly, call isDestroyed() instead.
462 if (!isDestroyed()) nativeScrollTo(mNativeAwContents, x, y);
519 if (isDestroyed()) return;
599 if (isDestroyed()) return;
650 if (isDestroyed()) return null;
677 if (!isFullScreen() || isDestroyed())
    [all...]
  /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/provider_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 32 assertFalse(previousActiveShell.isDestroyed());
45 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) {
  /development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
BrowseErrorActivity.java 53 if (getFragmentManager().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/Dialer/src/com/android/dialer/calllog/
ClearCallLogDialog.java 74 if (activity == null || activity.isDestroyed() || activity.isFinishing()) {