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

12

/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.java38 mIntent = new Intent(Intent.ACTION_MAIN);
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DSchedulerService.java36 .setAction(Intent.ACTION_MAIN)
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchTest.java52 Intent intent = new Intent(Intent.ACTION_MAIN);
/frameworks/base/services/core/java/com/android/server/policy/
H A DShortcutManager.java145 intent = new Intent(Intent.ACTION_MAIN);
150 intent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN, categoryName);
/frameworks/support/v4/java/android/support/v4/content/
H A DIntentCompat.java39 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
/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/services/core/java/com/android/server/pm/
H A DDefaultPermissionGrantPolicy.java253 Intent setupIntent = new Intent(Intent.ACTION_MAIN);
344 Intent smsIntent = new Intent(Intent.ACTION_MAIN);
377 Intent calendarIntent = new Intent(Intent.ACTION_MAIN);
409 Intent contactsIntent = new Intent(Intent.ACTION_MAIN);
452 Intent mapsIntent = new Intent(Intent.ACTION_MAIN);
462 Intent galleryIntent = new Intent(Intent.ACTION_MAIN);
472 Intent emailIntent = new Intent(Intent.ACTION_MAIN);
488 Intent browserIntent = new Intent(Intent.ACTION_MAIN);
718 Intent homeIntent = new Intent(Intent.ACTION_MAIN);
H A DLauncherAppsService.java197 final Intent mainIntent = new Intent(Intent.ACTION_MAIN, null);
271 Intent launchIntent = 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/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A DAppLaunch.java183 Intent intentToResolve = new Intent(Intent.ACTION_MAIN);
271 Intent homeIntent = new Intent(Intent.ACTION_MAIN);
/frameworks/base/core/java/android/test/
H A DInstrumentationTestCase.java76 * action = {@link Intent#ACTION_MAIN}
93 Intent intent = new Intent(Intent.ACTION_MAIN);
/frameworks/base/core/java/com/android/internal/app/
H A DPlatLogoActivity.java152 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/VectorDrawableTest/src/com/android/test/dynamic/
H A DVectorDrawableTest.java60 Intent mainIntent = new Intent(Intent.ACTION_MAIN, null);
/frameworks/support/v4/java/android/support/v4/app/
H A DNavUtils.java74 return action != null && !action.equals(Intent.ACTION_MAIN);
/frameworks/base/media/java/android/media/tv/
H A DTvInputInfo.java393 Intent intent = new Intent(Intent.ACTION_MAIN);
406 Intent intent = new Intent(Intent.ACTION_MAIN);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DSmartCamera.java221 Intent openGalleryIntent = new Intent(Intent.ACTION_MAIN);
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DTestInteractionActivity.java155 Intent intent = new Intent(Intent.ACTION_MAIN);
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DActivityTestMain.java452 Intent intent = new Intent(Intent.ACTION_MAIN);
529 Intent intent = new Intent(Intent.ACTION_MAIN);
/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java241 Intent intent = new Intent(Intent.ACTION_MAIN);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DSelectPrinterActivity.java398 Intent intent = new Intent(Intent.ACTION_MAIN);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivity.java216 Intent homeIntent = new Intent(Intent.ACTION_MAIN, null);

Completed in 1504 milliseconds

12