Home
last modified time | relevance | path

Searched refs:onDestroy (Results 1 – 25 of 93) 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/browseable/MidiSynth/src/com.example.android.midisynth/
DMidiSynthDeviceService.java37 public void onDestroy() { in onDestroy() method in MidiSynthDeviceService
39 super.onDestroy(); in onDestroy()
DMainActivity.java130 public void onDestroy() { in onDestroy() method in MainActivity
132 super.onDestroy(); in onDestroy()
/development/samples/Support7Demos/src/com/example/android/supportv7/app/
DAppCompatPreferenceActivity.java113 protected void onDestroy() { in onDestroy() method in AppCompatPreferenceActivity
114 super.onDestroy(); in onDestroy()
115 getDelegate().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()
/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.java102 public void onDestroy() { in onDestroy() method in ImageDetailFragment
103 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/
DActivityB.java84 protected void onDestroy() { in onDestroy() method in ActivityB
85 super.onDestroy(); in onDestroy()
DActivityA.java84 protected void onDestroy() { in onDestroy() method in ActivityA
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/
DList9.java105 protected void onDestroy() { in onDestroy() method in List9
106 super.onDestroy(); in onDestroy()
DExpandableList2.java130 protected void onDestroy() { in onDestroy() method in ExpandableList2
131 super.onDestroy(); in onDestroy()
/development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/
DDisconnectListenerService.java139 public void onDestroy() { in onDestroy() method in DisconnectListenerService
143 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/browseable/MultiWindowPlayground/src/com/android.multiwindowplayground/activities/
DLoggingActivity.java64 protected void onDestroy() { in onDestroy() method in LoggingActivity
65 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()

1234