Searched refs:ACTION_RUN (Results 1 – 6 of 6) sorted by relevance
84 if (!intent.getAction().equals(Intent.ACTION_RUN)) { in onCreate()190 intent.setAction(Intent.ACTION_RUN); in restartExecutor()
53 intent.setAction(Intent.ACTION_RUN); in startLayoutTests()
233 intent.setAction(Intent.ACTION_RUN); in runAllTestsUnder()
1030 public static final String ACTION_RUN = "android.intent.action.RUN"; field in Intent
5471 field public static final java.lang.String ACTION_RUN = "android.intent.action.RUN";