Home
last modified time | relevance | path

Searched refs:destroy (Results 1 – 25 of 381) sorted by relevance

12345678910>>...16

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/tuner/
H A DTunablePaddingTest.java71 mTunablePadding.destroy(); in testFlags()
77 mTunablePadding.destroy(); in testFlags()
83 mTunablePadding.destroy(); in testFlags()
89 mTunablePadding.destroy(); in testFlags()
100 mTunablePadding.destroy(); in testRtl()
106 mTunablePadding.destroy(); in testRtl()
121 mTunablePadding.destroy(); in testTuning()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/blob/
H A DBlobStoreManagerServiceTest.java173 verify(session1).destroy(); in testHandlePackageRemoved()
174 verify(session2, never()).destroy(); in testHandlePackageRemoved()
175 verify(session3, never()).destroy(); in testHandlePackageRemoved()
176 verify(session4).destroy(); in testHandlePackageRemoved()
193 verify(blobMetadata2).destroy(); in testHandlePackageRemoved()
194 verify(blobMetadata3).destroy(); in testHandlePackageRemoved()
271 verify(session1).destroy(); in testHandleIdleMaintenance_deleteStaleSessions()
272 verify(session2, never()).destroy(); in testHandleIdleMaintenance_deleteStaleSessions()
273 verify(session3).destroy(); in testHandleIdleMaintenance_deleteStaleSessions()
316 verify(blobMetadata1).destroy(); in testHandleIdleMaintenance_deleteStaleBlobs()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
H A DRecoverySessionStorage.java98 entry.destroy(); in remove()
124 public void destroy() { in destroy() method in RecoverySessionStorage
129 entry.destroy(); in destroy()
189 public void destroy() { in destroy() method in RecoverySessionStorage.Entry
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DExtensionControllerImpl.java80 void destroy(); in destroy() method
168 public void destroy() { in destroy() method in ExtensionControllerImpl.ExtensionImpl
170 mProducers.get(i).destroy(); in destroy()
258 public void destroy() { in destroy() method in ExtensionControllerImpl.ExtensionImpl.PluginItem
284 public void destroy() { in destroy() method in ExtensionControllerImpl.ExtensionImpl.TunerItem
332 public void destroy() { in destroy() method in ExtensionControllerImpl.ExtensionImpl.UiModeItem
358 public void destroy() { in destroy() method in ExtensionControllerImpl.ExtensionImpl.FeatureItem
381 public void destroy() { in destroy() method in ExtensionControllerImpl.ExtensionImpl.Default
/aosp14/frameworks/base/core/java/android/print/
H A DPrintManager.java357 wrappedListener.destroy(); in removePrintJobStateChangeListener()
621 wrappedListener.destroy(); in removePrintServicesChangeListener()
1179 destroy(); in onLayoutFinished()
1203 destroy(); in onLayoutFailed()
1227 destroy(); in onLayoutCancelled()
1282 destroy(); in onWriteFinished()
1306 destroy(); in onWriteFailed()
1330 destroy(); in onWriteCancelled()
1373 public void destroy() { in destroy() method in PrintManager.PrintJobStateChangeListenerWrapper
1405 public void destroy() { in destroy() method in PrintManager.PrintServicesChangeListenerWrapper
[all …]
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicLUT.java64 public void destroy() { in destroy() method in ScriptIntrinsicLUT
65 mTables.destroy(); in destroy()
66 super.destroy(); in destroy()
/aosp14/frameworks/base/core/java/android/app/
H A DLoaderManager.java365 void destroy() { in destroy() method in LoaderManagerImpl.LoaderInfo
397 mPendingLoader.destroy(); in destroy()
425 destroy(); in onLoadCanceled()
454 destroy(); in onLoadComplete()
478 info.destroy(); in onLoadComplete()
683 inactive.destroy(); in restartLoader()
696 info.destroy(); in restartLoader()
744 info.destroy(); in destroyLoader()
750 info.destroy(); in destroyLoader()
853 mLoaders.valueAt(i).destroy(); in doDestroy()
[all …]
/aosp14/frameworks/base/core/java/android/window/
H A DWindowContext.java115 destroy(); in release()
119 public void destroy() { in destroy() method in WindowContext
123 getBaseContext().destroy(); in destroy()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
H A DBaseClientMonitorTest.java92 public void destroy() { in destroy() method in BaseClientMonitorTest
93 mClientMonitor.destroy(); in destroy()
94 mClientMonitor.destroy(); in destroy()
H A DBiometricSchedulerOperationTest.java192 verify(mInterruptableClientMonitor).destroy(); in startsWhenReadyAndHalAvailable()
271 verify(mInterruptableClientMonitor).destroy(); in abortsNotRunning()
308 verify(mInterruptableClientMonitor, never()).destroy(); in cancel()
315 verify(mInterruptableClientMonitor).destroy(); in cancel()
338 verify(mInterruptableClientMonitor).destroy(); in cancelWithoutStarting()
379 verify(mInterruptableClientMonitor, never()).destroy(); in markCanceling_interruptableClient()
392 verify(mNonInterruptableClientMonitor, never()).destroy(); in markCanceling_nonInterruptableClient()
434 verify(mInterruptableClientMonitor).destroy(); in markCancellingAndStart()
465 verify(mInterruptableClientMonitor).destroy(); in cancelWatchdog()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DMediaArtworkProcessor.kt90 input?.destroy()
91 output?.destroy()
92 blur.destroy()
/aosp14/frameworks/base/core/java/android/view/
H A DTunnelModeEnabledListener.java40 public void destroy() { in destroy() method in TunnelModeEnabledListener
52 destroy(); in finalize()
H A DCompositionSamplingListener.java39 public void destroy() { in destroy() method in CompositionSamplingListener
51 destroy(); in finalize()
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DEglManagerTests.cpp46 eglManager.destroy(); in TEST()
59 eglManager.destroy(); in TEST()
/aosp14/frameworks/base/core/java/android/webkit/
H A DWebViewFragment.java48 mWebView.destroy(); in onCreateView()
89 mWebView.destroy(); in onDestroy()
/aosp14/frameworks/base/libs/hwui/
H A DRootRenderNode.cpp211 void RootRenderNode::destroy() { in destroy() function in android::uirenderer::RootRenderNode
276 virtual void destroy() { in destroy() function in android::uirenderer::AnimationContextBridge
277 AnimationContext::destroy(); in destroy()
300 void RootRenderNode::destroy() { }
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/screenshot/
H A DFakeScrollCaptureConnection.java86 mHwuiContext.destroy(); in endCapture()
138 void destroy() { in destroy() method in FakeScrollCaptureConnection.HwuiContext
139 mHardwareRenderer.destroy(); in destroy()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/unfold/util/
H A DNaturalRotationUnfoldProgressProvider.kt55 override fun destroy() {
57 scopedUnfoldTransitionProgressProvider.destroy()
/aosp14/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/util/
H A DScaleAwareTransitionProgressProvider.kt67 override fun destroy() {
69 scopedUnfoldTransitionProgressProvider.destroy()
H A DScopedUnfoldTransitionProgressProvider.kt95 override fun destroy() {
97 source?.destroy()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayAreaOrganizerController.java76 mOrganizersByFeatureIds.remove(mFeature).destroy(); in binderDied()
96 void destroy() { in destroy() method in DisplayAreaOrganizerController.DisplayAreaOrganizerState
138 mOrganizersByFeatureIds.remove(feature).destroy(); in registerOrganizer()
180 entry.getValue().destroy(); in unregisterOrganizer()
270 mOrganizersByFeatureIds.remove(taskDisplayArea.mFeatureId).destroy(); in deleteTaskDisplayArea()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/
H A DMediaTimeoutListener.kt173 mediaListeners.remove(key)?.destroy()
197 recommendationListeners.remove(key)?.destroy()
226 fun destroy() { regex
266 destroy()
408 fun destroy() { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
H A DProximityCheck.java79 public void destroy() { in destroy() method in ProximityCheck
80 mSensor.destroy(); in destroy()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DHalClientMonitor.java82 public void destroy() { in destroy() method in HalClientMonitor
83 super.destroy(); in destroy()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsImpl.java57 public void destroy() { in destroy() method in GlobalActionsImpl
59 mGlobalActionsDialog.destroy(); in destroy()

12345678910>>...16