HomeSort by relevance Sort by last modified time
    Searched refs:onDestroy (Results 276 - 300 of 597) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/printservice/
PrinterDiscoverySession.java 42 * discovered by this session you will receive a call to {@link #onDestroy()} at
132 * destroyed, that is after the {@link #onDestroy()} callback, will be ignored.
155 * destroyed, that is after the {@link #onDestroy()} callback, will be ignored.
219 * destroyed, that is after the {@link #onDestroy()} callback, will be ignored.
428 * destroyed, that is after the {@link #onDestroy()} callback, will be ignored.
452 public abstract void onDestroy();
459 * @see #onDestroy()
525 onDestroy();
  /frameworks/base/core/java/android/speech/
RecognitionService.java 215 public void onDestroy() {
216 if (DBG) Log.d(TAG, "onDestroy");
219 super.onDestroy();
  /frameworks/base/core/java/com/android/internal/os/storage/
ExternalStorageFormatter.java 107 public void onDestroy() {
115 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 212 protected void onDestroy() {
215 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();
  /frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
NetworkActivity.java 119 public void onDestroy() {
120 super.onDestroy();
  /frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
SourceActivity.java 98 protected void onDestroy() {
99 super.onDestroy();
  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerTestActivity.java 137 protected void onDestroy() {
138 super.onDestroy();
139 Log.v(LOGTAG, "onDestroy, inst=" + Integer.toHexString(hashCode()));
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
LinesActivity.java 50 protected void onDestroy() {
51 super.onDestroy();
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
PlayerSession.java 87 public void onDestroy() {
91 mRenderer.onDestroy();
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppIncomingFileConfirmActivity.java 179 protected void onDestroy() {
180 super.onDestroy();
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapActivity.java 266 protected void onDestroy() {
267 super.onDestroy();
  /packages/apps/Email/src/com/android/email/provider/
FolderPickerActivity.java 114 public void onDestroy() {
115 super.onDestroy();
  /packages/apps/Settings/src/com/android/settings/
SettingsLicenseActivity.java 175 protected void onDestroy() {
182 super.onDestroy();
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothNameDialogFragment.java 149 public void onDestroy() {
150 super.onDestroy();
BluetoothPermissionActivity.java 243 protected void onDestroy() {
244 super.onDestroy();
RequestPermissionActivity.java 290 protected void onDestroy() {
291 super.onDestroy();
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
ConnectToWifiFragment.java 210 public void onDestroy() {
217 super.onDestroy();
  /packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
Listener.java 215 public void onDestroy() {
217 super.onDestroy();
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.c 335 static void onDestroy(ANativeActivity* activity) {
425 activity->callbacks->onDestroy = onDestroy;
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackFragment.java 116 public void onDestroy() {
118 mPresenter.onDestroy();
119 super.onDestroy();

Completed in 1714 milliseconds

<<11121314151617181920>>