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

12

/frameworks/base/services/core/java/com/android/server/
H A DUiModeManagerService.java99 Intent intent = new Intent(Intent.ACTION_MAIN);
/frameworks/base/core/java/android/content/
H A DIntent.java98 * {@link #ACTION_VIEW}, {@link #ACTION_EDIT}, {@link #ACTION_MAIN},
167 * <li> <p><b>{@link #ACTION_MAIN} with category {@link #CATEGORY_HOME}</b> --
329 * &lt;action android:name="{@link #ACTION_MAIN android.intent.action.MAIN}" /&gt;
499 * important, and by far most frequently used, are {@link #ACTION_MAIN} and
503 * <li> {@link #ACTION_MAIN}
638 public static final String ACTION_MAIN = "android.intent.action.MAIN"; field in class:Intent
3154 * Used with {@link #ACTION_MAIN} to launch an activity. For more
3161 * Used with {@link #ACTION_MAIN} to launch an activity. For more
3168 * Used with {@link #ACTION_MAIN} to launch an activity. For more
3176 * Used with {@link #ACTION_MAIN} t
[all...]
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java718 // assume it is ACTION_MAIN CATEGORY_LAUNCHER; we don't
721 baseIntent = new Intent(Intent.ACTION_MAIN);
732 baseIntent = new Intent(Intent.ACTION_MAIN);
737 baseIntent = new Intent(Intent.ACTION_MAIN);
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java135 HOME(Intent.ACTION_MAIN,
176 if (Intent.ACTION_MAIN.equals(intent.getAction())
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java685 Intent homeIntent = new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_HOME);
H A DApplicationPackageManager.java163 Intent intentToResolve = new Intent(Intent.ACTION_MAIN);
189 Intent intentToResolve = new Intent(Intent.ACTION_MAIN);
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DComponentTest.java712 Intent intent = new Intent(Intent.ACTION_MAIN, null);
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java899 Intent intent = new Intent(Intent.ACTION_MAIN);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java2216 intent = new Intent(Intent.ACTION_MAIN, null);
2221 intent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN, category);
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java1097 Intent intent = new Intent(Intent.ACTION_MAIN);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java818 Intent launchIntent = new Intent(Intent.ACTION_MAIN, null)
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java1377 Intent resultIntent = new Intent(Intent.ACTION_MAIN);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java554 Intent.ACTION_MAIN.equals(_intent.getAction()) &&
H A DActivityManagerService.java995 String mTopAction = Intent.ACTION_MAIN;
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java1367 mHomeIntent = new Intent(Intent.ACTION_MAIN, null);
1371 mCarDockIntent = new Intent(Intent.ACTION_MAIN, null);
1375 mDeskDockIntent = new Intent(Intent.ACTION_MAIN, null);
2956 Intent intent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN, category);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java671 Intent intent = new Intent(Intent.ACTION_MAIN);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java933 = new Intent(Intent.ACTION_MAIN)
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java1788 Intent newIntent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN,
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java14320 Intent intent = new Intent(Intent.ACTION_MAIN);

Completed in 924 milliseconds

12