Searched refs:onResume (Results 276 - 300 of 300) sorted by relevance

<<1112

/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackActivity.java497 public void onResume() { method in class:MediaPlaybackActivity
498 super.onResume();
1224 // Dialogs from being started from onCreate/onResume is fixed.
H A DTrackBrowserActivity.java307 public void onResume() { method in class:TrackBrowserActivity
308 super.onResume();
/packages/apps/Settings/src/com/android/settings/
H A DSettingsActivity.java733 public void onResume() { method in class:SettingsActivity
734 super.onResume();
H A DDevelopmentSettings.java431 public void onResume() { method in class:DevelopmentSettings
432 super.onResume();
H A DDataUsageSummary.java442 public void onResume() { method in class:DataUsageSummary
443 super.onResume();
/packages/apps/Settings/src/com/android/settings/applications/
H A DManageApplications.java980 public void onResume() { method in class:ManageApplications
981 super.onResume();
H A DInstalledAppDetails.java594 public void onResume() { method in class:InstalledAppDetails
595 super.onResume();
/packages/apps/Settings/src/com/android/settings/users/
H A DAppRestrictionsFragment.java282 public void onResume() { method in class:AppRestrictionsFragment
283 super.onResume();
/packages/apps/Browser/src/com/android/browser/
H A DController.java686 public void onResume() { method in class:Controller
700 mUi.onResume();
701 mNetworkHandler.onResume();
832 // onResume as it is triggered from onCreate. Call resumeWebViewTimers
H A DTab.java1431 mMainView.onResume();
1433 mSubView.onResume();
/packages/apps/Camera2/src/com/android/camera/
H A DCameraActivity.java188 * Whether onResume should reset the view to the preview.
1668 public void onResume() { method in class:CameraActivity
1690 // lockscreen onResume->onPause->onResume sequence.
1735 super.onResume();
1802 mPanoramaViewHelper.onResume();
/packages/apps/Calendar/src/com/android/calendar/
H A DAllInOneActivity.java507 protected void onResume() { method in class:AllInOneActivity
508 super.onResume();
H A DEventInfoFragment.java2078 public void onResume() { method in class:EventInfoFragment
2079 super.onResume();
/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmClockFragment.java269 public void onResume() { method in class:AlarmClockFragment
270 super.onResume();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DFilterShowActivity.java1028 public void onResume() { method in class:FilterShowActivity
1029 super.onResume();
/packages/services/Telephony/src/com/android/phone/
H A DCallFeaturesSetting.java1512 // Show the voicemail preference in onResume if the calling intent specifies the
1536 protected void onResume() { method in class:CallFeaturesSetting
1537 super.onResume();
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DPanoramaActivity.java1035 mMosaicView.onResume();
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java981 protected void onResume() { method in class:QuickContactActivity
982 super.onResume();
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaWindowAdapter.java1300 public void onResume() { method in class:AgendaWindowAdapter
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java289 // Instead, just save the state that we need to restore Launcher to, and commit it in onResume.
449 // If we are getting an onCreate, we can actually preempt onResume and unset mPaused here,
968 protected void onResume() { method in class:Launcher
972 Log.v(TAG, "Launcher.onResume()");
974 super.onResume();
995 // We might have postponed some bind calls until onResume (see waitUntilResume) --
1013 Log.d(TAG, "Time spent processing callbacks in onResume: " +
1047 Log.d(TAG, "Time spent in onResume: " + (System.currentTimeMillis() - startTime));
1059 mWorkspace.onResume();
1061 PackageInstallerCompat.getInstance(this).onResume();
[all...]
H A DWorkspace.java1738 protected void onResume() { method in class:Workspace
1751 // Update wallpaper dimensions if they were changed since last onResume
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java245 // Instead, just save the state that we need to restore Launcher to, and commit it in onResume.
374 // If we are getting an onCreate, we can actually preempt onResume and unset mPaused here,
749 protected void onResume() { method in class:Launcher
754 super.onResume();
779 // We might have postponed some bind calls until onResume (see waitUntilResume) --
797 Log.d(TAG, "Time spent processing callbacks in onResume: " +
822 Log.d(TAG, "Time spent in onResume: " + (System.currentTimeMillis() - startTime));
1333 // The following code used to be in onResume, but it turns out onResume is called when
1499 // otherwise, just wait until onResume t
[all...]
/packages/apps/Mms/src/com/android/mms/ui/
H A DComposeMessageActivity.java2246 protected void onResume() { method in class:ComposeMessageActivity
2247 super.onResume();
4357 // If we're not running, but resume later, the current thread ID will be set in onResume()
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java915 protected void onResume() { method in class:ComposeActivity
916 super.onResume();
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAbstractActivityController.java234 * and onResume.
2069 public void onResume() { method in class:AbstractActivityController

Completed in 1096 milliseconds

<<1112