Searched refs:finalize (Results 1 - 25 of 26) sorted by relevance

12

/packages/apps/Email/src/org/apache/commons/io/input/
H A DAutoCloseInputStream.java124 protected void finalize() throws Throwable { method in class:AutoCloseInputStream
126 super.finalize();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DDicTraverseSession.java68 protected void finalize() throws Throwable { method in class:DicTraverseSession
72 super.finalize();
H A DBinaryDictionary.java239 protected void finalize() throws Throwable { method in class:BinaryDictionary
243 super.finalize();
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterApp.java55 protected void finalize() { method in class:AdapterApp
H A DProfileService.java85 protected void finalize() { method in class:ProfileService
H A DAdapterService.java1381 protected void finalize() { method in class:AdapterService
/packages/apps/Email/src/com/android/email/mail/store/imap/
H A DImapTempFileLiteral.java65 protected void finalize() throws Throwable { method in class:ImapTempFileLiteral
69 super.finalize();
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DApiService.java2884 * @param finalize true if the request should be finalized
2888 final boolean finalize) {
2892 onIntentProcessed(intent, videoEditor, result, extraResult, exception, finalize);
2920 * @param finalize true if the request should be finalized
2924 Object result, Object extraResult, Exception ex, boolean finalize) {
2930 if (finalize) {
2943 if (finalize) {
2969 if (finalize) {
2991 if (finalize) {
3012 if (finalize) {
2886 completeRequest(final Intent intent, final VideoEditor videoEditor, final Exception exception, final Object result, final Object extraResult, final boolean finalize) argument
2923 onIntentProcessed(final Intent intent, VideoEditor videoEditor, Object result, Object extraResult, Exception ex, boolean finalize) argument
[all...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DPbapServerProfile.java131 protected void finalize() { method in class:PbapServerProfile
132 if (V) Log.d(TAG, "finalize()");
H A DA2dpProfile.java182 protected void finalize() { method in class:A2dpProfile
183 if (V) Log.d(TAG, "finalize()");
H A DHidProfile.java167 protected void finalize() { method in class:HidProfile
168 if (V) Log.d(TAG, "finalize()");
H A DPanProfile.java172 protected void finalize() { method in class:PanProfile
173 if (V) Log.d(TAG, "finalize()");
H A DHeadsetProfile.java206 protected void finalize() { method in class:HeadsetProfile
207 if (V) Log.d(TAG, "finalize()");
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DBasicTexture.java176 protected void finalize() { method in class:BasicTexture
H A DGLRootView.java609 protected void finalize() throws Throwable { method in class:GLRootView
613 super.finalize();
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DUriImage.java274 protected void finalize() throws Throwable { method in class:UriImage
280 super.finalize();
/packages/apps/Nfc/src/com/android/nfc/
H A DRegisteredComponentCache.java131 protected void finalize() throws Throwable { method in class:RegisteredComponentCache
136 super.finalize();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DProximityInfo.java180 protected void finalize() throws Throwable { method in class:ProximityInfo
187 super.finalize();
/packages/apps/Nfc/nci/jni/
H A DSecureElement.h68 ** Function: finalize
75 void finalize ();
H A DNativeNfcManager.cpp1079 SecureElement::getInstance().finalize ();
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DCursorBackedSuggestionCursor.java104 protected void finalize() { method in class:CursorBackedSuggestionCursor
H A DSuggestions.java292 protected void finalize() { method in class:Suggestions
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapCallLogComposer.java259 public void finalize() { method in class:BluetoothPbapCallLogComposer
/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DImportVCardActivity.java241 public void finalize() { method in class:ImportVCardActivity.VCardCacheThread
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnnDictionaryImpl.java284 protected void finalize( ) { method in class:OpenWnnDictionaryImpl

Completed in 386 milliseconds

12