Searched refs:mDestroyed (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DBaseObj.java32 mDestroyed = false;
53 if (mDestroyed) {
72 private boolean mDestroyed; field in class:BaseObj
114 if (!mDestroyed) {
120 mDestroyed = true;
134 if(mDestroyed) {
137 mDestroyed = true;
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DBaseObj.java32 mDestroyed = false;
53 if (mDestroyed) {
72 private boolean mDestroyed; field in class:BaseObj
76 if (!mDestroyed) {
82 mDestroyed = true;
96 if(mDestroyed) {
99 mDestroyed = true;
/frameworks/base/core/java/android/app/
H A DNativeActivity.java83 private boolean mDestroyed; field in class:NativeActivity
200 mDestroyed = true;
249 if (!mDestroyed) {
257 if (!mDestroyed) {
265 if (!mDestroyed) {
283 if (!mDestroyed) {
290 if (!mDestroyed) {
297 if (!mDestroyed) {
305 if (!mDestroyed) {
311 if (!mDestroyed) {
[all...]
H A DLoaderManager.java237 boolean mDestroyed; field in class:LoaderManagerImpl.LoaderInfo
353 mDestroyed = true;
391 if (mDestroyed) {
420 if (mDestroyed) {
521 writer.print(" mDestroyed="); writer.println(mDestroyed);
H A DFragmentManager.java430 boolean mDestroyed; field in class:FragmentManagerImpl
598 return mDestroyed;
714 writer.print(" mDestroyed="); writer.println(mDestroyed);
952 if (mCurState > Fragment.INITIALIZING && !mDestroyed) {
985 if (mDestroyed) {
1866 mDestroyed = true;
H A DActivity.java688 private boolean mDestroyed; field in class:Activity
4097 return mDestroyed;
5270 mDestroyed = true;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccRecords.java38 protected AtomicBoolean mDestroyed = new AtomicBoolean(false); field in class:IccRecords
120 mDestroyed.set(true);
135 if (mDestroyed.get()) {
151 if (mDestroyed.get()) {
H A DUiccCardApplication.java70 private boolean mDestroyed;//set to true once this App is commanded to be disposed of. field in class:UiccCardApplication
104 if (mDestroyed) {
153 mDestroyed = true;
315 if (mDestroyed) {
398 if (mDestroyed) {
425 if (mDestroyed) {
453 if (mDestroyed) {
H A DUiccCard.java75 private boolean mDestroyed = false; //set to true once this card is commanded to be disposed of. field in class:UiccCard
105 if (mDestroyed) {
279 if (mDestroyed) {
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DEnableAccessibilityController.java92 private boolean mDestroyed; field in class:EnableAccessibilityController
106 if (mDestroyed) {
149 mDestroyed = true;
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java135 boolean mDestroyed; field in class:WallpaperService.Engine
505 out.print(" mDestroyed="); out.println(mDestroyed);
560 if (mDestroyed) {
755 if (mDestroyed) {
785 if (!mDestroyed) {
796 if (!mDestroyed) {
803 if (!mDestroyed) {
822 if (mDestroyed) {
870 if (!mDestroyed) {
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbStorageActivity.java74 private boolean mDestroyed; field in class:UsbStorageActivity
138 mDestroyed = true;
241 if (!mDestroyed) {
/frameworks/base/core/java/android/view/
H A DWindow.java153 private boolean mDestroyed; field in class:Window
451 mDestroyed = true;
456 return mDestroyed;
H A DHardwareRenderer.java668 private boolean mDestroyed; field in class:HardwareRenderer.GlRenderer
788 mDestroyed = false;
1010 if (!isEnabled() || mDestroyed) {
1018 mDestroyed = true;
/frameworks/support/v4/java/android/support/v4/app/
H A DLoaderManager.java223 boolean mDestroyed; field in class:LoaderManagerImpl.LoaderInfo
328 mDestroyed = true;
364 if (mDestroyed) {
465 writer.print(" mDestroyed="); writer.println(mDestroyed);
H A DFragmentManager.java418 boolean mDestroyed; field in class:FragmentManagerImpl
696 writer.print(" mDestroyed="); writer.println(mDestroyed);
983 if (mCurState > Fragment.INITIALIZING && !mDestroyed) {
1017 if (mDestroyed) {
1896 mDestroyed = true;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DIsimUiccRecords.java82 if (mDestroyed.get()) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DRuimRecords.java431 if (mDestroyed.get()) {
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h1771 bool destroyed_l() const { return mDestroyed; }
1790 bool mDestroyed; // Set to true by destructor. Access with EffectModule member in class:android::AudioFlinger::MixerThread
H A DAudioFlinger.cpp8920 mPriority(priority), mHasControl(false), mEnabled(false), mDestroyed(false)
8947 mDestroyed = true;
8951 mDestroyed = true;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSIMRecords.java536 if (mDestroyed.get()) {

Completed in 3168 milliseconds