Searched refs:destroy (Results 1 - 25 of 64) sorted by relevance

123

/packages/apps/Email/src/com/android/email/mail/store/imap/
H A DImapElement.java51 @Override public void destroy() {
52 // Don't call super.destroy().
88 public void destroy() { method in class:ImapElement
H A DImapSimpleString.java35 public void destroy() { method in class:ImapSimpleString
37 super.destroy();
H A DImapTempFileLiteral.java61 * We should always be calling {@link ImapResponse#destroy()}, but it's here as a last resort.
66 destroy();
103 public void destroy() { method in class:ImapTempFileLiteral
112 super.destroy();
H A DImapMemoryLiteral.java52 public void destroy() { method in class:ImapMemoryLiteral
54 super.destroy();
H A DImapList.java29 @Override public void destroy() {
30 // Don't call super.destroy().
171 public void destroy() { method in class:ImapList
174 e.destroy();
178 super.destroy();
H A DImapString.java40 @Override public void destroy() {
41 // Don't call super.destroy().
H A DImapResponseParser.java65 * time to time to destroy them and clear it.
144 r.destroy();
155 * {@link #destroyResponses} should be called to destroy all the responses in the array.
181 response.destroy();
249 // We need to destroy the response if we get an exception.
253 // If responseToDestroy is not null in finally, we destroy it because that means
323 responseToDestroy.destroy();
/packages/apps/Gallery2/src/com/android/photos/
H A DFullscreenViewer.java41 mTextureView.destroy();
/packages/apps/Browser/src/com/android/browser/
H A DPreloadedTabControl.java74 public void destroy() { method in class:PreloadedTabControl
75 if (LOGD_ENABLED) Log.d(LOGTAG, "PreloadedTabControl.destroy");
77 mTab.destroy();
H A DBrowserWebView.java151 public void destroy() { method in class:BrowserWebView
153 super.destroy();
H A DTabControl.java254 // destroy the tab
255 t.destroy();
267 void destroy() { method in class:TabControl
269 t.destroy();
461 // destroy the tab
462 t.destroy();
606 t.destroy();
/packages/apps/Email/src/com/android/email/service/
H A DImapTempFileLiteral.java64 * We should always be calling {@link ImapResponse#destroy()}, but it's here as a last resort.
69 destroy();
106 public void destroy() { method in class:ImapTempFileLiteral
115 super.destroy();
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DSelectedConversationsActionMenu.java135 destroy(R.id.remove_folder, mSelectionSet.values(),
139 destroy(R.id.mute, mSelectionSet.values(), mUpdater.getBatchAction(R.id.mute));
141 destroy(R.id.report_spam, mSelectionSet.values(),
146 destroy (R.id.mark_not_spam,
149 destroy(R.id.report_phishing,
275 // No need to show the dialog, just make a destructive action and destroy the
278 destroy(action, conversations, mUpdater.getDeferredBatchAction(action));
285 * @param target conversations to destroy
288 private void destroy(int actionId, final Collection<Conversation> target, method in class:SelectedConversationsActionMenu
483 destroy();
559 private void destroy() { method in class:SelectedConversationsActionMenu
[all...]
H A DConversationWebView.java97 public void destroy() { method in class:ConversationWebView
101 super.destroy();
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
H A DMagicSmokeSelector.java169 mEngine.destroy();
214 engine.destroy();
H A DRenderScriptWallpaper.java61 mRs.destroy();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilterSharpen.java57 mScript.destroy();
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/
H A DRenderScriptWallpaper.java60 mRs.destroy();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DCachingPipeline.java87 sRS.destroy();
107 mOriginalAllocation.destroy();
111 mFiltersOnlyOriginalAllocation.destroy();
130 mInPixelsAllocation.destroy();
134 mOutPixelsAllocation.destroy();
201 filtersOnlyOriginalAllocation.destroy();
209 originalAllocation.destroy();
/packages/apps/Browser/src/com/android/browser/preferences/
H A DAccessibilityPreferencesFragment.java75 mControlWebView.destroy();
/packages/apps/HTMLViewer/src/com/android/htmlviewer/
H A DHTMLViewerActivity.java141 mWebView.destroy();
/packages/wallpapers/Basic/src/com/android/wallpaper/
H A DRenderScriptWallpaper.java57 mRs.destroy();
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/
H A DGalaxy4Wallpaper.java71 mRenderScript.destroy();
/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
H A DHoloSpiralWallpaper.java62 mRenderScript.destroy();
/packages/wallpapers/NoiseField/src/com/android/noisefield/
H A DNoiseFieldWallpaper.java55 mRenderScript.destroy();

Completed in 428 milliseconds

123