Searched refs:onDestroyView (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DBrowserSnapshotPage.java103 public void onDestroyView() { method in class:BrowserSnapshotPage
104 super.onDestroyView();
H A DBrowserBookmarksPage.java394 public void onDestroyView() { method in class:BrowserBookmarksPage
395 super.onDestroyView();
/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DContactDeletionInteraction.java161 public void onDestroyView() { method in class:ContactDeletionInteraction
162 super.onDestroyView();
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventFragment.java457 public void onDestroyView() { method in class:EditEventFragment
458 super.onDestroyView();
/packages/apps/Email/src/com/android/email/activity/
H A DMailboxListFragment.java430 * {@link #onCreateView} and {@link #onDestroyView}.
509 public void onDestroyView() { method in class:MailboxListFragment
511 Log.d(Logging.LOG_TAG, this + " onDestroyView");
514 super.onDestroyView();
H A DMessageListFragment.java396 * {@link #onCreateView} and {@link #onDestroyView}.
400 // to determine if CAB shold be shown. But because it's called from onDestroyView(), at
475 public void onDestroyView() { method in class:MessageListFragment
477 Log.d(Logging.LOG_TAG, this + " onDestroyView");
486 super.onDestroyView();
H A DMessageViewFragmentBase.java265 // in onDestroyView to prevent from getting callbacks when the fragment is in the back
387 public void onDestroyView() { method in class:MessageViewFragmentBase
389 Log.d(Logging.LOG_TAG, this + " onDestroyView");
398 super.onDestroyView();
/packages/apps/Settings/src/com/android/settings/
H A DAccessibilitySettings.java776 public void onDestroyView() { method in class:AccessibilitySettings.TogglePreferenceFragment
782 super.onDestroyView();
H A DDataUsageSummary.java514 public void onDestroyView() { method in class:DataUsageSummary
515 super.onDestroyView();
/packages/apps/Calendar/src/com/android/calendar/
H A DEventInfoFragment.java837 public void onDestroyView() { method in class:EventInfoFragment
843 super.onDestroyView();

Completed in 1309 milliseconds