Home
last modified time | relevance | path

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

123456

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DSelectedConversationsActionMenu.java142 destroy(R.id.remove_folder, mCheckedSet.values(), in onActionItemClicked()
146 destroy(R.id.mute, mCheckedSet.values(), mUpdater.getBatchAction(R.id.mute, in onActionItemClicked()
149 destroy(R.id.report_spam, mCheckedSet.values(), in onActionItemClicked()
154 destroy (R.id.mark_not_spam, in onActionItemClicked()
158 destroy(R.id.report_phishing, in onActionItemClicked()
292 destroy(action, conversations, mUpdater.getDeferredBatchAction(action, undoCallback)); in performDestructiveAction()
302 private void destroy(int actionId, final Collection<Conversation> target, in destroy() method in SelectedConversationsActionMenu
494 destroy(); in onDestroyActionMode()
510 destroy(); in onSetEmpty()
571 private void destroy() { in destroy() method in SelectedConversationsActionMenu
DConversationWebView.java95 public void destroy() { in destroy() method in ConversationWebView
99 super.destroy(); in destroy()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionAppTracker.java83 private void destroy() { in destroy() method in PredictionAppTracker
85 mHomeAppPredictor.destroy(); in destroy()
89 mRecentsOverviewPredictor.destroy(); in destroy()
124 destroy(); in handleMessage()
133 destroy(); in handleMessage()
/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/apps/Email/provider_src/com/android/email/mail/store/imap/
DImapList.java29 @Override public void destroy() {
171 public void destroy() { in destroy() method in ImapList
174 e.destroy(); in destroy()
178 super.destroy(); in destroy()
DImapTempFileLiteral.java66 destroy(); in finalize()
103 public void destroy() { in destroy() method in ImapTempFileLiteral
112 super.destroy(); in destroy()
DImapElement.java51 @Override public void destroy() {
88 public void destroy() { in destroy() method in ImapElement
DImapSimpleString.java35 public void destroy() { in destroy() method in ImapSimpleString
37 super.destroy(); in destroy()
DImapResponseParser.java144 r.destroy(); in destroyResponses()
181 response.destroy(); in readResponse()
323 responseToDestroy.destroy(); in parseResponse()
DImapMemoryLiteral.java52 public void destroy() { in destroy() method in ImapMemoryLiteral
54 super.destroy(); in destroy()
/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
DImapResponseParser.java116 r.destroy(); in destroyResponses()
151 response.destroy(); in readResponse()
289 responseToDestroy.destroy(); in parseResponse()
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()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionService.java88 destroy();
116 c.destroy(); in onDisconnect()
159 destroy();
222 destroy(); in startOutgoing()
240 destroy(); in onAbort()
275 destroy(); in onDisconnect()
289 destroy(); in onReject()
DTestConnectionManager.java54 destroy();
111 destroy();
313 destroy();
/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/Email/provider_src/com/android/email/service/
DImapTempFileLiteral.java69 destroy(); in finalize()
106 public void destroy() { in destroy() method in ImapTempFileLiteral
115 super.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/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()
DShadowCarWifiManager.java81 public void destroy() { in destroy() method in ShadowCarWifiManager
83 sInstance.destroy(); in destroy()

123456