HomeSort by relevance Sort by last modified time
    Searched refs:mIsDestroyed (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/printservice/
PrinterDiscoverySession.java 100 private boolean mIsDestroyed;
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 && mObserver != nul
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatDelegateImplBase.java 109 private boolean mIsDestroyed;
254 mIsDestroyed = true;
275 return mIsDestroyed;
  /frameworks/base/services/print/java/com/android/server/print/
UserState.java     [all...]
  /frameworks/base/core/java/android/app/
UiAutomation.java 134 private boolean mIsDestroyed;
308 return mIsDestroyed;
331 mIsDestroyed = true;
    [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
MotionEventInjector.java 74 private boolean mIsDestroyed = false;
152 mIsDestroyed = true;
180 if (mIsDestroyed) {
184 Slog.e(LOG_TAG, "Error sending status with mIsDestroyed to " + serviceInterface,
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 

Completed in 3135 milliseconds