OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:START_ACTIVITY
(Results
1 - 2
of
2
) sorted by null
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
LockTaskUtilityActivity.java
28
public static final String
START_ACTIVITY
= "startActivity";
75
if (intent.hasExtra(
START_ACTIVITY
)) {
76
Intent i = intent.getParcelableExtra(
START_ACTIVITY
);
/cts/hostsidetests/systemui/app/src/android/systemui/cts/
TestTileService.java
38
public static final String
START_ACTIVITY
= "android.sysui.testtile.action.
START_ACTIVITY
";
72
filter.addAction(
START_ACTIVITY
);
Completed in 222 milliseconds