Home
last modified time | relevance | path

Searched refs:mIsDestroyed (Results 1 – 13 of 13) 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/tests/mockingservicestests/src/com/android/server/app/
DGameServiceProviderInstanceImplTest.java412 assertThat(gameSession10.mIsDestroyed).isFalse(); in gameTaskStartedAndSessionRequested_createsGameSession()
461 assertThat(gameSession10.mIsDestroyed).isFalse(); in gameProcessStopped_soleProcess_destroysGameSession()
465 assertThat(gameSession10.mIsDestroyed).isTrue(); in gameProcessStopped_soleProcess_destroysGameSession()
492 assertThat(gameSession10.mIsDestroyed).isFalse(); in gameProcessStopped_soleProcess_destroysMultipleGameSessionsForSamePackage()
493 assertThat(gameSession11.mIsDestroyed).isFalse(); in gameProcessStopped_soleProcess_destroysMultipleGameSessionsForSamePackage()
497 assertThat(gameSession10.mIsDestroyed).isTrue(); in gameProcessStopped_soleProcess_destroysMultipleGameSessionsForSamePackage()
498 assertThat(gameSession11.mIsDestroyed).isTrue(); in gameProcessStopped_soleProcess_destroysMultipleGameSessionsForSamePackage()
519 assertThat(gameSession10.mIsDestroyed).isFalse(); in gameProcessStopped_multipleProcesses_gameSessionDestroyedWhenAllDead()
524 assertThat(gameSession10.mIsDestroyed).isFalse(); in gameProcessStopped_multipleProcesses_gameSessionDestroyedWhenAllDead()
528 assertThat(gameSession10.mIsDestroyed).isTrue(); in gameProcessStopped_multipleProcesses_gameSessionDestroyedWhenAllDead()
[all …]
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/publish/
DPublishProcessor.java57 private volatile boolean mIsDestroyed; field in PublishProcessor
126 mIsDestroyed = true; in onDestroy()
146 if (mIsDestroyed) return false; in doPublishInternal()
203 if (mIsDestroyed) { in isRequestAllowed()
345 if (mIsDestroyed) { in checkRequestRespValid()
451 if (mIsDestroyed) return; in checkAndSendPendingRequest()
DDeviceCapabilityListener.java119 if (mIsDestroyed) return; in handleMessage()
178 private volatile boolean mIsDestroyed; field in DeviceCapabilityListener
226 if (mIsDestroyed) { in initialize()
260 mIsDestroyed = true; in onDestroy()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/navigationbar/
DRegionSamplingHelper.java72 private boolean mIsDestroyed; field in RegionSamplingHelper
168 mIsDestroyed = true; in stopAndDestroy()
319 pw.println(prefix + "\tmIsDestroyed: " + mIsDestroyed);
/frameworks/base/services/print/java/com/android/server/print/
DUserState.java1288 private boolean mIsDestroyed; field in UserState.PrinterDiscoverySessionMediator
1320 if (mIsDestroyed) { in startPrinterDiscoveryLocked()
1348 if (mIsDestroyed) { in stopPrinterDiscoveryLocked()
1366 if (mIsDestroyed) { in validatePrintersLocked()
1401 if (mIsDestroyed) { in startPrinterStateTrackingLocked()
1427 if (mIsDestroyed) { in stopPrinterStateTrackingLocked()
1454 if (mIsDestroyed) { in destroyLocked()
1458 mIsDestroyed = true; in destroyLocked()
1481 if (mIsDestroyed) { in onPrintersAddedLocked()
1508 if (mIsDestroyed) { in onPrintersRemovedLocked()
[all …]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMotionEventInjector.java75 private boolean mIsDestroyed = false; field in MotionEventInjector
155 mIsDestroyed = true; in onDestroy()
185 if (mIsDestroyed) { in injectEventsMainThread()
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/request/
DUceRequestManager.java446 private volatile boolean mIsDestroyed; field in UceRequestManager
499 mIsDestroyed = true; in onDestroy()
527 if (mIsDestroyed) { in sendCapabilityRequest()
539 if (mIsDestroyed) { in sendAvailabilityRequest()
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
DSoundTriggerService.java1086 private boolean mIsDestroyed; field in SoundTriggerService.SoundTriggerSessionStub.RemoteSoundTriggerDetectionService
1159 return !(mIsDestroyed || mDestroyOnceRunningOpsDone); in pingBinder()
1202 mIsDestroyed = true; in destroy()
1218 if (mIsDestroyed) { in stopAllPendingOperations()
1305 if (mIsDestroyed || mDestroyOnceRunningOpsDone) { in runOrAddOperation()
/frameworks/base/core/java/android/app/
DUiAutomation.java231 private boolean mIsDestroyed; field in UiAutomation
486 return mIsDestroyed; in isDestroyed()
514 mIsDestroyed = true; in destroy()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
DStagingManagerTest.java780 private boolean mIsDestroyed = false; field in StagingManagerTest.FakeStagedSession
810 mIsDestroyed = isDestroyed; in setDestroyed()
861 return mIsDestroyed; in isDestroyed()
/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewActivityTest.java1211 private boolean mIsDestroyed = false; in testTextClassifierSession()
1220 mIsDestroyed = true; in testTextClassifierSession()
1225 return mIsDestroyed; in testTextClassifierSession()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt9128 Landroid/app/UiAutomation;->mIsDestroyed:Z
40710 Landroid/printservice/PrinterDiscoverySession;->mIsDestroyed:Z