/aosp12/frameworks/base/core/java/android/print/ |
H A D | PrinterDiscoverySession.java | 78 if (isDestroyed()) { in startPrinterDiscovery() 93 if (isDestroyed()) { in stopPrinterDiscovery() 108 if (isDestroyed()) { in startPrinterStateTracking() 120 if (isDestroyed()) { in stopPrinterStateTracking() 132 if (isDestroyed()) { in validatePrinters() 144 if (isDestroyed()) { in destroy() 151 if (isDestroyed()) { in getPrinters() 158 public final boolean isDestroyed() { in isDestroyed() method in PrinterDiscoverySession 199 if (isDestroyed()) { in handlePrintersAdded() 239 if (isDestroyed()) { in handlePrintersRemoved()
|
/aosp12/packages/modules/Permission/PermissionController/tests/inprocess/src/com/android/permissioncontroller/permission/ui/ |
H A D | AppPermissionFragmentTest.kt | 87 assertThat(managePermissionsActivity.activity.isDestroyed()).isTrue() 95 assertThat(managePermissionsActivity.activity.isDestroyed()).isTrue()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/security/ |
H A D | CredentialStorageActivity.java | 242 || credentialStorage.isDestroyed()) { in doInBackground() 271 || credentialStorage.isDestroyed()) { in onPostExecute() 366 || credentialStorage.isDestroyed()) { in doInBackground() 388 || credentialStorage.isDestroyed()) { in onPostExecute()
|
/aosp12/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/ |
H A D | WfcActivationActivity.java | 106 if (!isFinishing() && !isDestroyed()) { in runOnUiThreadIfAlive() 114 if (!isFinishing() && !isDestroyed()) { in setResultAndFinish()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | VoiceInteractor.java | 1021 if (isDestroyed()) { in submitRequest() 1049 if (isDestroyed()) { in getActiveRequests() 1074 if (isDestroyed()) { in getActiveRequest() 1100 if (isDestroyed()) { in supportsCommands() 1117 public boolean isDestroyed() { in isDestroyed() method in VoiceInteractor 1132 if (isDestroyed()) { in registerOnDestroyedCallback() 1148 if (isDestroyed()) { in unregisterOnDestroyedCallback() 1159 if (isDestroyed()) { in notifyDirectActionsChanged()
|
H A D | KeyguardManager.java | 643 if (callback != null && !activity.isDestroyed()) { in requestDismissKeyguard() 650 if (callback != null && !activity.isDestroyed()) { in requestDismissKeyguard() 657 if (callback != null && !activity.isDestroyed()) { in requestDismissKeyguard()
|
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/ |
H A D | StagingManagerTest.java | 225 assertThat(destroyedApkSession.isDestroyed()).isTrue(); in restoreSessions_handlesDestroyedAndNotReadySessions() 226 assertThat(destroyedApexSession.isDestroyed()).isTrue(); in restoreSessions_handlesDestroyedAndNotReadySessions() 227 assertThat(destroyedNonReadySession.isDestroyed()).isTrue(); in restoreSessions_handlesDestroyedAndNotReadySessions() 603 private void setDestroyed(boolean isDestroyed) { in setDestroyed() argument 604 mIsDestroyed = isDestroyed; in setDestroyed() 654 public boolean isDestroyed() { in isDestroyed() method in StagingManagerTest.FakeStagedSession
|
/aosp12/frameworks/base/core/java/android/view/translation/ |
H A D | Translator.java | 286 if (isDestroyed()) { in translate() 324 if (isDestroyed()) { in translate() 371 public boolean isDestroyed() { in isDestroyed() method in Translator
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
H A D | TopLevelPickerActivity.java | 532 if (isDestroyed()) { in refreshCurrentWallpapers() 540 if (isDestroyed()) { in refreshCurrentWallpapers() 576 if (exploreIntent != null && !isDestroyed()) { in refreshCurrentWallpapers() 743 if (isDestroyed()) { in refreshDailyWallpaper() 931 if (isDestroyed()) { in setCustomPhotoWallpaper() 983 if (isDestroyed()) { in initializeWallpaperPositionOptionClickHandlers() 1017 if (isDestroyed()) { in initializeWallpaperPositionOptionClickHandlers() 1051 if (isDestroyed()) { in initializeWallpaperPositionOptionClickHandlers()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
H A D | PairedTask.java | 35 super(owner::isDestroyed); in PairedTask()
|
/aosp12/art/test/169-threadgroup-jni/src/ |
H A D | Main.java | 29 if (!group.isDestroyed()) { in main()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/wifi/ |
H A D | WifiRequestToggleActivity.java | 57 if (!isFinishing() && !isDestroyed()) { 247 if (activity.isFinishing() || activity.isDestroyed()) { in onReceive()
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/ |
H A D | ImapElement.java | 86 protected boolean isDestroyed() { in isDestroyed() method in ImapElement
|
H A D | ImapTempFileLiteral.java | 101 if (!isDestroyed() && file.exists()) { in destroy()
|
/aosp12/packages/apps/Car/libs/car-qc-lib/tests/unit/src/com/android/car/qc/controller/ |
H A D | RemoteQCControllerTest.java | 150 boolean isDestroyed = res.getBoolean(IS_DESTROYED_KEY, false); in onDestroy_callsProviderOnDestroy() 151 assertThat(isDestroyed).isTrue(); in onDestroy_callsProviderOnDestroy()
|
/aosp12/frameworks/base/core/java/android/view/textclassifier/ |
H A D | TextClassificationSession.java | 137 public boolean isDestroyed() { in isDestroyed() method in TextClassificationSession 155 if (!isDestroyed()) { in checkDestroyedAndRun()
|
/aosp12/packages/apps/Car/libs/car-qc-lib/tests/unit/src/com/android/car/qc/provider/ |
H A D | BaseQCProviderTest.java | 146 boolean isDestroyed = res.getBoolean(IS_DESTROYED_KEY, false); in callDestroy_isDestroyed() 147 assertThat(isDestroyed).isTrue(); in callDestroy_isDestroyed()
|
/aosp12/frameworks/base/core/java/com/android/internal/policy/ |
H A D | PhoneWindow.java | 465 if (cb != null && !isDestroyed()) { in setContentView() 496 if (cb != null && !isDestroyed()) { in setContentView() 514 if (cb != null && !isDestroyed()) { in addContentView() 623 if (isDestroyed()) { in preparePanel() 816 if (st.isOpen || isDestroyed()) { in openPanel() 1008 if (cb != null && !isDestroyed()) { in checkCloseActionMenu() 1275 if (cb != null && !isDestroyed()) { in onMenuItemSelected() 1294 if (cb != null && !isDestroyed()) { in reopenMenu() 2331 if (cb != null && !isDestroyed()) { in onOpenSubMenu() 3118 if (!isDestroyed()) { [all …]
|
H A D | DecorView.java | 398 if (!mWindow.isDestroyed()) { in dispatchKeyEvent() 428 handled = cb != null && !mWindow.isDestroyed() && mFeatureId < 0 455 return cb != null && !mWindow.isDestroyed() && mFeatureId < 0 462 return cb != null && !mWindow.isDestroyed() && mFeatureId < 0 469 return cb != null && !mWindow.isDestroyed() && mFeatureId < 0 641 if (cb != null && !mWindow.isDestroyed()) { 899 if (mWindow.getCallback() != null && !mWindow.isDestroyed()) { 1782 if (cb != null && !mWindow.isDestroyed() && mFeatureId < 0) { in onWindowFocusChanged() 1801 if (cb != null && !mWindow.isDestroyed() && mFeatureId < 0) { in onAttachedToWindow() 2383 if (mWindow.isDestroyed()) { in onWindowDragResizeStart() [all …]
|
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/ |
H A D | RequestToggleWiFiActivity.java | 63 if (!isFinishing() && !isDestroyed()) { 324 if (activity.isFinishing() || activity.isDestroyed()) { in onReceive()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/roots/ |
H A D | GetRootDocumentTask.java | 50 super(activity::isDestroyed, timeout); in GetRootDocumentTask()
|
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/ |
H A D | FingerprintErrorDialog.java | 39 if (fragmentManager.isDestroyed()) { in showErrorDialog()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | StagingManager.java | 122 boolean isDestroyed(); in isDestroyed() method 722 || stagedSession.isDestroyed()) { in checkNonOverlappingWithStagedSessions() 788 if (!stagedSession.isCommitted() || stagedSession.isDestroyed() in getSessionIdByPackageName() 822 if (!session.isDestroyed()) { in abortCommittedSession() 884 if (session.isDestroyed()) { in handleNonReadyAndDestroyedSessions() 1170 if (session.isDestroyed() || session.isSessionFailed()) { in handleMessage()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | ExtensionController.java | 47 void clearItem(boolean isDestroyed); in clearItem() argument
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/ |
H A D | FakeExtensionController.java | 108 public void clearItem(boolean isDestroyed) { in clearItem() argument
|