Home
last modified time | relevance | path

Searched refs:onDestroy (Results 1 – 25 of 112) sorted by relevance

12345

/packages/apps/Gallery3D/src/com/cooliris/media/
DMovieView.java85 public void onDestroy() { in onDestroy() method in MovieView
86 mControl.onDestroy(); in onDestroy()
88 super.onDestroy(); in onDestroy()
DMonitoredActivity.java81 protected void onDestroy() { in onDestroy() method in MonitoredActivity
82 super.onDestroy(); in onDestroy()
DPhotoAppWidgetBind.java88 public void onDestroy() { in onDestroy() method in PhotoAppWidgetBind
90 super.onDestroy(); in onDestroy()
DPhotoAppWidgetConfigure.java80 public void onDestroy() { in onDestroy() method in PhotoAppWidgetConfigure
82 super.onDestroy(); in onDestroy()
/packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
DPolarClockSettings.java44 protected void onDestroy() { in onDestroy() method in PolarClockSettings
47 super.onDestroy(); in onDestroy()
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis1/
DVisualization1.java44 public void onDestroy() { in onDestroy() method in Visualization1
45 super.onDestroy(); in onDestroy()
91 public void onDestroy() { in onDestroy() method in Visualization1.CubeEngine
92 super.onDestroy(); in onDestroy()
/packages/apps/Gallery/src/com/android/camera/
DMonitoredActivity.java68 protected void onDestroy() { in onDestroy() method in MonitoredActivity
69 super.onDestroy(); in onDestroy()
/packages/apps/Music/src/com/android/music/
DMusicBrowserActivity.java59 public void onDestroy() { in onDestroy() method in MusicBrowserActivity
63 super.onDestroy(); in onDestroy()
DScanningProgress.java82 public void onDestroy() { in onDestroy() method in ScanningProgress
84 super.onDestroy(); in onDestroy()
/packages/apps/DeskClock/src/com/android/deskclock/
DAlarmAlert.java69 public void onDestroy() { in onDestroy() method in AlarmAlert
70 super.onDestroy(); in onDestroy()
/packages/apps/Contacts/src/com/android/contacts/ui/
DQuickContactActivity.java103 protected void onDestroy() { in onDestroy() method in QuickContactActivity
104 super.onDestroy(); in onDestroy()
/packages/apps/HTMLViewer/src/com/android/htmlviewer/
DHTMLViewerActivity.java139 protected void onDestroy() { in onDestroy() method in HTMLViewerActivity
140 super.onDestroy(); in onDestroy()
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/
DRenderScriptWallpaper.java46 public void onDestroy() { in onDestroy() method in RenderScriptWallpaper.RenderScriptEngine
47 super.onDestroy(); in onDestroy()
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
DRenderScriptWallpaper.java49 public void onDestroy() { in onDestroy() method in RenderScriptWallpaper.RenderScriptEngine
50 super.onDestroy(); in onDestroy()
/packages/wallpapers/Basic/src/com/android/wallpaper/
DRenderScriptWallpaper.java50 public void onDestroy() { in onDestroy() method in RenderScriptWallpaper.RenderScriptEngine
51 super.onDestroy(); in onDestroy()
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DSettingsActivity.java76 protected void onDestroy() { in onDestroy() method in SettingsActivity
78 super.onDestroy(); in onDestroy()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastDatabaseService.java73 public void onDestroy() { in onDestroy() method in CellBroadcastDatabaseService
74 super.onDestroy(); in onDestroy()
/packages/apps/Stk/src/com/android/stk/
DToneDialog.java99 protected void onDestroy() { in onDestroy() method in ToneDialog
100 super.onDestroy(); in onDestroy()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppBtEnablingActivity.java104 protected void onDestroy() { in onDestroy() method in BluetoothOppBtEnablingActivity
105 super.onDestroy(); in onDestroy()
/packages/apps/Settings/src/com/android/settings/
DDevelopmentSettings.java132 public void onDestroy() { in onDestroy() method in DevelopmentSettings
134 super.onDestroy(); in onDestroy()
DApplicationSettings.java105 protected void onDestroy() { in onDestroy() method in ApplicationSettings
106 super.onDestroy(); in onDestroy()
/packages/apps/CertInstaller/src/com/android/certinstaller/
DCertFileList.java55 protected void onDestroy() { in onDestroy() method in CertFileList
56 super.onDestroy(); in onDestroy()
/packages/wallpapers/Basic/src/com/android/wallpaper/walkaround/
DWalkAroundWallpaper.java42 public void onDestroy() { in onDestroy() method in WalkAroundWallpaper
43 super.onDestroy(); in onDestroy()
/packages/apps/Settings/tests/src/com/android/settings/tests/
DBluetoothRequestPermissionTest.java128 protected void onDestroy() { in onDestroy() method in BluetoothRequestPermissionTest
129 super.onDestroy(); in onDestroy()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnn.java113 @Override public void onDestroy() { in onDestroy() method in OpenWnn
114 super.onDestroy(); in onDestroy()

12345