Home
last modified time | relevance | path

Searched refs:ACTION_MAIN (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/tests/SmokeTest/src/com/android/smoketest/
DSmokeTestActivity.java35 Intent targetIntent = new Intent(Intent.ACTION_MAIN, null); in getTargetIntent()
/frameworks/base/test-runner/src/android/test/
DLaunchPerformanceBase.java45 mIntent = new Intent(Intent.ACTION_MAIN); in LaunchPerformanceBase()
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
DRsBenchTest.java52 Intent intent = new Intent(Intent.ACTION_MAIN); in setUp()
/frameworks/base/core/java/com/android/internal/app/
DPlatLogoActivity.java50 startActivity(new Intent(Intent.ACTION_MAIN)
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DRecentTasksLoader.java123 homeInfo = new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_HOME) in createTaskDescription()
225 ActivityInfo homeInfo = new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_HOME) in getRecentTasks()
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
DImfBaseTestCase.java61 Intent intent = new Intent(Intent.ACTION_MAIN); in setUp()
/frameworks/base/docs/html/guide/topics/manifest/
Daction-element.jd32 For example, for {@code ACTION_MAIN}, use "{@code android.intent.action.MAIN}"
Dactivity-alias-element.jd36 specify the "<code>{@link android.content.Intent#ACTION_MAIN
/frameworks/base/core/java/android/test/
DInstrumentationTestCase.java93 Intent intent = new Intent(Intent.ACTION_MAIN); in launchActivity()
/frameworks/ex/carousel/test/src/com/android/carouseltest/
DTaskSwitcherActivity.java281 ActivityInfo homeInfo = new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_HOME) in updateRecentTasks()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DRecentApplicationsDialog.java281 new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_HOME) in reloadButtons()
DPhoneWindowManager.java719 mHomeIntent = new Intent(Intent.ACTION_MAIN, null); in init()
723 mCarDockIntent = new Intent(Intent.ACTION_MAIN, null); in init()
727 mDeskDockIntent = new Intent(Intent.ACTION_MAIN, null); in init()
/frameworks/base/core/java/com/android/internal/util/
DAsyncChannel.java217 Intent intent = new Intent(Intent.ACTION_MAIN); in connectSrcHandlerToPackageSync()
/frameworks/base/cmds/am/src/com/android/commands/am/
DAm.java286 baseIntent = new Intent(Intent.ACTION_MAIN); in makeIntent()
291 baseIntent = new Intent(Intent.ACTION_MAIN); in makeIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DInputMethodsPanel.java250 Intent intent = new Intent(Intent.ACTION_MAIN); in createInputMethodItem()
/frameworks/base/services/java/com/android/server/
DUiModeManagerService.java111 Intent intent = new Intent(Intent.ACTION_MAIN); in buildHomeIntent()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java824 Intent intent = new Intent(Intent.ACTION_MAIN); in makeIntent()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DComponentTest.java712 Intent intent = new Intent(Intent.ACTION_MAIN, null); in testNonExplicitResolveAfterEnabling()
/frameworks/base/services/java/com/android/server/am/
DActivityRecord.java300 if (Intent.ACTION_MAIN.equals(_intent.getAction()) && in ActivityRecord()
/frameworks/base/core/java/android/content/
DIntent.java605 public static final String ACTION_MAIN = "android.intent.action.MAIN"; field in Intent
3059 Intent intent = new Intent(ACTION_MAIN); in makeMainActivity()
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java104 Intent intentToResolve = new Intent(Intent.ACTION_MAIN); in getLaunchIntentForPackage()
/frameworks/base/core/java/android/preference/
DPreferenceActivity.java1005 Intent intent = new Intent(Intent.ACTION_MAIN); in onBuildStartFragmentIntent()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DDatabaseHelper.java1082 Intent intent = new Intent(Intent.ACTION_MAIN, null); in loadBookmarks()
/frameworks/base/docs/html/guide/developing/testing/
Dtesting_eclipse.jd210 <code>setUp()</code> to instantiate a new Intent with the action <code>ACTION_MAIN</code>.
Dtesting_otheride.jd271 to instantiate a new <code>Intent</code> object with the action <code>ACTION_MAIN</code>.

12