Home
last modified time | relevance | path

Searched refs:onRestart (Results 1 – 4 of 4) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/testing/
DOnMethodTestActivity.java36 protected void onRestart() { in onRestart() method in OnMethodTestActivity
/external/libaom/libaom/examples/
Danalyzer.cc487 void onRestart(wxCommandEvent &event); // NOLINT
520 EVT_MENU(wxID_RESTART, AnalyzerFrame::onRestart) in BEGIN_EVENT_TABLE()
632 void AnalyzerFrame::onRestart(wxCommandEvent &WXUNUSED(event)) {} in onRestart() function in AnalyzerFrame
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/controller/
DActivityControllerTest.java392 protected void onRestart() { in onRestart() method in ActivityControllerTest.MyActivity
393 super.onRestart(); in onRestart()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowActivityTest.java714 public void onRestart() { in onRestart() method in ShadowActivityTest.TestActivity
716 super.onRestart(); in onRestart()