Home
last modified time | relevance | path

Searched refs:onPause (Results 1 – 25 of 274) sorted by relevance

1234567891011

/packages/apps/EmergencyInfo/tests/src/com/android/emergency/view/
DViewInfoActivityTest.java78 onPause(); in testInitialState()
89 onPause(); in testNameSet()
108 onPause(); in testEmergencyInfoSet()
126 onPause(); in testEmergencyContactSet()
149 onPause(); in testInfoAndEmergencyContactsSet()
213 private void onPause() throws Throwable { in onPause() method in ViewInfoActivityTest
/packages/apps/Dialer/src/com/android/dialer/voicemail/
DVoicemailArchiveActivity.java106 protected void onPause() { in onPause() method in VoicemailArchiveActivity
107 mVoicemailPlaybackPresenter.onPause(); in onPause()
108 mAdapter.onPause(); in onPause()
109 super.onPause(); in onPause()
/packages/apps/Gallery/src/com/android/camera/
DMovieView.java69 public void onPause() { in onPause() method in MovieView
70 super.onPause(); in onPause()
73 mControl.onPause(); in onPause()
DDeleteImage.java81 protected void onPause() { in onPause() method in DeleteImage
82 super.onPause(); in onPause()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DVisualVoicemailCallLogFragment.java64 public void onPause() { in onPause() method in VisualVoicemailCallLogFragment
65 mVoicemailPlaybackPresenter.onPause(); in onPause()
66 super.onPause(); in onPause()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DAudioMediaChooser.java101 public void onPause() { in onPause() method in AudioMediaChooser
102 super.onPause(); in onPause()
104 ((AudioRecordView) mView).onPause(); in onPause()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DStateManager.java64 if (mIsResumed) top.onPause(); in startState()
95 if (mIsResumed) as.onPause(); in startStateForResult()
129 if (!mStack.isEmpty()) getTopState().onPause(); in pause()
213 state.onPause(); in finishState()
240 if (mIsResumed) oldState.onPause(); in switchState()
DMovieActivity.java229 public void onPause() { in onPause() method in MovieActivity
230 mPlayer.onPause(); in onPause()
231 super.onPause(); in onPause()
/packages/apps/Settings/src/com/android/settings/
DInstrumentedActivity.java43 public void onPause() { in onPause() method in InstrumentedActivity
44 super.onPause(); in onPause()
DInstrumentedPreferenceFragment.java43 public void onPause() { in onPause() method in InstrumentedPreferenceFragment
44 super.onPause(); in onPause()
DInstrumentedFragment.java54 public void onPause() { in onPause() method in InstrumentedFragment
55 super.onPause(); in onPause()
/packages/apps/Settings/src/com/android/settings/nfc/
DPaymentSettings.java89 public void onPause() { in onPause() method in PaymentSettings
90 super.onPause(); in onPause()
91 mPaymentBackend.onPause(); in onPause()
/packages/apps/Messaging/src/com/android/messaging/ui/
DBaseBugleFragmentActivity.java39 protected void onPause() { in onPause() method in BaseBugleFragmentActivity
40 super.onPause(); in onPause()
DBaseBugleActivity.java47 protected void onPause() { in onPause() method in BaseBugleActivity
48 super.onPause(); in onPause()
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/
DOverlayTouchActivity.java33 protected void onPause() { in onPause() method in OverlayTouchActivity
34 super.onPause(); in onPause()
/packages/apps/EmergencyInfo/tests/src/com/android/emergency/edit/
DEditInfoActivityTest.java200 onPause(); in testWarningDialog_onPauseAndResume()
247 onPause(); in testWarningDialog_positiveButton()
271 onPause(); in testWarningDialogTimer_overOneDayAgo()
285 private void onPause() throws Throwable { in onPause() method in EditInfoActivityTest
/packages/apps/Messaging/src/com/android/messaging/ui/photoviewer/
DBuglePhotoViewFragment.java59 public void onPause() { in onPause() method in BuglePhotoViewFragment
61 super.onPause(); in onPause()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
DTimedMessageWizardFragment.java101 public void onPause() { in onPause() method in TimedMessageWizardFragment
102 super.onPause(); in onPause()
/packages/apps/DeskClock/src/com/android/deskclock/
DBaseActivity.java87 protected void onPause() { in onPause() method in BaseActivity
88 super.onPause(); in onPause()
/packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
DTestCarActivity.java66 protected void onPause() { in onPause() method in TestCarActivity
68 super.onPause(); in onPause()
/packages/apps/TV/src/com/android/tv/
DSelectInputActivity.java80 protected void onPause() { in onPause() method in SelectInputActivity
82 super.onPause(); in onPause()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestInCallUI.java98 protected void onPause() { in onPause() method in TestInCallUI
99 super.onPause(); in onPause()
/packages/apps/Dialer/src/com/android/dialer/filterednumber/
DMigrateBlockedNumbersDialogFragment.java103 public void onPause() {
108 super.onPause();
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
DSelectVisibleCalendarsActivity.java83 public void onPause() { in onPause() method in SelectVisibleCalendarsActivity
84 super.onPause(); in onPause()
/packages/apps/LegacyCamera/src/com/android/camera/
DActivityBase.java84 protected void onPause() { in onPause() method in ActivityBase
86 super.onPause(); in onPause()

1234567891011