Searched refs:onDestroy (Results 1 - 25 of 69) sorted by relevance

123

/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
H A DCubeWallpaper2Settings.java44 protected void onDestroy() { method in class:CubeWallpaper2Settings
47 super.onDestroy();
H A DCubeWallpaper2.java56 public void onDestroy() { method in class:CubeWallpaper2
57 super.onDestroy();
153 public void onDestroy() { method in class:CubeWallpaper2.CubeEngine
154 super.onDestroy();
/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DTextToSpeechActivity.java39 * <li>Shutdown TextToSpeech in onDestroy.</li>
77 public void onDestroy() { method in class:TextToSpeechActivity
84 super.onDestroy();
H A DIsolatedService.java60 public void onDestroy() { method in class:IsolatedService
200 protected void onDestroy() { method in class:IsolatedService.Controller
201 super.onDestroy();
H A DFragmentRetainInstance.java193 public void onDestroy() { method in class:FragmentRetainInstance.RetainedFragment
201 super.onDestroy();
H A DLocalServiceActivities.java140 protected void onDestroy() { method in class:LocalServiceActivities.Binding
141 super.onDestroy();
H A DLocalService.java80 public void onDestroy() { method in class:LocalService
/development/samples/ApiDemos/src/com/example/android/apis/media/
H A DMediaPlayerDemo_Audio.java93 protected void onDestroy() { method in class:MediaPlayerDemo_Audio
94 super.onDestroy();
H A DMediaPlayerDemo_Video.java194 protected void onDestroy() { method in class:MediaPlayerDemo_Video
195 super.onDestroy();
/development/samples/KeyChainDemo/src/com/example/android/keychain/
H A DSecureWebServerService.java52 public void onDestroy() { method in class:SecureWebServerService
53 super.onDestroy();
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
H A DAuthenticationService.java43 public void onDestroy() { method in class:AuthenticationService
/development/samples/Support4Demos/src/com/example/android/supportv4/content/
H A DLocalServiceBroadcaster.java92 protected void onDestroy() { method in class:LocalServiceBroadcaster
93 super.onDestroy();
151 public void onDestroy() { method in class:LocalServiceBroadcaster.LocalService
152 super.onDestroy();
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/ui/
H A DImageDetailFragment.java99 public void onDestroy() { method in class:ImageDetailFragment
100 super.onDestroy();
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
H A DTaskBackService.java185 public void onDestroy() { method in class:TaskBackService
186 super.onDestroy();
/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DExpandableList2.java130 protected void onDestroy() { method in class:ExpandableList2
131 super.onDestroy();
H A DList9.java105 protected void onDestroy() { method in class:List9
106 super.onDestroy();
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentRetainInstanceSupport.java194 public void onDestroy() { method in class:FragmentRetainInstanceSupport.RetainedFragment
202 super.onDestroy();
/development/samples/training/NsdChat/src/com/example/android/nsdchat/
H A DNsdChatActivity.java120 protected void onDestroy() { method in class:NsdChatActivity
123 super.onDestroy();
/development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/
H A DActivityA.java84 protected void onDestroy() { method in class:ActivityA
85 super.onDestroy();
H A DActivityB.java84 protected void onDestroy() { method in class:ActivityB
85 super.onDestroy();
H A DActivityC.java84 protected void onDestroy() { method in class:ActivityC
85 super.onDestroy();
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
H A DCubeWallpaper1.java42 public void onDestroy() { method in class:CubeWallpaper1
43 super.onDestroy();
89 public void onDestroy() { method in class:CubeWallpaper1.CubeEngine
90 super.onDestroy();
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
H A DDeviceListActivity.java121 protected void onDestroy() { method in class:DeviceListActivity
122 super.onDestroy();
/development/samples/training/ads-and-ux/src/com/example/training/ads/
H A DAdsCatalogActivity.java135 public void onDestroy() { method in class:AdsCatalogActivity.AdFragment
136 super.onDestroy();
/development/ndk/platforms/android-9/include/android/
H A Dnative_activity.h146 * NativeActivity is being destroyed. See Java documentation for Activity.onDestroy()
149 void (*onDestroy)(ANativeActivity* activity); member in struct:ANativeActivityCallbacks

Completed in 2039 milliseconds

123