OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EXTRA_START_ACTIVITY
(Results
1 - 2
of
2
) sorted by null
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
TestActivityWithSameAffinity.java
29
private static final String
EXTRA_START_ACTIVITY
= "start_activity";
30
// Finishes the activity at the end of onResume (after
EXTRA_START_ACTIVITY
is handled)
43
String launchActivityComponent = getIntent().getStringExtra(
EXTRA_START_ACTIVITY
);
Components.java
350
// Finishes the activity at the end of onResume (after
EXTRA_START_ACTIVITY
is handled)
373
public static final String
EXTRA_START_ACTIVITY
= "start_activity";
Completed in 228 milliseconds