HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_MAIN (Results 26 - 50 of 137) sorted by null

12 3 4 5 6

  /development/samples/ApiDemos/src/com/example/android/apis/app/
LauncherShortcuts.java 124 Intent shortcutIntent = new Intent(Intent.ACTION_MAIN);
LocalSampleInstrumentation.java 55 Intent intent = new Intent(Intent.ACTION_MAIN);
NotificationDisplay.java 75 intent.setAction(Intent.ACTION_MAIN);
  /development/samples/ApiDemos/tests/src/com/example/android/apis/app/
ForwardingTest.java 63 mStartIntent = new Intent(Intent.ACTION_MAIN);
  /development/samples/Home/src/com/example/android/home/
ApplicationInfo.java 55 intent = new Intent(Intent.ACTION_MAIN);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
RobolectricPackageManagerTest.java 65 Intent i = new Intent(Intent.ACTION_MAIN, null);
75 Intent i = new Intent(Intent.ACTION_MAIN, null);
91 Intent i = new Intent(Intent.ACTION_MAIN, null).addCategory(Intent.CATEGORY_LAUNCHER);
108 Intent i = new Intent(Intent.ACTION_MAIN, null);
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchTest.java 52 Intent intent = new Intent(Intent.ACTION_MAIN);
  /packages/apps/Settings/src/com/android/settings/
CreateShortcut.java 29 Intent targetIntent = new Intent(Intent.ACTION_MAIN, null);
  /packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
CameraStartUp.java 49 Intent intent = new Intent(Intent.ACTION_MAIN);
71 Intent intent = new Intent(Intent.ACTION_MAIN);
  /cts/tests/tests/app/src/android/app/cts/
TabActivityTest.java 60 final Intent intent = new Intent(Intent.ACTION_MAIN);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Grid1.java 54 Intent mainIntent = new Intent(Intent.ACTION_MAIN, null);
LayoutAnimation1.java 48 Intent mainIntent = new Intent(Intent.ACTION_MAIN, null);
LayoutAnimation4.java 49 Intent mainIntent = new Intent(Intent.ACTION_MAIN, null);
LayoutAnimation5.java 48 Intent mainIntent = new Intent(Intent.ACTION_MAIN, null);
LayoutAnimation6.java 48 Intent mainIntent = new Intent(Intent.ACTION_MAIN, null);
  /frameworks/support/v4/java/android/support/v4/content/
IntentCompat.java 39 Intent intent = new Intent(Intent.ACTION_MAIN);
206 * component, {@link Intent#ACTION_MAIN ACTION_MAIN} as its action, and includes the
234 * <p>The returned Intent has {@link Intent#ACTION_MAIN} as its action, and includes the
  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSetupAccountTypeTests.java 103 return new Intent(Intent.ACTION_MAIN);
AccountSetupIncomingTests.java 194 return new Intent(Intent.ACTION_MAIN);
AccountSetupOptionsTests.java 173 return new Intent(Intent.ACTION_MAIN);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiPickerActivity.java 53 Intent intent = new Intent(Intent.ACTION_MAIN);
  /frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
ProcessErrorsTest.java 58 mHomeIntent = new Intent(Intent.ACTION_MAIN);
232 final Intent launchable = new Intent(Intent.ACTION_MAIN);
245 final Intent intent = new Intent(Intent.ACTION_MAIN);
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GlAppSwitchTest.java 84 Intent intentIsland = new Intent(Intent.ACTION_MAIN);
  /development/samples/AppNavigation/src/com/example/android/appnavigation/app/
AppNavHomeActivity.java 51 Intent intent = new Intent(Intent.ACTION_MAIN, null);
  /development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
AppNavHomeActivity.java 51 Intent intent = new Intent(Intent.ACTION_MAIN, null);
  /packages/apps/Email/tests/src/com/android/email/activity/
IntentUtilitiesTests.java 38 final Intent i = new Intent(Intent.ACTION_MAIN, u);

Completed in 349 milliseconds

12 3 4 5 6