Searched refs:isDestroyed (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/print/
H A DPrinterDiscoverySession.java76 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() { method in class:PrinterDiscoverySession
197 if (isDestroyed()) {
237 if (isDestroyed()) {
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java292 if (cb != null && !isDestroyed()) {
311 if (cb != null && !isDestroyed()) {
323 if (cb != null && !isDestroyed()) {
386 if (isDestroyed()) {
560 if (st.isOpen || isDestroyed()) {
752 if (cb != null && !isDestroyed()) {
848 if (!isDestroyed() && preparePanel(st, event)) {
1009 if (cb != null && !isDestroyed()) {
1028 if (cb != null && !isDestroyed() && mActionBar.getVisibility() == View.VISIBLE) {
1048 if (cb != null && !isDestroyed()) {
[all...]
/frameworks/base/core/java/android/view/
H A DGraphicBuffer.java141 * @see #isDestroyed()
160 * @see #isDestroyed()
189 * @see #isDestroyed()
206 * @see #isDestroyed()
225 public boolean isDestroyed() { method in class:GraphicBuffer
H A DWindow.java455 public final boolean isDestroyed() { method in class:Window
/frameworks/base/core/java/android/printservice/
H A DPrinterDiscoverySession.java139 * @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() { method in class:PrinterDiscoverySession
/frameworks/base/core/java/android/nfc/
H A DNfcActivityManager.java122 if (activity.getWindow().isDestroyed()) {
/frameworks/base/core/java/android/app/
H A DDialog.java323 if (mWindow.isDestroyed()) {
H A DFragmentManager.java326 public abstract boolean isDestroyed(); method in class:FragmentManager
602 public boolean isDestroyed() { method in class:FragmentManagerImpl
H A DActivity.java4164 public boolean isDestroyed() { method in class:Activity
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDocumentsActivity.java276 if (isDestroyed()) return;
330 if (isDestroyed()) return;

Completed in 467 milliseconds