Home
last modified time | relevance | path

Searched refs:START_ACTIVITY (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DLockTaskUtilityActivity.java28 public static final String START_ACTIVITY = "startActivity"; field in LockTaskUtilityActivity
107 if (intent.hasExtra(START_ACTIVITY)) { in handleIntent()
108 Intent i = intent.getParcelableExtra(START_ACTIVITY); in handleIntent()
/cts/hostsidetests/systemui/app/src/android/systemui/cts/
DTestTileService.java39 public static final String START_ACTIVITY = "android.sysui.testtile.action.START_ACTIVITY"; field in TestTileService
81 filter.addAction(START_ACTIVITY); in onStartListening()
200 } else if (intent.getAction().equals(START_ACTIVITY)) {
/cts/tests/tests/content/src/android/content/cts/
DActivityRequireContentUriPermissionFromCallerTest.java379 case START_ACTIVITY -> in internalTest()
594 public enum TestedActivityStart { START_ACTIVITY, START_ACTIVITY_FOR_RESULT } enumConstant