OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ATTR_LAUNCH_ACTION
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchConfiguration.java
102
mLaunchAction = config.getAttribute(LaunchConfigDelegate.
ATTR_LAUNCH_ACTION
,
MainLaunchConfigTab.java
217
configuration.setAttribute(LaunchConfigDelegate.
ATTR_LAUNCH_ACTION
, mLaunchAction);
231
configuration.setAttribute(LaunchConfigDelegate.
ATTR_LAUNCH_ACTION
,
330
mLaunchAction = config.getAttribute(LaunchConfigDelegate.
ATTR_LAUNCH_ACTION
,
LaunchConfigDelegate.java
62
public final static String
ATTR_LAUNCH_ACTION
= AdtPlugin.PLUGIN_ID + ".action"; //$NON-NLS-1$
76
* Activity to be launched if {@link #
ATTR_LAUNCH_ACTION
} is 1
AndroidLaunchController.java
208
wc.setAttribute(LaunchConfigDelegate.
ATTR_LAUNCH_ACTION
,
[
all
...]
Completed in 22 milliseconds