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

/frameworks/base/core/java/android/printservice/
H A DPrinterDiscoverySession.java100 private boolean mIsDestroyed; field in class:PrinterDiscoverySession
145 if (mIsDestroyed) {
170 if (mIsDestroyed) {
234 if (mIsDestroyed) {
457 if (mIsDestroyed) {
481 return mIsDestroyed;
498 if (!mIsDestroyed) {
509 if (!mIsDestroyed) {
516 if (!mIsDestroyed && mObserver != null) {
522 if (!mIsDestroyed
[all...]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMotionEventInjector.java61 private boolean mIsDestroyed = false; field in class:MotionEventInjector
127 mIsDestroyed = true;
132 if (mIsDestroyed) {
136 Slog.e(LOG_TAG, "Error sending status with mIsDestroyed to " + serviceInterface,
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplBase.java109 private boolean mIsDestroyed;
253 mIsDestroyed = true;
274 return mIsDestroyed;
/frameworks/base/services/print/java/com/android/server/print/
H A DUserState.java1249 private boolean mIsDestroyed; field in class:UserState.PrinterDiscoverySessionMediator
1287 if (mIsDestroyed) {
1320 if (mIsDestroyed) {
1340 if (mIsDestroyed) {
1378 if (mIsDestroyed) {
1408 if (mIsDestroyed) {
1439 if (mIsDestroyed) {
1443 mIsDestroyed = true;
1468 if (mIsDestroyed) {
1494 if (mIsDestroyed) {
[all...]
/frameworks/base/core/java/android/app/
H A DUiAutomation.java134 private boolean mIsDestroyed; field in class:UiAutomation
308 return mIsDestroyed;
331 mIsDestroyed = true;

Completed in 219 milliseconds