Searched refs:ACTION_MAIN (Results 1 - 25 of 74) sorted by relevance

123

/frameworks/base/tests/SmokeTest/src/com/android/smoketest/
H A DSmokeTestActivity.java35 Intent targetIntent = new Intent(Intent.ACTION_MAIN, null);
/frameworks/base/test-runner/src/android/test/
H A DLaunchPerformanceBase.java39 mIntent = new Intent(Intent.ACTION_MAIN);
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DSchedulerService.java36 .setAction(Intent.ACTION_MAIN)
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest4.java103 final Intent intent = new Intent(Intent.ACTION_MAIN)
/frameworks/support/core-utils/java/android/support/v4/app/
H A DAppLaunchChecker.java77 if (Intent.ACTION_MAIN.equals(launchIntent.getAction())
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
H A DProcessErrorsTest.java58 mHomeIntent = new Intent(Intent.ACTION_MAIN);
237 final Intent launchable = new Intent(Intent.ACTION_MAIN);
256 final Intent intent = new Intent(Intent.ACTION_MAIN);
/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
H A DUtils.java65 Intent intent = new Intent(Intent.ACTION_MAIN);
/frameworks/support/compat/java/android/support/v4/content/
H A DIntentCompat.java39 Intent intent = new Intent(Intent.ACTION_MAIN);
212 * component, {@link Intent#ACTION_MAIN ACTION_MAIN} as its action, and includes the
240 * <p>The returned Intent has {@link Intent#ACTION_MAIN} as its action, and includes the
/frameworks/support/frameworks/support/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
H A DAppNavHomeActivity.java51 Intent intent = new Intent(Intent.ACTION_MAIN, null);
/frameworks/support/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
H A DAppNavHomeActivity.java51 Intent intent = new Intent(Intent.ACTION_MAIN, null);
/frameworks/base/services/core/java/com/android/server/policy/
H A DShortcutManager.java162 intent = new Intent(Intent.ACTION_MAIN);
167 intent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN, categoryName);
/frameworks/base/services/core/java/com/android/server/pm/
H A DDefaultPermissionGrantPolicy.java390 Intent smsIntent = new Intent(Intent.ACTION_MAIN);
423 Intent calendarIntent = new Intent(Intent.ACTION_MAIN);
455 Intent contactsIntent = new Intent(Intent.ACTION_MAIN);
498 Intent mapsIntent = new Intent(Intent.ACTION_MAIN);
508 Intent galleryIntent = new Intent(Intent.ACTION_MAIN);
518 Intent emailIntent = new Intent(Intent.ACTION_MAIN);
535 Intent browserIntent = new Intent(Intent.ACTION_MAIN);
613 Intent homeIntent = new Intent(Intent.ACTION_MAIN);
831 Intent homeIntent = new Intent(Intent.ACTION_MAIN);
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
H A DMemoryUsageTest.java111 Intent intent = new Intent(Intent.ACTION_MAIN);
158 Intent intentToResolve = new Intent(Intent.ACTION_MAIN);
202 Intent homeIntent = new Intent(Intent.ACTION_MAIN);
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
H A DImfBaseTestCase.java61 Intent intent = new Intent(Intent.ACTION_MAIN);
/frameworks/support/frameworks/support/samples/SupportPreferenceDemos/src/com/example/android/supportpreference/
H A DSupportPreferenceDemos.java57 Intent mainIntent = new Intent(Intent.ACTION_MAIN, null);
/frameworks/support/frameworks/support/samples/SupportTransitionDemos/src/com/example/android/support/transition/
H A DSupportTransitionDemos.java58 Intent mainIntent = new Intent(Intent.ACTION_MAIN, null);
/frameworks/support/samples/SupportPreferenceDemos/src/com/example/android/supportpreference/
H A DSupportPreferenceDemos.java57 Intent mainIntent = new Intent(Intent.ACTION_MAIN, null);
/frameworks/support/samples/SupportTransitionDemos/src/com/example/android/support/transition/
H A DSupportTransitionDemos.java58 Intent mainIntent = new Intent(Intent.ACTION_MAIN, null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
H A DCarNavigationBarController.java185 intent.setAction(Intent.ACTION_MAIN);
226 intent.setAction(Intent.ACTION_MAIN);
/frameworks/base/core/java/android/content/pm/
H A DAppsQueryHelper.java100 Intent intent = new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_LAUNCHER);
/frameworks/base/core/java/android/test/
H A DInstrumentationTestCase.java82 * action = {@link Intent#ACTION_MAIN}
99 Intent intent = new Intent(Intent.ACTION_MAIN);
/frameworks/base/core/java/com/android/internal/app/
H A DPlatLogoActivity.java134 startActivity(new Intent(Intent.ACTION_MAIN)
/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
H A DAppCompatibility.java156 Intent homeIntent = new Intent(Intent.ACTION_MAIN);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DHwTests.java61 Intent mainIntent = new Intent(Intent.ACTION_MAIN, null);
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DMainActivity.java85 Intent mainIntent = new Intent(Intent.ACTION_MAIN, null);

Completed in 515 milliseconds

123