Home
last modified time | relevance | path

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

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DMapActivityTest.java15 mapActivity.onResume(); in onDestroy_shouldNotComplainIfLifecycleIsCorrect()
24 mapActivity.onResume(); in onDestroy_shouldComplainIfPauseIsNotCalled()
41 @Override protected void onResume() { in onResume() method in MapActivityTest.MyMapActivity
42 super.onResume(); in onResume()
DDialogFragmentTest.java218 public void onResume() { in onResume() method in DialogFragmentTest.TestDialogFragment
220 super.onResume(); in onResume()
DTestFragment.java85 public void onResume() { in onResume() method in TestFragment
DActivityTest.java548 public void onResume() { in onResume() method in ActivityTest.TestActivity
550 super.onResume(); in onResume()
/external/deqp/android/package/src/com/drawelements/deqp/execserver/
DExecServerActivity.java83 protected void onResume () { in onResume() method in ExecServerActivity
84 super.onResume(); in onResume()
/external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/
DMockGrantCredentialsPermissionActivity.java46 protected void onResume() { in onResume() method in MockGrantCredentialsPermissionActivity
47 super.onResume(); in onResume()
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
DGeolocationTest.java187 mAwContents.onResume(); in testPauseGeolocationOnPause()
224 mAwContents.onResume(); in testPauseAwContentsBeforeNavigating()
254 mAwContents.onResume(); in testResumeWhenNotStarted()
/external/deqp/framework/platform/android/
DtcuAndroidNativeActivity.cpp36 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onResume(); in onResumeCallback()
121 activity->callbacks->onResume = onResumeCallback; in NativeActivity()
146 void NativeActivity::onResume (void) in onResume() function in tcu::Android::NativeActivity
DtcuAndroidNativeActivity.hpp48 virtual void onResume (void);
DtcuAndroidRenderActivity.hpp170 virtual void onResume (void);
DtcuAndroidRenderActivity.cpp302 void RenderActivity::onResume (void) in onResume() function in tcu::Android::RenderActivity
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/android/src/org/webrtc/vieautotest/
DViEAutotest.java130 protected void onResume() { in onResume() method in ViEAutotest
131 super.onResume(); in onResume()
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
DCaptureActivity.java92 protected void onResume() { in onResume() method in CaptureActivity
93 super.onResume(); in onResume()
137 inactivityTimer.onResume(); in onResume()
DInactivityTimer.java69 public void onResume(){ in onResume() method in InactivityTimer
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowMapActivity.java22 public void onResume() { in onResume() method in ShadowMapActivity
DShadowDialogFragment.java55 realDialogFragment.onResume(); in show()
/external/replicaisland/src/com/replica/replicaisland/
DAndouKun.java285 protected void onResume() { in onResume() method in AndouKun
286 super.onResume(); in onResume()
299 mGLSurfaceView.onResume(); in onResume()
300 mGame.onResume(this, false); in onResume()
376 mGame.onResume(this, true); in onKeyDown()
DMainMenuActivity.java181 protected void onResume() { in onResume() method in MainMenuActivity
182 super.onResume(); in onResume()
DGLSurfaceView.java493 public void onResume() { in onResume() method in GLSurfaceView
495 mGLThread.onResume(); in onResume()
1375 public void onResume() { in onResume() method in GLSurfaceView.GLThread
DGame.java458 public void onResume(Context context, boolean force) { in onResume() method in Game
/external/skia/platform_tools/android/app/src/com/skia/
DSkiaSampleActivity.java92 protected void onResume () { in onResume() method in SkiaSampleActivity
93 super.onResume(); in onResume()
/external/chromium_org/third_party/skia/platform_tools/android/app/src/com/skia/
DSkiaSampleActivity.java92 protected void onResume () { in onResume() method in SkiaSampleActivity
93 super.onResume(); in onResume()
/external/chromium_org/chrome/browser/resources/network_speech_synthesis/
Dtts_extension.js102 chrome.ttsEngine.onResume.addListener(this.onResume_.bind(this));
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
DAppRTCDemoActivity.java227 public void onResume() { in onResume() method in AppRTCDemoActivity
228 super.onResume(); in onResume()
229 vsv.onResume(); in onResume()
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAwContents.java820 if (!wasPaused) onResume(); in receivePopupContents()
1385 public void onResume() { in onResume() method in AwContents