Home
last modified time | relevance | path

Searched refs:mIsDestroyed (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/printservice/
DPrinterDiscoverySession.java100 private boolean mIsDestroyed; field in PrinterDiscoverySession
145 if (mIsDestroyed) { in getPrinters()
170 if (mIsDestroyed) { in addPrinters()
234 if (mIsDestroyed) { in removePrinters()
457 if (mIsDestroyed) { in getTrackedPrinters()
481 return mIsDestroyed; in isDestroyed()
498 if (!mIsDestroyed) { in startPrinterDiscovery()
509 if (!mIsDestroyed) { in stopPrinterDiscovery()
516 if (!mIsDestroyed && mObserver != null) { in validatePrinters()
522 if (!mIsDestroyed && mObserver != null in startPrinterStateTracking()
[all …]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMotionEventInjector.java61 private boolean mIsDestroyed = false; field in MotionEventInjector
127 mIsDestroyed = true; in onDestroy()
132 if (mIsDestroyed) { in injectEventsMainThread()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAppCompatDelegateImplBase.java109 private boolean mIsDestroyed;
253 mIsDestroyed = true;
274 return mIsDestroyed;
/frameworks/base/services/print/java/com/android/server/print/
DUserState.java1249 private boolean mIsDestroyed; field in UserState.PrinterDiscoverySessionMediator
1287 if (mIsDestroyed) { in startPrinterDiscoveryLocked()
1320 if (mIsDestroyed) { in stopPrinterDiscoveryLocked()
1340 if (mIsDestroyed) { in validatePrintersLocked()
1378 if (mIsDestroyed) { in startPrinterStateTrackingLocked()
1408 if (mIsDestroyed) { in stopPrinterStateTrackingLocked()
1439 if (mIsDestroyed) { in destroyLocked()
1443 mIsDestroyed = true; in destroyLocked()
1468 if (mIsDestroyed) { in onPrintersAddedLocked()
1494 if (mIsDestroyed) { in onPrintersRemovedLocked()
[all …]
/frameworks/base/core/java/android/app/
DUiAutomation.java134 private boolean mIsDestroyed; field in UiAutomation
308 return mIsDestroyed; in isDestroyed()
331 mIsDestroyed = true; in destroy()