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

1 2

  /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/luni/src/test/java/tests/api/javax/security/auth/
DestroyableTest.java 34 * javax.security.auth.Destroyable#isDestroyed()
39 assertFalse(md.isDestroyed());
41 assertTrue(md.isDestroyed());
58 public boolean isDestroyed() {
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapElement.java 80 protected boolean isDestroyed() {
  /external/apache-harmony/auth/src/test/java/common/javax/security/auth/x500/
X500PrivateCredentialTest.java 171 assertTrue(cred.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/base/core/java/android/view/
GraphicBuffer.java 141 * @see #isDestroyed()
160 * @see #isDestroyed()
189 * @see #isDestroyed()
206 * @see #isDestroyed()
225 public boolean isDestroyed() {
Window.java 455 public final boolean 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...]
  /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) {
  /libcore/libdvm/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) {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
ActivityState.java 265 boolean isDestroyed() {
  /libcore/luni/src/main/java/java/security/
KeyStore.java     [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/
KerberosTicketTest.java 384 * @tests javax.security.auth.kerberos.KerberosTicket#isDestroyed()
392 assertFalse(kt.isDestroyed());
395 assertTrue(kt.isDestroyed());
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 535 public boolean isDestroyed() {
735 if (!isDestroyed()) {
    [all...]
  /frameworks/base/core/java/android/app/
FragmentManager.java 326 public abstract boolean isDestroyed();
602 public boolean isDestroyed() {
    [all...]
Activity.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Folder.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractActivityController.java     [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 895 milliseconds

1 2