HomeSort by relevance Sort by last modified time
    Searched defs:onDestroy (Results 151 - 175 of 1026) sorted by null

1 2 3 4 5 67 8 91011>>

  /developers/build/prebuilts/gradle/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/service/
MyJobService.java 54 public void onDestroy() {
55 super.onDestroy();
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/midiscope/
MainActivity.java 97 public void onDestroy() {
102 super.onDestroy();
  /developers/build/prebuilts/gradle/MultiWindowPlayground/Application/src/main/java/com/android/multiwindowplayground/activities/
LoggingActivity.java 64 protected void onDestroy() {
65 super.onDestroy();
66 Log.d(mLogTag, "onDestroy");
  /developers/samples/android/background/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/service/
MyJobService.java 54 public void onDestroy() {
55 super.onDestroy();
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
DeviceListActivity.java 130 protected void onDestroy() {
131 super.onDestroy();
  /developers/samples/android/media/MidiScope/Application/src/main/java/com/example/android/midiscope/
MainActivity.java 97 public void onDestroy() {
102 super.onDestroy();
  /developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/
SchedulerFragment.java 105 public void onDestroy() {
108 super.onDestroy();
  /developers/samples/android/ui/window/MultiWindowPlayground/Application/src/main/java/com/android/multiwindowplayground/activities/
LoggingActivity.java 64 protected void onDestroy() {
65 super.onDestroy();
66 Log.d(mLogTag, "onDestroy");
  /developers/samples/android/wearable/wear/DelayedConfirmation/Application/src/main/java/com/example/android/wearable/delayedconfirmation/
MainActivity.java 66 protected void onDestroy() {
70 super.onDestroy();
  /developers/samples/android/wearable/wear/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
DisconnectListenerService.java 139 public void onDestroy() {
143 super.onDestroy();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentRetainInstance.java 193 public void onDestroy() {
201 super.onDestroy();
TextToSpeechActivity.java 39 * <li>Shutdown TextToSpeech in onDestroy.</li>
77 public void onDestroy() {
84 super.onDestroy();
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo_Audio.java 93 protected void onDestroy() {
94 super.onDestroy();
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ExpandableList2.java 130 protected void onDestroy() {
131 super.onDestroy();
List9.java 105 protected void onDestroy() {
106 super.onDestroy();
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DeviceListActivity.java 121 protected void onDestroy() {
122 super.onDestroy();
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DeviceListActivity.java 130 protected void onDestroy() {
131 super.onDestroy();
  /development/samples/browseable/DelayedConfirmation/Application/src/com.example.android.wearable.delayedconfirmation/
MainActivity.java 66 protected void onDestroy() {
70 super.onDestroy();
  /development/samples/browseable/DirectBoot/src/com.example.android.directboot/
SchedulerFragment.java 105 public void onDestroy() {
108 super.onDestroy();
  /development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/
DisconnectListenerService.java 139 public void onDestroy() {
143 super.onDestroy();
  /development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/service/
MyJobService.java 54 public void onDestroy() {
55 super.onDestroy();
  /development/samples/browseable/MidiScope/src/com.example.android.midiscope/
MainActivity.java 97 public void onDestroy() {
102 super.onDestroy();
  /development/samples/browseable/MultiWindowPlayground/src/com/android.multiwindowplayground/activities/
LoggingActivity.java 64 protected void onDestroy() {
65 super.onDestroy();
66 Log.d(mLogTag, "onDestroy");
  /development/samples/training/ads-and-ux/src/com/example/training/ads/
AdsCatalogActivity.java 135 public void onDestroy() {
136 super.onDestroy();
  /development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/
ActivityB.java 84 protected void onDestroy() {
85 super.onDestroy();

Completed in 1045 milliseconds

1 2 3 4 5 67 8 91011>>