Home
last modified time | relevance | path

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

1234567

/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
DImapList.java27 public void destroy() {
164 public void destroy() { in destroy() method in ImapList
167 e.destroy(); in destroy()
171 super.destroy(); in destroy()
DImapTempFileLiteral.java62 destroy(); in finalize()
99 public void destroy() { in destroy() method in ImapTempFileLiteral
108 super.destroy(); in destroy()
DImapElement.java54 public void destroy() {
94 public void destroy() { in destroy() method in ImapElement
DImapSimpleString.java34 public void destroy() { in destroy() method in ImapSimpleString
36 super.destroy(); in destroy()
DImapMemoryLiteral.java49 public void destroy() { in destroy() method in ImapMemoryLiteral
51 super.destroy(); in destroy()
DImapResponseParser.java116 r.destroy(); in destroyResponses()
151 response.destroy(); in readResponse()
289 responseToDestroy.destroy(); in parseResponse()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DCachingPipeline.java87 sRS.destroy(); in destroyRenderScriptContext()
107 mOriginalAllocation.destroy(); in reset()
111 mFiltersOnlyOriginalAllocation.destroy(); in reset()
130 mInPixelsAllocation.destroy(); in destroyPixelAllocations()
134 mOutPixelsAllocation.destroy(); in destroyPixelAllocations()
201 filtersOnlyOriginalAllocation.destroy(); in updateOriginalAllocation()
209 originalAllocation.destroy(); in updateOriginalAllocation()
/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DSipDelegateBinderConnectionTest.java102 baseConnection.destroy(SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP, in testBaseImpl()
160 destroy(connection, SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in testDestroyConnection()
181 destroy(connection, SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in testDestroyConnectionDead()
226 private void destroy(SipDelegateBinderConnection c, int reason) throws Exception { in destroy() method in SipDelegateBinderConnectionTest
227 c.destroy(reason, mMockDestroyedCallback); in destroy()
DSipDelegateControllerTest.java167 CompletableFuture<Integer> pendingDestroy = controller.destroy(false /*force*/, in testDestroyDelegate()
176 verify(mMockBinderConnection, never()).destroy(anyInt(), any()); in testDestroyDelegate()
196 CompletableFuture<Integer> pendingDestroy = controller.destroy(true /*force*/, in testDestroyDelegateForce()
233 verify(mMockBinderConnection, never()).destroy(anyInt(), any()); in testChangeSupportedFeatures()
311 verify(mMockBinderConnection).destroy(anyInt(), mIntegerConsumerCaptor.capture()); in verifyBinderConnectionDestroy()
DTelephonyRcsServiceTest.java216 verify(mFeatureControllerSlot0, never()).destroy(); in testSlotUpdates()
217 verify(mFeatureControllerSlot1, never()).destroy(); in testSlotUpdates()
227 verify(mFeatureControllerSlot0, never()).destroy(); in testSlotUpdates()
228 verify(mFeatureControllerSlot1, times(1)).destroy(); in testSlotUpdates()
/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
DSortController.java56 public void destroy() { in destroy() method in SortController
58 mTableHeaderController.destroy(); in destroy()
100 void destroy(); in destroy() method
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DBitmapProcessor.java89 input.destroy(); in blur()
93 output.destroy(); in blur()
96 blur.destroy(); in blur()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionService.java101 c.destroy(); in onDisconnect()
143 destroy();
208 destroy(); in startOutgoing()
226 destroy(); in onAbort()
261 destroy(); in onDisconnect()
275 destroy(); in onReject()
DTestConnectionManager.java53 destroy();
110 destroy();
312 destroy();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/service/network/
DNetworkModule.java84 destroy(); in removeState()
98 public void destroy() { in destroy() method in NetworkModule
100 mConnectivityListener.destroy(); in destroy()
/packages/services/BuiltInPrintService/jni/plugins/
Dpdf_render.c95 static void destroy(pdf_render_ifc_t *obj) { in destroy() function
145 self->ifc.destroy = destroy; in create_pdf_render_ifc()
/packages/services/Telephony/src/com/android/phone/
DRcsProvisioningMonitor.java303 void destroy() { in destroy() method in RcsProvisioningMonitor.RcsProvisioningInfo
407 void destroy() { in destroy() method in RcsProvisioningMonitor.RcsFeatureListener
494 mRcsFeatureListeners.valueAt(i).destroy(); in release()
497 mRcsProvisioningInfos.forEach((k, v)->v.destroy()); in release()
511 public void destroy() { in destroy() method in RcsProvisioningMonitor
777 info.destroy(); in onSubChanged()
/packages/apps/KeyChain/robotests/src/com/android/keychain/internal/
DGrantsDatabaseTest.java263 mGrantsDB.destroy();
287 mGrantsDB.destroy();
318 mGrantsDB.destroy();
358 mGrantsDB.destroy();
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
DSortControllerTest.java55 mController.destroy(); in testDestroysWidgets()
77 public void destroy() { in destroy() method in SortControllerTest.TestWidget
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DFragmentController.java77 public FragmentController<F> destroy() { in destroy() method in FragmentController
78 shadowMainLooper.runPaused(mActivityController::destroy); in destroy()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DInputConsumerProxy.java97 destroy(); in onInputConsumerMotionEvent()
107 public void destroy() { in destroy() method in InputConsumerProxy
/packages/services/Telephony/src/com/android/services/telephony/rcs/
DSipDelegateController.java263 public CompletableFuture<Integer> destroy(boolean force, int destroyReason) {
352 mBinderConnection.destroy(delegateDestroyedReason, pendingDestroy::complete);
371 connection.destroy(SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_SERVICE_DEAD, null);
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DFallbackRecentsTest.java129 MAIN_EXECUTOR.submit(updateHandler::destroy).get(); in FallbackRecentsTest()
293 void destroy() { in destroy() method in FallbackRecentsTest.OverviewUpdateHandler
295 mRads.destroy(); in destroy()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DQuickstepModelDelegate.java176 public void destroy() { in destroy() method in QuickstepModelDelegate
177 super.destroy(); in destroy()
282 predictor.destroy(); in destroyPredictor()
/packages/apps/Car/Settings/src/com/android/car/settings/applications/specialaccess/
DAppEntryListManager.java154 destroy(); in init()
181 public void destroy() { in destroy() method in AppEntryListManager

1234567