Home
last modified time | relevance | path

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

1234

/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/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/Telecomm/tests/src/com/android/server/telecom/testapps/
DTestConnectionService.java70 destroy();
98 c.destroy(); in onDisconnect()
160 destroy(); in onAbort()
189 destroy(); in onDisconnect()
203 destroy(); in onReject()
DTestConnectionManager.java54 destroy();
105 destroy();
256 destroy();
/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()
DImapResponseParser.java144 r.destroy(); in destroyResponses()
181 response.destroy(); in readResponse()
323 responseToDestroy.destroy(); in parseResponse()
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()
DImapMemoryLiteral.java52 public void destroy() { in destroy() method in ImapMemoryLiteral
54 super.destroy(); in destroy()
/packages/apps/Browser/src/com/android/browser/
DTabControl.java255 t.destroy(); in removeTab()
267 void destroy() { in destroy() method in TabControl
269 t.destroy(); in destroy()
462 t.destroy(); in freeMemory()
606 t.destroy(); in recreateWebView()
DPreloadedTabControl.java74 public void destroy() { in destroy() method in PreloadedTabControl
77 mTab.destroy(); in destroy()
DBrowserWebView.java151 public void destroy() { in destroy() method in BrowserWebView
153 super.destroy(); in destroy()
/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/Telephony/src/com/android/services/telephony/
DImsConference.java482 connection.destroy(); in disconnectConferenceParticipants()
518 destroy(); in handleOriginalConnectionChange()
546 destroy(); in setState()
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
DMagicSmokeSelector.java169 mEngine.destroy(); in disconnect()
214 engine.destroy(); in attachEngine()
/packages/apps/VoiceDialer/src/com/android/voicedialer/
DCommandRecognizerEngine.java96 mSrecGrammar.destroy(); in setContactsFile()
111 mSrecGrammar.destroy(); in setAllowOpenEntries()
139 mSrecGrammar.destroy(); in setupGrammar()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DFolderListFragment.java539 mFolderAdapter.destroy(); in onDestroyView()
855 void destroy(); in destroy() method
1200 public final void destroy() { in destroy() method in FolderListFragment.FolderAdapter
1288 public void destroy() { in destroy() method in FolderListFragment.HierarchicalFolderListAdapter
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
DLiveWallpaperPreview.java254 mEngine.destroy(); in disconnect()
300 engine.destroy(); in attachEngine()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
DBlockingGLTextureView.java58 public void destroy() { in destroy() method in BlockingGLTextureView
93 destroy(); in finalize()
DTiledImageView.java127 public void destroy() { in destroy() method in TiledImageView
132 mTextureView.destroy(); in destroy()
/packages/apps/Gallery2/src/com/android/photos/views/
DBlockingGLTextureView.java58 public void destroy() { in destroy() method in BlockingGLTextureView
93 destroy(); in finalize()
DTiledImageView.java115 public void destroy() { in destroy() method in TiledImageView
120 mTextureView.destroy(); in destroy()
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipConnectionService.java120 connection.destroy(); in onCreateOutgoingConnection()
127 connection.destroy(); in onCreateOutgoingConnection()

1234