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

<<11121314151617181920>>

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumPage.java 460 protected void onDestroy() {
461 super.onDestroy();
AlbumSetPage.java 350 public void onDestroy() {
351 super.onDestroy();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java 136 protected void onDestroy() {
140 super.onDestroy();
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsReceiverService.java 167 public void onDestroy() {
170 // Log.v(TAG, "onDestroy");
  /packages/apps/Mms/src/com/android/mms/ui/
SlideEditorActivity.java 230 protected void onDestroy() {
231 super.onDestroy();
    [all...]
  /packages/apps/Music/src/com/android/music/
AlbumBrowserActivity.java 158 public void onDestroy() {
181 super.onDestroy();
ArtistAlbumBrowserActivity.java 159 public void onDestroy() {
184 super.onDestroy();
    [all...]
PlaylistBrowserActivity.java 186 public void onDestroy() {
209 super.onDestroy();
MediaPlaybackActivity.java 504 public void onDestroy()
507 super.onDestroy();
508 //System.out.println("***************** playback activity onDestroy\n");
    [all...]
TrackBrowserActivity.java 248 public void onDestroy() {
289 super.onDestroy();
296 * registered by the time onDestroy() is called.
    [all...]
  /packages/apps/Settings/src/com/android/settings/
SecuritySettings.java 409 public void onDestroy() {
410 super.onDestroy();
  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsUi.java 176 public void onDestroy() {
177 super.onDestroy();
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockService.java 151 public void onDestroy() {
152 if (DEBUG) Log.d(TAG, "onDestroy");
    [all...]
  /packages/apps/Settings/src/com/android/settings/users/
UserSettings.java 217 public void onDestroy() {
218 super.onDestroy();
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 484 public void onDestroy() {
489 super.onDestroy();
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorBaseActivity.java 863 public void onDestroy() {
864 super.onDestroy();
    [all...]
  /packages/services/Telephony/src/com/android/phone/
EmergencyDialer.java 245 protected void onDestroy() {
246 super.onDestroy();
  /frameworks/base/core/java/android/app/
Activity.java 198 * to {@link android.app.Activity#onDestroy}. An activity will do all setup
200 * onDestroy(). For example, if it has a thread running in the background
202 * and then stop the thread in onDestroy().
250 * protected void onDestroy();
328 * <code>onDestroy()</code> if this activity is going away.</td>
331 * <code>onDestroy()</code></td>
334 * <tr><th colspan="3" align="left" border="0">{@link android.app.Activity#onDestroy onDestroy()}</th>
393 * {@link #onStop}, and {@link #onDestroy} as appropriate. If the activity
394 * had been in the foreground or visible to the user, once {@link #onDestroy} i
    [all...]
  /frameworks/base/docs/html/guide/topics/media/
mediaplayer.jd 642 {@link android.app.Service#onDestroy onDestroy()} method to make sure you are releasing
651 public void onDestroy() {
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/service/
EmailSyncAdapterService.java 580 public void onDestroy() {
581 LogUtils.v(TAG, "onDestroy()");
582 super.onDestroy();
    [all...]
  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc 476 gboolean BalloonViewImpl::OnDestroy(GtkWidget* widget) {
  /external/chromium_org/chrome/browser/prerender/
prerender_contents.h 268 // Sets the final status, calls OnDestroy and adds |this| to the
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_bubble_gtk.cc 305 void BookmarkBubbleGtk::OnDestroy(GtkWidget* widget) {
  /external/chromium_org/chrome/browser/ui/gtk/
collected_cookies_gtk.cc 545 void CollectedCookiesGtk::OnDestroy(GtkWidget* widget) {
  /external/chromium_org/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc 470 gboolean BalloonViewImpl::OnDestroy(GtkWidget* widget) {

Completed in 1293 milliseconds

<<11121314151617181920>>