HomeSort by relevance Sort by last modified time
    Searched full:ondestroy (Results 151 - 175 of 615) sorted by null

1 2 3 4 5 67 8 91011>>

  /cts/tests/tests/media/src/android/media/cts/
RemoteVirtualDisplayService.java 87 public void onDestroy() {
88 Log.i(TAG, "onDestroy");
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
NativeMediaActivity.java 131 protected void onDestroy() {
135 super.onDestroy();
  /development/apps/Development/src/com/android/development/
PackageBrowser.java 115 protected void onDestroy() {
116 super.onDestroy();
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskBackService.java 185 public void onDestroy() {
186 super.onDestroy();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentRetainInstance.java 193 public void onDestroy() {
201 super.onDestroy();
LocalServiceActivities.java 140 protected void onDestroy() {
141 super.onDestroy();
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ClipboardSample.java 103 protected void onDestroy() {
104 super.onDestroy();
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo_Video.java 194 protected void onDestroy() {
195 super.onDestroy();
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DeviceListActivity.java 121 protected void onDestroy() {
122 super.onDestroy();
  /development/samples/StackWidget/src/com/example/android/stackwidget/
StackWidgetService.java 66 public void onDestroy() {
67 // In onDestroy() you should tear down anything that was setup for your data source,
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentRetainInstanceSupport.java 194 public void onDestroy() {
202 super.onDestroy();
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbTestActivity.java 75 public void onDestroy() {
78 super.onDestroy();
  /development/samples/USB/MissileLauncher/src/com/android/missilelauncher/
MissileLauncherActivity.java 110 public void onDestroy() {
111 super.onDestroy();
  /development/samples/training/ads-and-ux/src/com/example/training/ads/
AdsCatalogActivity.java 135 public void onDestroy() {
136 super.onDestroy();
  /development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/ui/
ImageDetailActivity.java 141 protected void onDestroy() {
142 super.onDestroy();
  /external/chromium_org/chrome/browser/ui/gtk/
login_prompt_gtk.cc 150 CHROMEGTK_CALLBACK_0(LoginHandlerGtk, void, OnDestroy);
195 void LoginHandlerGtk::OnDestroy(GtkWidget* widget) {
  /external/chromium_org/remoting/host/win/
rdp_client_window.h 94 MSG_WM_DESTROY(OnDestroy)
105 void OnDestroy();
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
AlarmManagerTest.java 157 protected void onDestroy() {
158 super.onDestroy();
  /frameworks/base/core/java/com/android/internal/os/storage/
ExternalStorageFormatter.java 105 public void onDestroy() {
113 super.onDestroy();
  /frameworks/base/libs/usb/tests/AccessoryChat/src/com/android/accessorychat/
AccessoryChat.java 134 public void onDestroy() {
136 super.onDestroy();
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
ObjectViewer.java 165 protected void onDestroy() {
167 super.onDestroy();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsActivity.java 211 protected void onDestroy() {
214 super.onDestroy();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbConfirmActivity.java 105 protected void onDestroy() {
109 super.onDestroy();
UsbPermissionActivity.java 118 public void onDestroy() {
156 super.onDestroy();
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
ClientTest.java 169 public void onDestroy() {
170 super.onDestroy();

Completed in 1004 milliseconds

1 2 3 4 5 67 8 91011>>