HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_DEFAULT (Results 1 - 7 of 7) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchConfigDelegate.java 69 public final static int ACTION_DEFAULT = 0;
75 public final static int DEFAULT_LAUNCH_ACTION = ACTION_DEFAULT;
296 } else if (config.mLaunchAction == ACTION_DEFAULT) {
MainLaunchConfigTab.java 147 mLaunchAction = LaunchConfigDelegate.ACTION_DEFAULT;
336 mDefaultActionButton.setSelection(mLaunchAction == LaunchConfigDelegate.ACTION_DEFAULT);
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java 746 Intent intent = new Intent(Intent.ACTION_DEFAULT);
  /frameworks/base/core/java/android/content/
Intent.java 612 public static final String ACTION_DEFAULT = ACTION_VIEW;
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 34 milliseconds