Searched refs:START_ACTIVITY (Results 1 – 2 of 2) 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()
38 public static final String START_ACTIVITY = "android.sysui.testtile.action.START_ACTIVITY"; field in TestTileService72 filter.addAction(START_ACTIVITY); in onStartListening()