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;