Searched defs:isDestroyed (Results 1 – 4 of 4) sorted by relevance
/libcore/luni/src/main/java/javax/security/auth/ | ||
D | Destroyable.java | 41 boolean isDestroyed(); in isDestroyed() method |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/ | ||
D | DestroyableTest.java | 58 public boolean isDestroyed() { in isDestroyed() method in DestroyableTest.myDestroyable |
/libcore/libart/src/main/java/java/lang/ | ||
D | ThreadGroup.java | 65 private boolean isDestroyed; field in ThreadGroup |
/libcore/luni/src/main/java/java/security/ | ||
D | KeyStore.java | 1110 private boolean isDestroyed = false; field in KeyStore.PasswordProtection |