Home
last modified time | relevance | path

Searched refs:onResume (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/packages/apps/EmergencyInfo/tests/src/com/android/emergency/view/
DViewInfoActivityTest.java79 onResume(); in testInitialState()
95 onResume(); in testNameSet()
114 onResume(); in testEmergencyInfoSet()
134 onResume(); in testEmergencyContactSet()
161 onResume(); in testInfoAndEmergencyContactsSet()
222 private void onResume() throws Throwable { in onResume() method in ViewInfoActivityTest
/packages/apps/Gallery/src/com/android/camera/
DMovieView.java79 public void onResume() { in onResume() method in MovieView
80 super.onResume(); in onResume()
83 mControl.onResume(); in onResume()
92 mControl.onResume(); in onWindowFocusChanged()
/packages/apps/Dialer/src/com/android/dialer/voicemail/
DVoicemailArchiveActivity.java113 public void onResume() { in onResume() method in VoicemailArchiveActivity
114 super.onResume(); in onResume()
115 mAdapter.onResume(); in onResume()
116 mVoicemailPlaybackPresenter.onResume(); in onResume()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DVisualVoicemailCallLogFragment.java58 public void onResume() { in onResume() method in VisualVoicemailCallLogFragment
59 super.onResume(); in onResume()
60 mVoicemailPlaybackPresenter.onResume(); in onResume()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DAccessibilityFragment.java57 public void onResume() { in onResume() method in AccessibilityFragment
58 super.onResume(); in onResume()
194 public void onResume() { in onResume() method in AccessibilityFragment.AccessibilityServiceFragment
195 super.onResume(); in onResume()
/packages/apps/EmergencyInfo/tests/src/com/android/emergency/edit/
DEditInfoActivityTest.java201 onResume(); in testWarningDialog_onPauseAndResume()
248 onResume(); in testWarningDialog_positiveButton()
277 onResume(); in testWarningDialogTimer_overOneDayAgo()
294 private void onResume() throws Throwable { in onResume() method in EditInfoActivityTest
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DActionFragment.java69 public void onResume() { in onResume() method in ActionFragment
70 super.onResume(); in onResume()
71 mBase.onResume(); in onResume()
/packages/apps/Settings/src/com/android/settings/nfc/
DPaymentSettings.java83 public void onResume() { in onResume() method in PaymentSettings
84 super.onResume(); in onResume()
85 mPaymentBackend.onResume(); in onResume()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DMediaPicker.java286 public void onResume() { in onResume() method in MediaPicker
287 super.onResume(); in onResume()
288 CameraManager.get().onResume(); in onResume()
291 chooser.onResume(); in onResume()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DMovieActivity.java235 public void onResume() { in onResume() method in MovieActivity
236 mPlayer.onResume(); in onResume()
237 super.onResume(); in onResume()
DAbstractGalleryActivity.java204 protected void onResume() { in onResume() method in AbstractGalleryActivity
205 super.onResume(); in onResume()
213 mGLRootView.onResume(); in onResume()
/packages/services/Car/car-support-lib/src/android/support/car/app/menu/
DCarDrawerActivity.java159 protected void onResume() { in onResume() method in CarDrawerActivity
160 super.onResume(); in onResume()
161 mUiController.onResume(); in onResume()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DMailActivity.java295 public void onResume() { in onResume() method in MailActivity
296 super.onResume(); in onResume()
297 mController.onResume(); in onResume()
/packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
DContactsLatency.java43 protected void onResume() { in onResume() method in ContactsLatency
44 super.onResume(); in onResume()
DApplicationsLatency.java43 protected void onResume() { in onResume() method in ApplicationsLatency
44 super.onResume(); in onResume()
DWebLatency.java47 protected void onResume() { in onResume() method in WebLatency
48 super.onResume(); in onResume()
DWebConcurrency.java44 protected void onResume() { in onResume() method in WebConcurrency
45 super.onResume(); in onResume()
/packages/apps/Settings/src/com/android/settings/
DInstrumentedActivity.java37 public void onResume() { in onResume() method in InstrumentedActivity
38 super.onResume(); in onResume()
DInstrumentedPreferenceFragment.java37 public void onResume() { in onResume() method in InstrumentedPreferenceFragment
38 super.onResume(); in onResume()
DInstrumentedFragment.java48 public void onResume() { in onResume() method in InstrumentedFragment
49 super.onResume(); in onResume()
/packages/apps/ContactsCommon/src/com/android/contacts/common/activity/
DTransactionSafeActivity.java43 protected void onResume() { in onResume() method in TransactionSafeActivity
44 super.onResume(); in onResume()
/packages/apps/Messaging/src/com/android/messaging/ui/
DBaseBugleFragmentActivity.java30 protected void onResume() { in onResume() method in BaseBugleFragmentActivity
31 super.onResume(); in onResume()
DBaseBugleActivity.java40 protected void onResume() { in onResume() method in BaseBugleActivity
41 super.onResume(); in onResume()
/packages/apps/Dialer/src/com/android/dialer/
DTransactionSafeActivity.java43 protected void onResume() { in onResume() method in TransactionSafeActivity
44 super.onResume(); in onResume()
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/
DOverlayTouchActivity.java27 protected void onResume() { in onResume() method in OverlayTouchActivity
28 super.onResume(); in onResume()

12345678910>>...17