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

1 2 3 4

  /libcore/luni/src/main/java/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/glide/library/src/main/java/com/bumptech/glide/manager/
ActivityFragmentLifecycle.java 15 private boolean isDestroyed;
36 if (isDestroyed) {
60 isDestroyed = true;
  /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/provider_src/com/android/email/mail/store/imap/
ImapElement.java 80 protected boolean isDestroyed() {
ImapTempFileLiteral.java 105 if (!isDestroyed() && mFile.exists()) {
  /packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
ImapElement.java 80 protected boolean isDestroyed() {
ImapTempFileLiteral.java 105 if (!isDestroyed() && mFile.exists()) {
  /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) {
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
BaseKeyEventsTestCase.java 72 assertFalse("Activity was not destroyed", getActivity().isDestroyed());
99 assertFalse("Activity was not destroyed", getActivity().isDestroyed());
  /development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
BrowseErrorActivity.java 65 if (getFragmentManager().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()) {
  /packages/apps/Email/provider_src/com/android/email/service/
ImapTempFileLiteral.java 108 if (!isDestroyed() && mFile.exists()) {
  /frameworks/base/core/java/com/android/internal/policy/
PhoneWindow.java 397 if (cb != null && !isDestroyed()) {
427 if (cb != null && !isDestroyed()) {
444 if (cb != null && !isDestroyed()) {
517 if (isDestroyed()) {
689 if (st.isOpen || isDestroyed()) {
881 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/InCallUI/tests/src/com/android/incallui/
InCallPresenterTest.java 99 when(mInCallActivity.isDestroyed()).thenReturn(false);
  /packages/apps/Messaging/src/com/android/messaging/ui/photoviewer/
BuglePhotoBitmapLoader.java 165 && !((FrameSequenceDrawable) drawable).isDestroyed()) {
  /packages/apps/Settings/src/com/android/settings/
AllowBindAppWidgetActivity.java 83 if (isDestroyed() && !mClicked) {
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatDelegateImplV7.java 298 if (!isDestroyed() && (st == null || st.menu == null)) {
606 if (cb != null && !isDestroyed()) {
665 if (mAppCompatCallback != null && !isDestroyed()) {
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java 276 testRoot.isDestroyed());
279 testRoot.isDestroyed());

Completed in 663 milliseconds

1 2 3 4