/development/tools/winscope/src/trace_collection/adb/ |
D | adb_host_connection.ts | 36 this.onDestroy(); 52 onDestroy() { method in AdbHostConnection 54 this.devices.forEach((device) => device.onDestroy());
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/ |
D | SyncService.java | 59 public void onDestroy() { in onDestroy() method in SyncService 60 super.onDestroy(); in onDestroy()
|
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/ |
D | CubeWallpaper2Settings.java | 44 protected void onDestroy() { in onDestroy() method in CubeWallpaper2Settings 47 super.onDestroy(); in onDestroy()
|
D | CubeWallpaper2.java | 56 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/ |
D | MidiSynthDeviceService.java | 37 public void onDestroy() { in onDestroy() method in MidiSynthDeviceService 39 super.onDestroy(); in onDestroy()
|
/development/samples/VirtualDeviceManager/demos/src/com/example/android/vdmdemo/demos/ |
D | LatencyDemoActivity.java | 53 protected void onDestroy() { in onDestroy() method in LatencyDemoActivity 56 super.onDestroy(); in onDestroy()
|
/development/samples/KeyChainDemo/src/com/example/android/keychain/ |
D | SecureWebServerService.java | 52 public void onDestroy() { in onDestroy() method in SecureWebServerService 53 super.onDestroy(); in onDestroy()
|
/development/samples/ApiDemos/src/com/example/android/apis/media/ |
D | MediaPlayerDemo_Audio.java | 93 protected void onDestroy() { in onDestroy() method in MediaPlayerDemo_Audio 94 super.onDestroy(); in onDestroy()
|
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/ |
D | CubeWallpaper1.java | 42 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/ApiDemos/src/com/example/android/apis/app/ |
D | TextToSpeechActivity.java | 77 public void onDestroy() { in onDestroy() method in TextToSpeechActivity 84 super.onDestroy(); in onDestroy()
|
D | IsolatedService.java | 60 public void onDestroy() { in onDestroy() method in IsolatedService 200 protected void onDestroy() { in onDestroy() method in IsolatedService.Controller 201 super.onDestroy(); in onDestroy()
|
D | LocalServiceActivities.java | 151 protected void onDestroy() { in onDestroy() method in LocalServiceActivities.Binding 152 super.onDestroy(); in onDestroy()
|
/development/tools/winscope/src/trace_collection/controller/ |
D | trace_collection_controller.ts | 76 async onDestroy(device: AdbDeviceConnection) { method in TraceCollectionController 78 await session.onDestroy(device); 80 this.host.onDestroy();
|
D | tracing_session_test.ts | 87 await session.onDestroy(mockDevice); 91 await session.onDestroy(mockDevice);
|
/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/service/ |
D | MyJobService.java | 54 public void onDestroy() { in onDestroy() method in MyJobService 55 super.onDestroy(); in onDestroy()
|
/development/samples/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/ |
D | UnlockKeyguardDialog.java | 82 protected void onDestroy() { in onDestroy() method in UnlockKeyguardDialog 84 super.onDestroy(); in onDestroy()
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/ui/ |
D | ImageDetailFragment.java | 102 public void onDestroy() { in onDestroy() method in ImageDetailFragment 103 super.onDestroy(); in onDestroy()
|
/development/samples/browseable/FindMyPhone/Application/src/com.example.android.wearable.findphone/ |
D | SoundAlarmListenerService.java | 58 public void onDestroy() { in onDestroy() method in SoundAlarmListenerService 62 super.onDestroy(); in onDestroy()
|
/development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/ |
D | ActivityC.java | 84 protected void onDestroy() { in onDestroy() method in ActivityC 85 super.onDestroy(); in onDestroy()
|
D | ActivityB.java | 84 protected void onDestroy() { in onDestroy() method in ActivityB 85 super.onDestroy(); in onDestroy()
|
D | ActivityA.java | 84 protected void onDestroy() { in onDestroy() method in ActivityA 85 super.onDestroy(); in onDestroy()
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | List9.java | 105 protected void onDestroy() { in onDestroy() method in List9 106 super.onDestroy(); in onDestroy()
|
D | ExpandableList2.java | 130 protected void onDestroy() { in onDestroy() method in ExpandableList2 131 super.onDestroy(); in onDestroy()
|
/development/samples/browseable/MultiWindowPlayground/src/com/android.multiwindowplayground/activities/ |
D | LoggingActivity.java | 64 protected void onDestroy() { in onDestroy() method in LoggingActivity 65 super.onDestroy(); in onDestroy()
|
/development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/ |
D | DisconnectListenerService.java | 139 public void onDestroy() { in onDestroy() method in DisconnectListenerService 143 super.onDestroy(); in onDestroy()
|