HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_MAIN (Results 76 - 100 of 137) sorted by null

1 2 34 5 6

  /frameworks/base/core/java/android/test/
InstrumentationTestCase.java 76 * action = {@link Intent#ACTION_MAIN}
93 Intent intent = new Intent(Intent.ACTION_MAIN);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsActivity.java 151 Intent homeIntent = new Intent(Intent.ACTION_MAIN, null);
RecentTasksLoader.java 152 homeInfo = new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_HOME)
447 ActivityInfo homeInfo = new Intent(Intent.ACTION_MAIN)
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
HwTests.java 61 Intent mainIntent = new Intent(Intent.ACTION_MAIN, null);
  /frameworks/support/v4/java/android/support/v4/app/
NavUtils.java 73 return action != null && !action.equals(Intent.ACTION_MAIN);
  /packages/apps/Calendar/src/com/android/calendar/
OtherPreferences.java 154 Intent intent = new Intent(Intent.ACTION_MAIN);
  /packages/apps/Launcher2/src/com/android/launcher2/
AllAppsList.java 172 final Intent mainIntent = new Intent(Intent.ACTION_MAIN, null);
InstallShortcutReceiver.java 286 } else if (intent.getAction().equals(Intent.ACTION_MAIN) &&
  /packages/apps/Settings/src/com/android/settings/
VoiceInputOutputSettings.java 236 Intent i = new Intent(Intent.ACTION_MAIN);
DeviceInfoSettings.java 167 Intent intent = new Intent(Intent.ACTION_MAIN);
ActivityPicker.java 82 mBaseIntent = new Intent(Intent.ACTION_MAIN, null);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
SingleSpellCheckerPreference.java 71 mSettingsIntent = new Intent(Intent.ACTION_MAIN);
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java 242 new Intent(Intent.ACTION_MAIN).
247 new Intent(Intent.ACTION_MAIN).
    [all...]
  /pdk/apps/HelloPDK/src/com/example/android/helloPDK/
MainActivity.java 61 Intent mainIntent = new Intent(Intent.ACTION_MAIN, null);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
RecentApplicationsDialog.java 265 new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_HOME)
  /packages/apps/Protips/src/com/android/protips/
ProtipWidget.java 144 new Intent(Intent.ACTION_MAIN)
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 483 // assume it is ACTION_MAIN CATEGORY_LAUNCHER; we don't
486 baseIntent = new Intent(Intent.ACTION_MAIN);
496 baseIntent = new Intent(Intent.ACTION_MAIN);
501 baseIntent = new Intent(Intent.ACTION_MAIN);
    [all...]
  /cts/tests/src/android/app/cts/
DialogStubActivity.java 296 Intent intent = new Intent(Intent.ACTION_MAIN);
  /frameworks/ex/carousel/test/src/com/android/carouseltest/
TaskSwitcherActivity.java 281 ActivityInfo homeInfo = new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_HOME)
  /packages/apps/Browser/src/com/android/browser/
IntentHandler.java 81 if (Intent.ACTION_MAIN.equals(action) ||
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SettingsFragment.java 115 final Intent debugSettingsIntent = new Intent(Intent.ACTION_MAIN);
  /packages/apps/Phone/src/com/android/phone/
NotificationMgr.java     [all...]
  /frameworks/base/core/java/com/android/internal/util/
AsyncChannel.java 241 Intent intent = new Intent(Intent.ACTION_MAIN);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
InputMethodsPanel.java 249 Intent intent = new Intent(Intent.ACTION_MAIN);
  /frameworks/base/services/java/com/android/server/
UiModeManagerService.java 94 Intent intent = new Intent(Intent.ACTION_MAIN);

Completed in 1877 milliseconds

1 2 34 5 6