Home
last modified time | relevance | path

Searched refs:onNewIntent (Results 1 – 12 of 12) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/testing/
DOnMethodTestActivity.java51 protected void onNewIntent(Intent intent) { in onNewIntent() method in OnMethodTestActivity
/external/v4l2_codec2/tests/c2_e2e_test/src/org/chromium/c2/test/
DE2eTestActivity.java120 public void onNewIntent(Intent intent) { in onNewIntent() method in E2eTestActivity
/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DManualGlitchActivity.java105 public void onNewIntent(Intent intent) { in onNewIntent() method in ManualGlitchActivity
DMainActivity.java155 public void onNewIntent(Intent intent) { in onNewIntent() method in MainActivity
DRoundTripLatencyActivity.java331 public void onNewIntent(Intent intent) { in onNewIntent() method in RoundTripLatencyActivity
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/controller/
DActivityControllerTest.java406 protected void onNewIntent(Intent intent) { in onNewIntent() method in ActivityControllerTest.MyActivity
407 super.onNewIntent(intent); in onNewIntent()
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DMainActivity.java180 protected void onNewIntent(Intent intent) { in onNewIntent() method in MainActivity
181 super.onNewIntent(intent); in onNewIntent()
/external/exoplayer/tree/demos/main/src/main/java/com/google/android/exoplayer2/demo/
DPlayerActivity.java169 public void onNewIntent(Intent intent) { in onNewIntent() method in PlayerActivity
170 super.onNewIntent(intent); in onNewIntent()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DApiBrowser.java126 protected void onNewIntent(Intent intent) { in onNewIntent() method in ApiBrowser
DScriptManager.java148 protected void onNewIntent(Intent intent) { in onNewIntent() method in ScriptManager
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DConsoleActivity.java777 protected void onNewIntent(Intent intent) { in onNewIntent() method in ConsoleActivity
778 super.onNewIntent(intent); in onNewIntent()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DLoopbackActivity.java608 public void onNewIntent(Intent intent) { in onNewIntent() method in LoopbackActivity