Home
last modified time | relevance | path

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

1234

/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
DSyncService.java59 public void onDestroy() { in onDestroy() method in SyncService
60 super.onDestroy(); in onDestroy()
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
DCubeWallpaper2Settings.java44 protected void onDestroy() { in onDestroy() method in CubeWallpaper2Settings
47 super.onDestroy(); in onDestroy()
DCubeWallpaper2.java56 public void onDestroy() { in onDestroy() method in CubeWallpaper2
57 super.onDestroy(); in onDestroy()
153 public void onDestroy() { in onDestroy() method in CubeWallpaper2.CubeEngine
154 super.onDestroy(); in onDestroy()
/development/samples/Support4Demos/src/com/example/android/supportv4/content/
DLocalServiceBroadcaster.java92 protected void onDestroy() { in onDestroy() method in LocalServiceBroadcaster
93 super.onDestroy(); in onDestroy()
151 public void onDestroy() { in onDestroy() method in LocalServiceBroadcaster.LocalService
152 super.onDestroy(); in onDestroy()
/development/samples/KeyChainDemo/src/com/example/android/keychain/
DSecureWebServerService.java52 public void onDestroy() { in onDestroy() method in SecureWebServerService
53 super.onDestroy(); in onDestroy()
/development/samples/ApiDemos/src/com/example/android/apis/media/
DMediaPlayerDemo_Audio.java93 protected void onDestroy() { in onDestroy() method in MediaPlayerDemo_Audio
94 super.onDestroy(); in onDestroy()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DTextToSpeechActivity.java77 public void onDestroy() { in onDestroy() method in TextToSpeechActivity
84 super.onDestroy(); in onDestroy()
DIsolatedService.java60 public void onDestroy() { in onDestroy() method in IsolatedService
200 protected void onDestroy() { in onDestroy() method in IsolatedService.Controller
201 super.onDestroy(); in onDestroy()
DLocalServiceActivities.java140 protected void onDestroy() { in onDestroy() method in LocalServiceActivities.Binding
141 super.onDestroy(); in onDestroy()
DFragmentRetainInstance.java193 public void onDestroy() { in onDestroy() method in FragmentRetainInstance.RetainedFragment
201 super.onDestroy(); in onDestroy()
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
DCubeWallpaper1.java42 public void onDestroy() { in onDestroy() method in CubeWallpaper1
43 super.onDestroy(); in onDestroy()
89 public void onDestroy() { in onDestroy() method in CubeWallpaper1.CubeEngine
90 super.onDestroy(); in onDestroy()
/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/service/
DTestJobService.java50 public void onDestroy() { in onDestroy() method in TestJobService
51 super.onDestroy(); in onDestroy()
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/ui/
DImageDetailFragment.java99 public void onDestroy() { in onDestroy() method in ImageDetailFragment
100 super.onDestroy(); in onDestroy()
/development/samples/browseable/FindMyPhone/Application/src/com.example.android.wearable.findphone/
DSoundAlarmListenerService.java58 public void onDestroy() { in onDestroy() method in SoundAlarmListenerService
62 super.onDestroy(); in onDestroy()
/development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/
DActivityA.java84 protected void onDestroy() { in onDestroy() method in ActivityA
85 super.onDestroy(); in onDestroy()
DActivityB.java84 protected void onDestroy() { in onDestroy() method in ActivityB
85 super.onDestroy(); in onDestroy()
DActivityC.java84 protected void onDestroy() { in onDestroy() method in ActivityC
85 super.onDestroy(); in onDestroy()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DExpandableList2.java130 protected void onDestroy() { in onDestroy() method in ExpandableList2
131 super.onDestroy(); in onDestroy()
DList9.java105 protected void onDestroy() { in onDestroy() method in List9
106 super.onDestroy(); in onDestroy()
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
DFragmentRetainInstanceSupport.java194 public void onDestroy() { in onDestroy() method in FragmentRetainInstanceSupport.RetainedFragment
202 super.onDestroy(); in onDestroy()
/development/samples/training/NsdChat/src/com/example/android/nsdchat/
DNsdChatActivity.java150 protected void onDestroy() { in onDestroy() method in NsdChatActivity
152 super.onDestroy(); in onDestroy()
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
DTaskBackService.java185 public void onDestroy() { in onDestroy() method in TaskBackService
186 super.onDestroy(); in onDestroy()
/development/samples/browseable/DelayedConfirmation/Application/src/com.example.android.wearable.delayedconfirmation/
DMainActivity.java66 protected void onDestroy() { in onDestroy() method in MainActivity
70 super.onDestroy(); in onDestroy()
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
DAuthenticationService.java43 public void onDestroy() { in onDestroy() method in AuthenticationService
/development/samples/browseable/DelayedConfirmation/Wearable/src/com.example.android.wearable.delayedconfirmation/
DMainActivity.java70 protected void onDestroy() { in onDestroy() method in MainActivity
74 super.onDestroy(); in onDestroy()

1234