Home
last modified time | relevance | path

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

1234567

/aosp14/frameworks/base/core/java/android/webkit/
H A DWebViewFragment.java68 public void onResume() { in onResume() method in WebViewFragment
69 mWebView.onResume(); in onResume()
70 super.onResume(); in onResume()
/aosp14/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpActivity.java62 protected void onResume() { in onResume() method in VideoDumpActivity
63 super.onResume(); in onResume()
64 mVideoView.onResume(); in onResume()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/
H A DVisibilityLoggerMixinTest.java64 mMixin.onResume(); in shouldLogVisibleOnResume()
79 mMixin.onResume(); in shouldLogVisibleWithSource()
97 mMixin.onResume(); in shouldNotLogIfMetricsFeatureIsNull()
108 mMixin.onResume(); in shouldNotLogIfMetricsCategoryIsUnknown()
/aosp14/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DDisableScreenshotsActivity.java38 protected void onResume() { in onResume() method in DisableScreenshotsActivity
39 super.onResume(); in onResume()
/aosp14/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
H A DSettingsActivity.java41 protected void onResume() { in onResume() method in SettingsActivity
42 super.onResume(); in onResume()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/tv/
H A DTvUsbConfirmActivity.java29 protected void onResume() { in onResume() method in TvUsbConfirmActivity
30 super.onResume(); in onResume()
H A DTvUsbPermissionActivity.java30 public void onResume() { in onResume() method in TvUsbPermissionActivity
31 super.onResume(); in onResume()
/aosp14/frameworks/base/native/android/tests/activitymanager/UidImportanceHelperApps/src/com/android/tests/UidImportanceHelper/
H A DMainActivity.java64 public void onResume() { in onResume() method in MainActivity
65 super.onResume(); in onResume()
/aosp14/frameworks/base/packages/SettingsLib/CollapsingToolbarBaseActivity/src/com/android/settingslib/collapsingtoolbar/
H A DBasePreferencesFragment.java55 public void onResume() { in onResume() method in BasePreferencesFragment
56 super.onResume(); in onResume()
/aosp14/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DConfirmationActivity.java12 public void onResume() { in onResume() method in ConfirmationActivity
13 super.onResume(); in onResume()
H A DTestAlertActivity.java14 public void onResume() { in onResume() method in TestAlertActivity
15 super.onResume(); in onResume()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DTestedActivity.java42 protected void onResume() in onResume() method in TestedActivity
44 super.onResume(); in onResume()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCase.java50 public void onResume() { in onResume() method in DessertCase
51 super.onResume(); in onResume()
/aosp14/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
H A DBubbleActivity.java52 protected void onResume() { in onResume() method in BubbleActivity
53 super.onResume(); in onResume()
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/widget/
H A DPaintChipsActivity.kt48 override fun onResume() {
49 super.onResume()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbConfirmActivity.java44 protected void onResume() { in onResume() method in UsbConfirmActivity
45 super.onResume(); in onResume()
H A DUsbPermissionActivity.java45 protected void onResume() { in onResume() method in UsbPermissionActivity
46 super.onResume(); in onResume()
/aosp14/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DVoiceInteractionMain.java39 public void onResume() { in onResume() method in VoiceInteractionMain
40 super.onResume(); in onResume()
/aosp14/frameworks/base/tests/ServiceCrashTest/src/com/android/tests/servicecrashtest/
H A DMainActivity.java63 public void onResume() { in onResume() method in MainActivity
68 super.onResume(); in onResume()
/aosp14/frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/
H A DSubActivity.java40 protected void onResume() { in onResume() method in SubActivity
41 super.onResume(); in onResume()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DLifecycleFragment.java61 public void onResume() { in onResume() method in LifecycleFragment
63 super.onResume(); in onResume()
/aosp14/frameworks/base/tests/LockTaskTests/src/com/google/android/example/locktasktests/
H A DLaunchActivity.java57 public void onResume() { in onResume() method in LaunchActivity
58 super.onResume(); in onResume()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardPinBasedInputViewControllerTest.java113 public void onResume(int reason) { in setup()
114 super.onResume(reason); in setup()
122 mKeyguardPinViewController.onResume(KeyguardSecurityView.SCREEN_ON); in onResume_requestsFocus()
/aosp14/frameworks/base/tests/ActivityManagerPerfTests/stub-app/src/com/android/stubs/am/
H A DTestActivity.java59 protected void onResume() { in onResume() method in TestActivity
60 super.onResume(); in onResume()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityGroup.java61 protected void onResume() { in onResume() method in ActivityGroup
62 super.onResume(); in onResume()

1234567