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

<<11121314151617181920>>

  /packages/apps/Launcher3/src/com/android/launcher3/
MemoryTracker.java 184 public void onDestroy() {
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 376 * and onDestroy() and only if we are changing configuration (e.g. rotation). Also clears
377 * mWakeLock so the subsequent call to onDestroy does not release it.
388 public void onDestroy() {
389 super.onDestroy();
  /packages/apps/VideoEditor/src/com/android/videoeditor/
BaseAdapterWithImages.java 152 public void onDestroy() {
  /packages/services/Telephony/src/com/android/phone/
EmergencyCallbackModeService.java 99 public void onDestroy() {
  /external/chromium/net/proxy/
proxy_config_service_linux.cc 201 // Delegate::OnDestroy(), while running on the UI thread. However
203 // Delegate::OnDestroy() task is left pending on the glib loop
496 // Delegate::OnDestroy(), while running on the file thread. However
497 // on exiting the process, it may happen that Delegate::OnDestroy()
    [all...]
  /frameworks/base/core/java/android/nfc/
NfcAdapter.java 697 * <p>This method may be called at any time before {@link Activity#onDestroy},
730 * {@link Activity#onDestroy}. This is guaranteed if you call this API
777 * <p>This method may be called at any time before {@link Activity#onDestroy},
806 * {@link Activity#onDestroy}. This is guaranteed if you call this API
    [all...]
  /frameworks/base/docs/html/google/play/licensing/
adding-licensing.jd 36 <li><a href="#handler-cleanup">Call your LicenseChecker's onDestroy() method
484 <li><a href="#handler-cleanup">Call your LicenseChecker's onDestroy() method</a> to close IPC connections.</li>
    [all...]
  /frameworks/base/core/java/android/app/
Service.java 153 * of these situations hold, the service's {@link #onDestroy} method is called
155 * unregistering receivers) should be complete upon returning from onDestroy().
199 * or {@link #onDestroy onDestroy()} methods, then the hosting process will
460 public void onDestroy() {
    [all...]
Fragment.java 231 * <li> {@link #onDestroy} called to do final cleanup of the fragment's state.
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 414 public void onDestroy() {
    [all...]
  /external/chromium_org/net/proxy/
proxy_config_service_linux.cc 209 // Delegate::OnDestroy(), while running on the UI thread. However
210 // on exiting the process, it may happen that Delegate::OnDestroy()
527 // Delegate::OnDestroy(), while running on the UI thread. However
529 // Delegate::OnDestroy() task is left pending on the glib loop
    [all...]
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 234 public void onDestroy() {
237 super.onDestroy();
  /development/samples/training/threadsample/src/com/example/android/threadsample/
DisplayActivity.java 270 public void onDestroy() {
285 super.onDestroy();
  /external/chromium/chrome/browser/ui/gtk/
certificate_viewer.cc 130 void OnDestroy(GtkDialog* dialog, CertificateViewer* cert_viewer) {
177 g_signal_connect(dialog_, "destroy", G_CALLBACK(OnDestroy), this);
info_bubble_gtk.cc 368 // |this| has been deleted, see OnDestroy.
507 gboolean InfoBubbleGtk::OnDestroy(GtkWidget* widget) {
  /external/chromium_org/chrome/browser/ui/gtk/
certificate_viewer_gtk.cc 134 void OnDestroy(GtkDialog* dialog, CertificateViewer* cert_viewer) {
188 g_signal_connect(dialog_, "destroy", G_CALLBACK(OnDestroy), this);
  /external/chromium_org/chrome_frame/test/
infobar_unittests.cc 65 MOCK_METHOD0(OnDestroy, void());
72 MSG_WM_DESTROY(OnDestroy)
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_gtk.h 194 OnDestroy);
290 // For full-screen windows we have a OnDestroy handler that we need to remove,
  /external/chromium_org/content/common/gpu/media/
gpu_video_decode_accelerator.cc 165 IPC_MESSAGE_HANDLER(AcceleratedVideoDecoderMsg_Destroy, OnDestroy)
422 void GpuVideoDecodeAccelerator::OnDestroy() {
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
Chromoting.java 136 public void onDestroy() {
137 super.onDestroy();
  /external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.cc 132 return HANDLE_WM_DESTROY(window, wparam, lparam, host->OnDestroy);
274 void MainUIWindow::OnDestroy(HWND window) {
  /external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
AppRTCDemoActivity.java 270 protected void onDestroy() {
272 super.onDestroy();
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 115 if (callbacks.onDestroy != NULL) {
116 callbacks.onDestroy(this);
  /frameworks/base/docs/html/guide/topics/resources/
runtime-changes.jd 27 {@link android.app.Activity} ({@link android.app.Activity#onDestroy()} is called, followed by {@link
89 android.app.Activity#onStop()} and {@link android.app.Activity#onDestroy()} callbacks. In your
  /frameworks/base/docs/html/training/connect-devices-wirelessly/
nsd.jd 357 protected void onDestroy() {
360 super.onDestroy();

Completed in 1210 milliseconds

<<11121314151617181920>>