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

12 3 4 5 6 7 8

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyActivityEvent.java 48 Intent intent = new Intent(Intent.ACTION_MAIN);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ContactsFilterInstrumentation.java 48 Intent intent = new Intent(Intent.ACTION_MAIN);
ContactsSelectInstrumentation.java 50 Intent intent = new Intent(Intent.ACTION_MAIN);
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);
  /development/samples/browseable/RepeatingAlarm/src/com.example.android.repeatingalarm/
RepeatingAlarmFragment.java 50 intent.setAction(Intent.ACTION_MAIN);
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchTest.java 52 Intent intent = new Intent(Intent.ACTION_MAIN);
  /packages/apps/Camera2/src/com/android/camera/util/
IntentHelper.java 33 Intent intent = new Intent(Intent.ACTION_MAIN);
  /packages/apps/Settings/src/com/android/settings/
CreateShortcut.java 33 Intent targetIntent = new Intent(Intent.ACTION_MAIN, null);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
IntentUtilities.java 191 Intent i = new Intent(Intent.ACTION_MAIN, data);
197 i.setAction(Intent.ACTION_MAIN);
  /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);
  /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);
  /external/chromium_org/components/cronet/android/sample/javatests/src/org/chromium/cronet_sample_apk/
CronetSampleTestBase.java 54 Intent intent = new Intent(Intent.ACTION_MAIN);
  /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/UnifiedEmail/tests/src/com/android/mail/ui/
MailAsyncTaskLoaderTest.java 81 startActivity(new Intent(Intent.ACTION_MAIN), null, null);
  /frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
ProcessErrorsTest.java 58 mHomeIntent = new Intent(Intent.ACTION_MAIN);
237 final Intent launchable = new Intent(Intent.ACTION_MAIN);
256 final Intent intent = new Intent(Intent.ACTION_MAIN);
  /cts/tests/tests/app/src/android/app/cts/
TabActivityTest.java 65 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);

Completed in 462 milliseconds

12 3 4 5 6 7 8