Searched refs:START_ACTIVITY (Results 1 – 3 of 3) sorted by relevance
28 public static final String START_ACTIVITY = "startActivity"; field in LockTaskUtilityActivity107 if (intent.hasExtra(START_ACTIVITY)) { in handleIntent()108 Intent i = intent.getParcelableExtra(START_ACTIVITY); in handleIntent()
39 public static final String START_ACTIVITY = "android.sysui.testtile.action.START_ACTIVITY"; field in TestTileService81 filter.addAction(START_ACTIVITY); in onStartListening()200 } else if (intent.getAction().equals(START_ACTIVITY)) {
379 case START_ACTIVITY -> in internalTest()594 public enum TestedActivityStart { START_ACTIVITY, START_ACTIVITY_FOR_RESULT } enumConstant